From b6de53304690938c5b3c49a110a40630a4e08fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:28:19 +0000 Subject: [PATCH] build: bump mongodb from 6.18.0 to 6.19.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.18.0 to 6.19.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.18.0...v6.19.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 6.19.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 a85b3ca2..24c3f4d4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/dlv": "^1.1.4", "is-plain-object": "^5.0.0", "js-tokens": "^9.0.0", - "mongodb": "^6.18.0", + "mongodb": "^6.19.0", "next": "^14.2.12", "node-fetch": "^2.6.1", "probot": "^13.4.1", diff --git a/yarn.lock b/yarn.lock index 822abe19..e1e8023b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4106,10 +4106,10 @@ mongodb-connection-string-url@^3.0.0: "@types/whatwg-url" "^11.0.2" whatwg-url "^14.1.0 || ^13.0.0" -mongodb@^6.18.0: - version "6.18.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.18.0.tgz#8fab8f841443080924f2cdaa22727cdb7eb20dc3" - integrity sha512-fO5ttN9VC8P0F5fqtQmclAkgXZxbIkYRTUi1j8JO6IYwvamkhtYDilJr35jOPELR49zqCJgXZWwCtW7B+TM8vQ== +mongodb@^6.19.0: + version "6.19.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.19.0.tgz#d28df0ae4cb3bea4381206e2d9efc3c7b77531fe" + integrity sha512-H3GtYujOJdeKIMLKBT9PwlDhGrQfplABNF1G904w6r5ZXKWyv77aB0X9B+rhmaAwjtllHzaEkvi9mkGVZxs2Bw== dependencies: "@mongodb-js/saslprep" "^1.1.9" bson "^6.10.4"