Skip to content

Commit

Permalink
pin stable commit - try again
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Jan 30, 2025
1 parent 7b0b03c commit 2ec6fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"bson": "^6.10.1",
"kareem": "2.6.3",
"mongodb": "~6.12.0",
"mongodb-client-encryption": "^6.1.1",
"mpath": "0.9.0",
"mquery": "5.0.0",
"ms": "2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/configure-cluster-with-encryption.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# this script downloads all tools required to use FLE with mongodb, then starts a cluster of the provided configuration (sharded on 8.0 server)

export CWD=$(pwd);
export DRIVERS_TOOLS_PINNED_COMMIT=259809b8388c68d0adf0e0c8ac8257802e811e69;
export DRIVERS_TOOLS_PINNED_COMMIT=d8098d27d0a94afe6ed20b01d653404ba6dd3910;

# install extra dependency
npm install mongodb-client-encryption
Expand Down

0 comments on commit 2ec6fb7

Please sign in to comment.