From 3d1eece4ce388fba8dbfb874c8a851ade4f1e0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:14:38 +0000 Subject: [PATCH] Bump mongodb from 6.8.0 to 6.9.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.8.0 to 6.9.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.8.0...v6.9.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09c46a7..e52ae39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "hapi-pino": "^12.1.0", "https-proxy-agent": "^7.0.5", "joi": "^17.13.3", - "mongodb": "^6.8.0", + "mongodb": "^6.9.0", "pino": "^9.4.0", "pino-pretty": "^11.2.2", "proxy-agent": "^6.4.0" @@ -10074,9 +10074,9 @@ } }, "node_modules/mongodb": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.8.0.tgz", - "integrity": "sha512-HGQ9NWDle5WvwMnrvUxsFYPd3JEbqD3RgABHBQRuoCEND0qzhsd0iH5ypHsf1eJ+sXmvmyKpP+FLOKY8Il7jMw==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.9.0.tgz", + "integrity": "sha512-UMopBVx1LmEUbW/QE0Hw18u583PEDVQmUmVzzBRH0o/xtE9DBRA5ZYLOjpLIa03i8FXjzvQECJcqoMvCXftTUA==", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", "bson": "^6.7.0", diff --git a/package.json b/package.json index 007f7ae..3daf09e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "hapi-pino": "^12.1.0", "https-proxy-agent": "^7.0.5", "joi": "^17.13.3", - "mongodb": "^6.8.0", + "mongodb": "^6.9.0", "pino": "^9.4.0", "pino-pretty": "^11.2.2", "proxy-agent": "^6.4.0"