From 0181eb4b4e780202e3a4a8e94842da12d1804e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:42:54 +0000 Subject: [PATCH] Bump mongodb from 4.17.1 to 6.2.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.17.1 to 6.2.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/v4.17.1...v6.2.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 48aaf4af..2c395bb5 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "ioredis": "^5.3.2", "jsonwebtoken": "^9.0.0", "module-alias": "^2.2.2", - "mongodb": "^4.13.0" + "mongodb": "^6.2.0" } }