Skip to content

Commit 8f0fcb5

Browse files
authored
chore(deps): bump mongodb-client-encryption to 6.1.1 MONGOSH-1947 (#2320)
1 parent a280bf6 commit 8f0fcb5

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

package-lock.json

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

packages/cli-repl/webpack.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ const config = {
8282
...Object.fromEntries(
8383
Module.builtinModules.map((m) => [`node:${m}`, `commonjs2 ${m}`])
8484
), // node: builtin specifiers need to be always declared as externals in webpack right now
85+
// mongodb-client-encryption fixup until NODE-6670 is done
86+
'../build/Release/mongocrypt.node':
87+
'commonjs2 ../build/Release/mongocrypt.node',
88+
'../build/Debug/mongocrypt.node':
89+
'commonjs2 ../build/Debug/mongocrypt.node',
8590
},
8691

8792
externalsPresets: {

packages/service-provider-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"mongodb-connection-string-url": "^3.0.1"
5252
},
5353
"optionalDependencies": {
54-
"mongodb-client-encryption": "^6.1.0"
54+
"mongodb-client-encryption": "^6.1.1"
5555
},
5656
"devDependencies": {
5757
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

packages/service-provider-node-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"optionalDependencies": {
6161
"kerberos": "2.1.0",
62-
"mongodb-client-encryption": "^6.1.0"
62+
"mongodb-client-encryption": "^6.1.1"
6363
},
6464
"devDependencies": {
6565
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

0 commit comments

Comments
 (0)