Skip to content

Commit

Permalink
chore(deps): bump bson to 6.10.3 MONGOSH-2016 (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Feb 20, 2025
1 parent 6246703 commit df27287
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 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 packages/browser-runtime-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/types": "3.2.0",
"bson": "^6.10.1",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/chai-as-promised": "^7.1.3",
"@types/node": "^14.14.6",
"@types/rimraf": "^3.0.0",
"bson": "^6.10.1",
"bson": "^6.10.3",
"chai-as-promised": "^7.1.1",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-runtime-worker-thread/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@mongosh/service-provider-core": "3.0.2",
"@mongosh/service-provider-node-driver": "3.2.0",
"@mongosh/types": "3.2.0",
"bson": "^6.10.1",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/service-provider-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@aws-sdk/credential-providers": "^3.525.0",
"@mongosh/errors": "2.4.0",
"bson": "^6.10.1",
"bson": "^6.10.3",
"mongodb": "^6.13.0",
"mongodb-build-info": "^1.7.2",
"mongodb-connection-string-url": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/types": "3.2.0",
"bson": "^6.10.1",
"bson": "^6.10.3",
"depcheck": "^1.4.7",
"eslint": "^7.25.0",
"mongodb": "^6.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snippet-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mongosh/errors": "2.4.0",
"@mongosh/shell-api": "3.2.0",
"@mongosh/types": "3.2.0",
"bson": "^6.10.1",
"bson": "^6.10.3",
"cross-spawn": "^7.0.5",
"escape-string-regexp": "^4.0.0",
"zod": "^3.24.1",
Expand Down

0 comments on commit df27287

Please sign in to comment.