From 54087d29acb1a50f8e9cacba7d0defb0100160a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 02:45:10 +0000 Subject: [PATCH] build: bump mongodb from 6.14.2 to 6.16.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.14.2 to 6.16.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.16.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 6.16.0 dependency-type: direct:production 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 8e7d9813..794dd4f4 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.16.0", "next": "^14.2.12", "node-fetch": "^2.6.1", "probot": "^13.4.1", diff --git a/yarn.lock b/yarn.lock index f5fd023a..3ec301eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4274,10 +4274,10 @@ 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.16.0: + version "6.16.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.16.0.tgz#2a7a1986ec151d9c738fc8ce4cf4324c3f728a2f" + integrity sha512-D1PNcdT0y4Grhou5Zi/qgipZOYeWrhLEpk33n3nm6LGtz61jvO88WlrWCK/bigMjpnOdAUKKQwsGIl0NtWMyYw== dependencies: "@mongodb-js/saslprep" "^1.1.9" bson "^6.10.3"