Skip to content

Commit 4c8a24b

Browse files
committed
fixup: bump mongodb-redact to 1.1.5
1 parent 53a35b9 commit 4c8a24b

File tree

5 files changed

+25
-16
lines changed

5 files changed

+25
-16
lines changed

package-lock.json

Lines changed: 22 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/history/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"mongodb-connection-string-url": "^3.0.1",
39-
"mongodb-redact": "^1.1.2"
39+
"mongodb-redact": "^1.1.5"
4040
},
4141
"devDependencies": {
4242
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

packages/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@mongosh/history": "0.0.0-dev.0",
2323
"@mongosh/types": "0.0.0-dev.0",
2424
"mongodb-log-writer": "^1.4.2",
25-
"mongodb-redact": "^1.1.2"
25+
"mongodb-redact": "^1.1.5"
2626
},
2727
"devDependencies": {
2828
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

packages/shell-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@mongosh/history": "0.0.0-dev.0",
4646
"@mongosh/i18n": "0.0.0-dev.0",
4747
"@mongosh/service-provider-core": "0.0.0-dev.0",
48-
"mongodb-redact": "^1.1.2"
48+
"mongodb-redact": "^1.1.5"
4949
},
5050
"devDependencies": {
5151
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

packages/shell-api/src/runtime-independence.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ describe('Runtime independence', function () {
2323
const allowedNodeBuiltins = ['crypto', 'util', 'events', 'path'];
2424
// Our TextDecoder/TextEncoder polyfills require this, unfortunately.
2525
context.Buffer = Buffer;
26-
// lodash used by mongodb-redact used by @mongosh/history requires this Node.js-ism.
27-
// Let's get rid of it: https://github.com/mongodb-js/devtools-shared/pull/497
28-
vm.runInContext('globalThis.global = globalThis;', context);
2926

3027
// Small CJS implementation, without __dirname or __filename
3128
const cache = Object.create(null);

0 commit comments

Comments
 (0)