From 1d17abdd557401528732acbaff52881225ddd82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 02:21:59 +0000 Subject: [PATCH] build: bump mongodb from 6.14.2 to 6.17.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.14.2 to 6.17.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v6.14.2...v6.17.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 8e7d9813..5a29ff34 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "analytics": "^0.8.11", "is-plain-object": "^5.0.0", "js-tokens": "^9.0.0", - "mongodb": "^6.12.0", + "mongodb": "^6.17.0", "next": "^14.2.12", "node-fetch": "^2.6.1", "probot": "^13.4.1", diff --git a/yarn.lock b/yarn.lock index f5fd023a..8f48561d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2277,10 +2277,10 @@ bser@2.1.1: dependencies: node-int64 "^0.4.0" -bson@^6.10.3: - version "6.10.3" - resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.3.tgz#5f9a463af6b83e264bedd08b236d1356a30eda47" - integrity sha512-MTxGsqgYTwfshYWTRdmZRC+M7FnG1b4y7RO7p2k3X24Wq0yv1m77Wsj0BzlPzd/IowgESfsruQCUToa7vbOpPQ== +bson@^6.10.4: + version "6.10.4" + resolved "https://registry.yarnpkg.com/bson/-/bson-6.10.4.tgz#d530733bb5bb16fb25c162e01a3344fab332fd2b" + integrity sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng== btoa-lite@^1.0.0: version "1.0.0" @@ -4274,13 +4274,13 @@ mongodb-connection-string-url@^3.0.0: "@types/whatwg-url" "^11.0.2" whatwg-url "^14.1.0 || ^13.0.0" -mongodb@^6.12.0: - version "6.14.2" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.14.2.tgz#56533105e62ce795cd10a205a6374ecd8d58ad49" - integrity sha512-kMEHNo0F3P6QKDq17zcDuPeaywK/YaJVCEQRzPF3TOM/Bl9MFg64YE5Tu7ifj37qZJMhwU1tl2Ioivws5gRG5Q== +mongodb@^6.17.0: + version "6.17.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.17.0.tgz#b52da4e3cdf62299e55c51584cb5657283157594" + integrity sha512-neerUzg/8U26cgruLysKEjJvoNSXhyID3RvzvdcpsIi2COYM3FS3o9nlH7fxFtefTb942dX3W9i37oPfCVj4wA== dependencies: "@mongodb-js/saslprep" "^1.1.9" - bson "^6.10.3" + bson "^6.10.4" mongodb-connection-string-url "^3.0.0" mri@1.2.0: