Skip to content

Commit 1644fe1

Browse files
authored
chore(deps): bump driver to 4.10.0 MONGOSH-1299 (#1348)
Also bump mongodb-connection-string-url to include COMPASS-5958.
1 parent a95a2fb commit 1644fe1

File tree

16 files changed

+68
-68
lines changed

16 files changed

+68
-68
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -123,7 +123,7 @@
123123
"karma-typescript": "^5.5.1",
124124
"lerna": "^4.0.0",
125125
"mocha": "^7.1.2",
126-
"mongodb": "^4.9.1",
126+
"mongodb": "^4.10.0",
127127
"mongodb-download-url": "^1.2.2",
128128
"mongodb-js-precommit": "^2.0.0",
129129
"nock": "^13.0.11",

packages/arg-parser/package-lock.json

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

packages/arg-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"unitTestsOnly": true
3030
},
3131
"dependencies": {
32-
"mongodb-connection-string-url": "^2.5.2",
32+
"mongodb-connection-string-url": "^2.5.3",
3333
"@mongosh/errors": "0.0.0-dev.0",
3434
"@mongosh/i18n": "0.0.0-dev.0"
3535
},
3636
"devDependencies": {
3737
"@mongodb-js/devtools-connect": "^1.4.3",
38-
"mongodb": "^4.9.1"
38+
"mongodb": "^4.10.0"
3939
}
4040
}

packages/cli-repl/package-lock.json

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

packages/cli-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"askpassword": "^1.2.4",
7373
"is-recoverable-error": "^1.0.2",
7474
"js-yaml": "^4.1.0",
75-
"mongodb-connection-string-url": "^2.5.2",
75+
"mongodb-connection-string-url": "^2.5.3",
7676
"mongodb-log-writer": "^1.1.3",
7777
"nanobus": "^4.4.0",
7878
"numeral": "^2.0.6",

packages/history/package-lock.json

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

packages/history/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
},
3131
"dependencies": {
3232
"mongodb-redact": "^0.2.2",
33-
"mongodb-connection-string-url": "^2.5.2"
33+
"mongodb-connection-string-url": "^2.5.3"
3434
}
3535
}

packages/logging/package-lock.json

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

packages/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"mongodb-redact": "^0.2.2"
2626
},
2727
"devDependencies": {
28-
"mongodb": "^4.9.1"
28+
"mongodb": "^4.10.0"
2929
},
3030
"scripts": {
3131
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register \"./src/**/*.spec.ts\"",

0 commit comments

Comments
 (0)