From 4e2f266b755dfecd3ed7087b27ff3495fdfbb243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:33:17 +0000 Subject: [PATCH] Bump bson from 6.9.0 to 6.10.0 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](https://github.com/mongodb/js-bson/compare/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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a431384..0d59166 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 24cf5ac..838a12c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"