From 07a1fc13155467504e9879e57b0040315044ec7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:42:38 +0000 Subject: [PATCH] Bump bson from 6.8.0 to 6.9.0 Bumps [bson](https://github.com/mongodb/js-bson) from 6.8.0 to 6.9.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.8.0...v6.9.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 262afd2..c6867c7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "bson": "^6.8.0", + "bson": "^6.9.0", "dotenv": "^16.4.5", "eslint": "^8.57.0", "eslint-plugin-sort-class-members": "^1.20.0", diff --git a/yarn.lock b/yarn.lock index 8cbf8b1..a63c29a 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.8.0: - version "6.8.0" - resolved "https://registry.yarnpkg.com/bson/-/bson-6.8.0.tgz#5063c41ba2437c2b8ff851b50d9e36cb7aaa7525" - integrity sha512-iOJg8pr7wq2tg/zSlCCHMi3hMm5JTOxLTagf3zxhcenHsFp+c6uOs6K7W5UE7A4QIJGtqh/ZovFNMP4mOPJynQ== +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== callsites@^3.0.0: version "3.1.0"