Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(NODE-5709): bump mongodb-connection-string-url to 3.0.0
This includes a solution for the deprecation warning in NODE-5709
by bumping whatwg-url. The major version bump is only because the
new Node.js version minimum supported by that whatwg-url version
is Node.js 16.
  • Loading branch information
addaleax committed Nov 2, 2023
commit d70af7ba5c1b146f86b477592cb382a9e42a3227
87 changes: 66 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@mongodb-js/saslprep": "^1.1.0",
"bson": "^6.2.0",
"mongodb-connection-string-url": "^2.6.0"
"mongodb-connection-string-url": "^3.0.0"
},
"peerDependencies": {
"@aws-sdk/credential-providers": "^3.188.0",
Expand Down