Skip to content

Commit 2ec6fb7

Browse files
pin stable commit - try again
1 parent 7b0b03c commit 2ec6fb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"bson": "^6.10.1",
2424
"kareem": "2.6.3",
2525
"mongodb": "~6.12.0",
26+
"mongodb-client-encryption": "^6.1.1",
2627
"mpath": "0.9.0",
2728
"mquery": "5.0.0",
2829
"ms": "2.1.3",

scripts/configure-cluster-with-encryption.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# this script downloads all tools required to use FLE with mongodb, then starts a cluster of the provided configuration (sharded on 8.0 server)
66

77
export CWD=$(pwd);
8-
export DRIVERS_TOOLS_PINNED_COMMIT=259809b8388c68d0adf0e0c8ac8257802e811e69;
8+
export DRIVERS_TOOLS_PINNED_COMMIT=d8098d27d0a94afe6ed20b01d653404ba6dd3910;
99

1010
# install extra dependency
1111
npm install mongodb-client-encryption

0 commit comments

Comments
 (0)