From a631d8c9cde054f3e4aa5fb4edd4a8b4cf61ab7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:43:29 +0000 Subject: [PATCH] Bump mongodb from 5.9.2 to 6.8.0 in /api-function-v4-mongodb-mongo Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.9.2 to 6.8.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/v5.9.2...v6.8.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api-function-v4-mongodb-mongo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-function-v4-mongodb-mongo/package.json b/api-function-v4-mongodb-mongo/package.json index c2ee5460..9ba490dd 100644 --- a/api-function-v4-mongodb-mongo/package.json +++ b/api-function-v4-mongodb-mongo/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@azure/functions": "4.0.0-alpha.9", - "mongodb": "^5.3.0" + "mongodb": "^6.8.0" }, "devDependencies": { "@types/node": "^18.16.3",