Skip to content

Commit

Permalink
fix(NODE-5709): bump mongodb-connection-string-url to 3.0.0 (#3909)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Nov 2, 2023
1 parent 1f63704 commit 1c3dc02
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 23 deletions.
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
3 changes: 2 additions & 1 deletion test/action/dependency.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ describe('package.json', function () {
'mongodb-connection-string-url',
'whatwg-url',
'webidl-conversions',
'tr46'
'tr46',
'punycode'
];

describe('mongodb imports', () => {
Expand Down

0 comments on commit 1c3dc02

Please sign in to comment.