From 316bbb8e264f69fb0d05ae7c89bdd21a1509f99f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:13:55 +0000 Subject: [PATCH] build(deps): bump mongodb from 5.9.2 to 6.15.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.9.2 to 6.15.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.15.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71b394df..044a2f96 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "formidable": "^3.5.2", "framer-motion": "^12.0.0", "md5": "^2.3.0", - "mongodb": "^5.9.2", + "mongodb": "^6.15.0", "mongoose": "^8.10.1", "multer": "^1.4.5-lts.1", "next": "^13.5.4",