Skip to content

Commit 6fcad34

Browse files
authored
chore(deps): bump driver, bson to latest MONGOSH-1890 MONGOSH-1889 (#2243)
1 parent 0d07bca commit 6fcad34

File tree

13 files changed

+55
-54
lines changed

13 files changed

+55
-54
lines changed

package-lock.json

Lines changed: 40 additions & 40 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4747
"depcheck": "^1.4.7",
4848
"eslint": "^7.25.0",
49-
"mongodb": "^6.9.0",
49+
"mongodb": "^6.10.0",
5050
"prettier": "^2.8.8"
5151
}
5252
}

packages/browser-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@babel/plugin-proposal-class-properties": "^7.8.3",
7070
"@babel/preset-react": "^7.18.6",
7171
"@babel/preset-typescript": "^7.18.6",
72-
"mongodb": "^6.9.0",
72+
"mongodb": "^6.10.0",
7373
"@mongodb-js/compass-components": "*",
7474
"@mongodb-js/compass-editor": "*",
7575
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

packages/browser-runtime-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
4444
"@mongosh/types": "0.0.0-dev.0",
45-
"bson": "^6.8.0",
45+
"bson": "^6.9.0",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",
4848
"prettier": "^2.8.8",

packages/cli-repl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"yargs-parser": "^20.2.4"
9494
},
9595
"devDependencies": {
96-
"mongodb": "^6.9.0",
96+
"mongodb": "^6.10.0",
9797
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
9898
"@mongodb-js/prettier-config-devtools": "^1.0.1",
9999
"@mongodb-js/sbom-tools": "^0.7.0",

packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"@types/chai-as-promised": "^7.1.3",
4040
"@types/node": "^14.14.6",
4141
"@types/rimraf": "^3.0.0",
42-
"bson": "^6.8.0",
42+
"bson": "^6.9.0",
4343
"chai-as-promised": "^7.1.1",
4444
"depcheck": "^1.4.7",
4545
"eslint": "^7.25.0",
4646
"lodash": "^4.17.21",
4747
"moment": "^2.29.1",
48-
"mongodb": "^6.9.0",
48+
"mongodb": "^6.10.0",
4949
"node-fetch": "^3.3.2",
5050
"prettier": "^2.8.8",
5151
"rimraf": "^3.0.2"

packages/node-runtime-worker-thread/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mongosh/service-provider-core": "0.0.0-dev.0",
4343
"@mongosh/service-provider-node-driver": "0.0.0-dev.0",
4444
"@mongosh/types": "0.0.0-dev.0",
45-
"bson": "^6.8.0",
45+
"bson": "^6.9.0",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",
4848
"mocha": "^10.2.0",

packages/service-provider-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"dependencies": {
4646
"@aws-sdk/credential-providers": "^3.525.0",
4747
"@mongosh/errors": "0.0.0-dev.0",
48-
"bson": "^6.8.0",
49-
"mongodb": "^6.9.0",
48+
"bson": "^6.9.0",
49+
"mongodb": "^6.10.0",
5050
"mongodb-build-info": "^1.7.2",
5151
"mongodb-connection-string-url": "^3.0.1"
5252
},

packages/service-provider-node-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@mongosh/service-provider-core": "0.0.0-dev.0",
5454
"@mongosh/types": "0.0.0-dev.0",
5555
"aws4": "^1.12.0",
56-
"mongodb": "^6.9.0",
56+
"mongodb": "^6.10.0",
5757
"mongodb-connection-string-url": "^3.0.1",
5858
"socks": "^2.8.3"
5959
},

packages/shell-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5353
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
5454
"@mongosh/types": "0.0.0-dev.0",
55-
"bson": "^6.8.0",
55+
"bson": "^6.9.0",
5656
"depcheck": "^1.4.7",
5757
"eslint": "^7.25.0",
58-
"mongodb": "^6.9.0",
58+
"mongodb": "^6.10.0",
5959
"prettier": "^2.8.8",
6060
"semver": "^7.5.3"
6161
}

0 commit comments

Comments
 (0)