From 9c0e5f892e7ca09ec90c7469b9d8d1289a27cbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:47:07 +0000 Subject: [PATCH] chore(deps): bump mongodb-redact from 1.1.6 to 1.1.8 Bumps [mongodb-redact](https://github.com/mongodb-js/devtools-shared) from 1.1.6 to 1.1.8. - [Commits](https://github.com/mongodb-js/devtools-shared/compare/mongodb-redact@1.1.6...mongodb-redact@1.1.8) --- updated-dependencies: - dependency-name: mongodb-redact dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f7bc2b0..083576b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11877,9 +11877,9 @@ "optional": true }, "node_modules/mongodb-redact": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-1.1.6.tgz", - "integrity": "sha512-L4L3byUH/V/L6YH954NBM/zJpyDHQYmm9eUCxMxqMUfiYCPtmCK1sv/LhxE7UonOkFNEAT6eq2J8gIWGUpHcJA==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-1.1.8.tgz", + "integrity": "sha512-EbZ+q7LsVz7q8n49mGIcXgP2UiBp6R6vHEVbmGnF21ThCnP6AIho7wqpHqyjqqGjg54DoXQJTCwHPSknsCHv6g==", "license": "Apache-2.0" }, "node_modules/mongodb-runner": {