Skip to content

Commit

Permalink
Bump bson from 6.9.0 to 6.10.0
Browse files Browse the repository at this point in the history
Bumps [bson](https://github.com/mongodb/js-bson) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md)
- [Commits](mongodb/js-bson@v6.9.0...v6.10.0)

---
updated-dependencies:
- dependency-name: bson
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent c8e2254 commit 4e2f266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bson": "^6.9.0",
"bson": "^6.10.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-plugin-sort-class-members": "^1.21.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@ braces@^3.0.3:
dependencies:
fill-range "^7.1.1"

bson@^6.7.0, bson@^6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.9.0.tgz#2be50049430dceaa9300402520fe03e4ed5fdfd6"
integrity sha512-X9hJeyeM0//Fus+0pc5dSUMhhrrmWwQUtdavaQeF3Ta6m69matZkGWV/MrBcnwUeLC8W9kwwc2hfkZgUuCX3Ig==
bson@^6.10.0, bson@^6.7.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.0.tgz#559c767cc8b605c3ab14e5896214c8f2abdd6a12"
integrity sha512-ROchNosXMJD2cbQGm84KoP7vOGPO6/bOAW0veMMbzhXLqoZptcaYRVLitwvuhwhjjpU1qP4YZRWLhgETdgqUQw==

callsites@^3.0.0:
version "3.1.0"
Expand Down

0 comments on commit 4e2f266

Please sign in to comment.