From e6c2a4ad67765a987a3bcaae270db98c2865fc98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 07:56:38 +0000 Subject: [PATCH] Bump mongodb from 6.6.1 to 6.7.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.6.1 to 6.7.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.6.1...v6.7.0) --- updated-dependencies: - dependency-name: mongodb 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 c0ad338..7bb3c0b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "eris": "^0.17.2", "fluent-ffmpeg": "^2.1.2", - "mongodb": "^6.6.1", + "mongodb": "^6.7.0", "node-telegram-bot-api": "^0.65.1", "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 7d0bca4..e82f212 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1961,10 +1961,10 @@ mongodb-connection-string-url@^3.0.0: "@types/whatwg-url" "^11.0.2" whatwg-url "^13.0.0" -mongodb@^6.6.1: - version "6.6.1" - resolved "https://registry.npmjs.org/mongodb/-/mongodb-6.6.1.tgz#0b883be638c5b1ad1f87d8617f1d76ceeeda0bdc" - integrity sha512-FvA9ocQzRzzvhin1HHLrZDEm0gWvnksbiciYrU/0GmET/t/DdDiMJroA7rfDrHM3AInwGVYw2fwAU2oNYUyUEw== +mongodb@^6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.7.0.tgz#f86e51e6530e6a2ca4a99d7cfdf6f409223ac199" + integrity sha512-TMKyHdtMcO0fYBNORiYdmM25ijsHs+Njs963r4Tro4OQZzqYigAzYQouwWRg4OIaiLRUEGUh/1UAcH5lxdSLIA== dependencies: "@mongodb-js/saslprep" "^1.1.5" bson "^6.7.0"