Skip to content

Commit 1c3dc02

Browse files
authored
fix(NODE-5709): bump mongodb-connection-string-url to 3.0.0 (#3909)
1 parent 1f63704 commit 1c3dc02

File tree

3 files changed

+69
-23
lines changed

3 files changed

+69
-23
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@mongodb-js/saslprep": "^1.1.0",
2929
"bson": "^6.2.0",
30-
"mongodb-connection-string-url": "^2.6.0"
30+
"mongodb-connection-string-url": "^3.0.0"
3131
},
3232
"peerDependencies": {
3333
"@aws-sdk/credential-providers": "^3.188.0",

test/action/dependency.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ describe('package.json', function () {
126126
'mongodb-connection-string-url',
127127
'whatwg-url',
128128
'webidl-conversions',
129-
'tr46'
129+
'tr46',
130+
'punycode'
130131
];
131132

132133
describe('mongodb imports', () => {

0 commit comments

Comments
 (0)