From 8ef6a88fe4b064df9b44e630e98a1322e142fe6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:46:44 +0000 Subject: [PATCH] Bump bson from 6.2.0 to 6.8.0 Bumps [bson](https://github.com/mongodb/js-bson) from 6.2.0 to 6.8.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.2.0...v6.8.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 0a73669..4e0e5e3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/ws": "^8.5.10", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "bson": "^6.2.0", + "bson": "^6.8.0", "dotenv": "^16.4.5", "eslint": "^8.56.0", "eslint-plugin-sort-class-members": "^1.18.0", diff --git a/yarn.lock b/yarn.lock index c60f60e..8be48e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -299,10 +299,10 @@ braces@^3.0.2: dependencies: fill-range "^7.1.1" -bson@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/bson/-/bson-6.2.0.tgz#4b6acafc266ba18eeee111373c2699304a9ba0a3" - integrity sha512-ID1cI+7bazPDyL9wYy9GaQ8gEEohWvcUl/Yf0dIdutJxnmInEEyCsb4awy/OiBfall7zBA179Pahi3vCdFze3Q== +bson@^6.2.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== callsites@^3.0.0: version "3.1.0"