Skip to content

Commit df27287

Browse files
authoredFeb 20, 2025··
chore(deps): bump bson to 6.10.3 MONGOSH-2016 (#2378)
1 parent 6246703 commit df27287

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed
 

‎package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/browser-runtime-core/package.json

+1-1
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": "3.2.0",
45-
"bson": "^6.10.1",
45+
"bson": "^6.10.3",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",
4848
"prettier": "^2.8.8",

‎packages/e2e-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/chai-as-promised": "^7.1.3",
4242
"@types/node": "^14.14.6",
4343
"@types/rimraf": "^3.0.0",
44-
"bson": "^6.10.1",
44+
"bson": "^6.10.3",
4545
"chai-as-promised": "^7.1.1",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mongosh/service-provider-core": "3.0.2",
4343
"@mongosh/service-provider-node-driver": "3.2.0",
4444
"@mongosh/types": "3.2.0",
45-
"bson": "^6.10.1",
45+
"bson": "^6.10.3",
4646
"depcheck": "^1.4.7",
4747
"eslint": "^7.25.0",
4848
"mocha": "^10.2.0",

‎packages/service-provider-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@aws-sdk/credential-providers": "^3.525.0",
4747
"@mongosh/errors": "2.4.0",
48-
"bson": "^6.10.1",
48+
"bson": "^6.10.3",
4949
"mongodb": "^6.13.0",
5050
"mongodb-build-info": "^1.7.2",
5151
"mongodb-connection-string-url": "^3.0.1",

‎packages/shell-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mongodb-js/prettier-config-devtools": "^1.0.1",
5353
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
5454
"@mongosh/types": "3.2.0",
55-
"bson": "^6.10.1",
55+
"bson": "^6.10.3",
5656
"depcheck": "^1.4.7",
5757
"eslint": "^7.25.0",
5858
"mongodb": "^6.13.0",

‎packages/snippet-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@mongosh/errors": "2.4.0",
4040
"@mongosh/shell-api": "3.2.0",
4141
"@mongosh/types": "3.2.0",
42-
"bson": "^6.10.1",
42+
"bson": "^6.10.3",
4343
"cross-spawn": "^7.0.5",
4444
"escape-string-regexp": "^4.0.0",
4545
"zod": "^3.24.1",

0 commit comments

Comments
 (0)
Please sign in to comment.