diff --git a/package-lock.json b/package-lock.json index bf035f8d9..637eb8b53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22928,11 +22928,11 @@ } }, "node_modules/mongodb-redact": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-0.2.3.tgz", - "integrity": "sha512-a6ZPWlC9yf6F/n6ylKyyTO2PXZeD6nPKWwBmAIlOtOH4v82DIfsgO4Bpml10/YSwFxF1+VY8NHohmxofzpB4Yw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-1.1.0.tgz", + "integrity": "sha512-LVaedJ6zhRqiv72Cme8fHZKRfKS51XpWHEtaWox5aVi9tiJ95tLMkr3zLjUvKZztqpInG5A7yPu++H3ISo0hRg==", "dependencies": { - "lodash": "^4.17.15" + "lodash": "^4.17.21" } }, "node_modules/mongodb-runner": { @@ -31350,7 +31350,7 @@ "license": "Apache-2.0", "dependencies": { "mongodb-connection-string-url": "^3.0.1", - "mongodb-redact": "^0.2.3" + "mongodb-redact": "^1.1.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", @@ -31359,7 +31359,6 @@ "depcheck": "^1.4.3", "eslint": "^7.25.0", "mongodb-connection-string-url": "^3.0.1", - "mongodb-redact": "^0.2.3", "prettier": "^2.8.8" }, "engines": { @@ -31573,7 +31572,7 @@ "@mongosh/history": "0.0.0-dev.0", "@mongosh/types": "0.0.0-dev.0", "mongodb-log-writer": "^1.4.2", - "mongodb-redact": "^0.2.3" + "mongodb-redact": "^1.1.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", @@ -31743,7 +31742,7 @@ "@mongosh/history": "0.0.0-dev.0", "@mongosh/i18n": "0.0.0-dev.0", "@mongosh/service-provider-core": "0.0.0-dev.0", - "mongodb-redact": "^0.2.3" + "mongodb-redact": "^1.1.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", @@ -37772,7 +37771,7 @@ "depcheck": "^1.4.3", "eslint": "^7.25.0", "mongodb-connection-string-url": "^3.0.1", - "mongodb-redact": "^0.2.3", + "mongodb-redact": "^1.1.0", "prettier": "^2.8.8" } }, @@ -37905,7 +37904,7 @@ "depcheck": "^1.4.3", "eslint": "^7.25.0", "mongodb-log-writer": "^1.4.2", - "mongodb-redact": "^0.2.3", + "mongodb-redact": "^1.1.0", "prettier": "^2.8.8" }, "dependencies": { @@ -38023,7 +38022,7 @@ "depcheck": "^1.4.3", "eslint": "^7.25.0", "mongodb": "^6.7.0", - "mongodb-redact": "^0.2.3", + "mongodb-redact": "^1.1.0", "prettier": "^2.8.8", "semver": "^7.5.3" } @@ -50568,11 +50567,11 @@ } }, "mongodb-redact": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-0.2.3.tgz", - "integrity": "sha512-a6ZPWlC9yf6F/n6ylKyyTO2PXZeD6nPKWwBmAIlOtOH4v82DIfsgO4Bpml10/YSwFxF1+VY8NHohmxofzpB4Yw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-1.1.0.tgz", + "integrity": "sha512-LVaedJ6zhRqiv72Cme8fHZKRfKS51XpWHEtaWox5aVi9tiJ95tLMkr3zLjUvKZztqpInG5A7yPu++H3ISo0hRg==", "requires": { - "lodash": "^4.17.15" + "lodash": "^4.17.21" } }, "mongodb-runner": { diff --git a/packages/history/package.json b/packages/history/package.json index a9b81c7dd..345fe8985 100644 --- a/packages/history/package.json +++ b/packages/history/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "mongodb-connection-string-url": "^3.0.1", - "mongodb-redact": "^0.2.3" + "mongodb-redact": "^1.1.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", @@ -45,7 +45,6 @@ "depcheck": "^1.4.3", "eslint": "^7.25.0", "mongodb-connection-string-url": "^3.0.1", - "mongodb-redact": "^0.2.3", "prettier": "^2.8.8" } } diff --git a/packages/logging/package.json b/packages/logging/package.json index d97097781..bc5e7936e 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -22,7 +22,7 @@ "@mongosh/history": "0.0.0-dev.0", "@mongosh/types": "0.0.0-dev.0", "mongodb-log-writer": "^1.4.2", - "mongodb-redact": "^0.2.3" + "mongodb-redact": "^1.1.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0", diff --git a/packages/shell-api/package.json b/packages/shell-api/package.json index b918f1cee..d54185c24 100644 --- a/packages/shell-api/package.json +++ b/packages/shell-api/package.json @@ -45,7 +45,7 @@ "@mongosh/history": "0.0.0-dev.0", "@mongosh/i18n": "0.0.0-dev.0", "@mongosh/service-provider-core": "0.0.0-dev.0", - "mongodb-redact": "^0.2.3" + "mongodb-redact": "^1.1.0" }, "devDependencies": { "@mongodb-js/eslint-config-mongosh": "^1.0.0",