diff --git a/package.json b/package.json index ecade1a058..cee4202d22 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/configure-cluster-with-encryption.sh b/scripts/configure-cluster-with-encryption.sh index 2560ccd9dc..96cfbc66c2 100644 --- a/scripts/configure-cluster-with-encryption.sh +++ b/scripts/configure-cluster-with-encryption.sh @@ -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