From f3e908bc9fc423d2664c4d2779e55e5fca873ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:20:24 +0000 Subject: [PATCH] chore(deps): bump mongodb-redact from 1.2.0 to 1.2.1 Bumps [mongodb-redact](https://github.com/mongodb-js/devtools-shared) from 1.2.0 to 1.2.1. - [Commits](https://github.com/mongodb-js/devtools-shared/compare/mongodb-redact@1.2.0...mongodb-redact@1.2.1) --- updated-dependencies: - dependency-name: mongodb-redact dependency-version: 1.2.1 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 c52a96fc..c5634821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10690,9 +10690,9 @@ "optional": true }, "node_modules/mongodb-redact": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-1.2.0.tgz", - "integrity": "sha512-UVJBlVNEF/8UhZ/SwR+KJXqf6pVY0b0M9aBa+1cwdRAoFFqH5NZUhMdzaXCCvhY2hoPtZ32Z7vYMoDl6Msmm/g==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-1.2.1.tgz", + "integrity": "sha512-waZV5KuNXSihjIu3mgewjAxhOejDRq7W4CEbd9eb5abpKIKxP4sZm29tOaxVoCsNYhicYm4Aw9aHNERCW8uIyQ==", "license": "Apache-2.0", "dependencies": { "regexp.escape": "^2.0.1"