Skip to content

Commit

Permalink
chore(deps): bump driver to 4.10.0 MONGOSH-1299 (#1348)
Browse files Browse the repository at this point in the history
Also bump mongodb-connection-string-url to include COMPASS-5958.
  • Loading branch information
addaleax authored Sep 19, 2022
1 parent a95a2fb commit 1644fe1
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 68 deletions.
14 changes: 7 additions & 7 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 @@ -123,7 +123,7 @@
"karma-typescript": "^5.5.1",
"lerna": "^4.0.0",
"mocha": "^7.1.2",
"mongodb": "^4.9.1",
"mongodb": "^4.10.0",
"mongodb-download-url": "^1.2.2",
"mongodb-js-precommit": "^2.0.0",
"nock": "^13.0.11",
Expand Down
16 changes: 8 additions & 8 deletions packages/arg-parser/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/arg-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"unitTestsOnly": true
},
"dependencies": {
"mongodb-connection-string-url": "^2.5.2",
"mongodb-connection-string-url": "^2.5.3",
"@mongosh/errors": "0.0.0-dev.0",
"@mongosh/i18n": "0.0.0-dev.0"
},
"devDependencies": {
"@mongodb-js/devtools-connect": "^1.4.3",
"mongodb": "^4.9.1"
"mongodb": "^4.10.0"
}
}
14 changes: 7 additions & 7 deletions packages/cli-repl/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 packages/cli-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"askpassword": "^1.2.4",
"is-recoverable-error": "^1.0.2",
"js-yaml": "^4.1.0",
"mongodb-connection-string-url": "^2.5.2",
"mongodb-connection-string-url": "^2.5.3",
"mongodb-log-writer": "^1.1.3",
"nanobus": "^4.4.0",
"numeral": "^2.0.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/history/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 packages/history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"mongodb-redact": "^0.2.2",
"mongodb-connection-string-url": "^2.5.2"
"mongodb-connection-string-url": "^2.5.3"
}
}
14 changes: 7 additions & 7 deletions packages/logging/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 packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mongodb-redact": "^0.2.2"
},
"devDependencies": {
"mongodb": "^4.9.1"
"mongodb": "^4.10.0"
},
"scripts": {
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register \"./src/**/*.spec.ts\"",
Expand Down
14 changes: 7 additions & 7 deletions packages/service-provider-core/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 packages/service-provider-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@mongosh/errors": "0.0.0-dev.0",
"bson": "^4.7.0",
"mongodb": "^4.9.1",
"mongodb": "^4.10.0",
"mongodb-build-info": "^1.2.0"
},
"optionalDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/service-provider-server/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/service-provider-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@mongosh/types": "0.0.0-dev.0",
"@types/sinon-chai": "^3.2.3",
"aws4": "^1.11.0",
"mongodb": "^4.9.1",
"mongodb-connection-string-url": "^2.5.2",
"mongodb": "^4.10.0",
"mongodb-connection-string-url": "^2.5.3",
"saslprep": "mongodb-js/saslprep#v1.0.4"
},
"optionalDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/types/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 packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@mongodb-js/devtools-connect": "^1.4.3"
},
"devDependencies": {
"mongodb": "^4.9.1"
"mongodb": "^4.10.0"
}
}

0 comments on commit 1644fe1

Please sign in to comment.