Skip to content

Commit 696664c

Browse files
authored
feat!(NODE-7286): update peer dependencies (#4780)
1 parent 517da84 commit 696664c

File tree

3 files changed

+28
-43
lines changed

3 files changed

+28
-43
lines changed

.evergreen/run-kerberos-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export MONGODB_URI="mongodb://${USER}@${SASL_HOST}/${GSSAPI_DB}?authMechanism=GS
2828

2929
set -o xtrace
3030

31-
npm i -D kerberos@alpha
31+
npm i -D kerberos@latest
3232
npm run check:kerberos
3333

3434
set +o xtrace

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
},
2727
"dependencies": {
2828
"@mongodb-js/saslprep": "^1.3.0",
29-
"bson": "^7.0.0-alpha.2",
30-
"mongodb-connection-string-url": "^4.0.0-alpha"
29+
"bson": "^7.0.0",
30+
"mongodb-connection-string-url": "^7.0.0"
3131
},
3232
"peerDependencies": {
3333
"@aws-sdk/credential-providers": "^3.806.0",
34-
"@mongodb-js/zstd": "^3.0.0-alpha",
34+
"@mongodb-js/zstd": "^7.0.0",
3535
"gcp-metadata": "^7.0.1",
36-
"kerberos": "3.0.0-alpha",
37-
"mongodb-client-encryption": "^7.0.0-alpha",
36+
"kerberos": "^7.0.0",
37+
"mongodb-client-encryption": ">=7.0.0 <7.1.0",
3838
"snappy": "^7.3.2",
3939
"socks": "^2.8.6"
4040
},
@@ -67,7 +67,7 @@
6767
"@istanbuljs/nyc-config-typescript": "^1.0.2",
6868
"@microsoft/api-extractor": "^7.52.11",
6969
"@microsoft/tsdoc-config": "^0.17.1",
70-
"@mongodb-js/zstd": "^3.0.0-alpha",
70+
"@mongodb-js/zstd": "^7.0.0",
7171
"@types/chai": "^4.3.17",
7272
"@types/chai-subset": "^1.3.5",
7373
"@types/express": "^5.0.3",
@@ -96,7 +96,7 @@
9696
"js-yaml": "^4.1.0",
9797
"mocha": "^11.7.1",
9898
"mocha-sinon": "^2.1.2",
99-
"mongodb-client-encryption": "^7.0.0-alpha.1",
99+
"mongodb-client-encryption": "^7.0.0",
100100
"nyc": "^15.1.0",
101101
"prettier": "^3.6.2",
102102
"semver": "^7.7.2",

0 commit comments

Comments
 (0)