From 56c06e5c0024a25162be246c3c7766d5ceb18fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:47:10 +0000 Subject: [PATCH] Bump mongodb from 3.6.2 to 3.6.10 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.2 to 3.6.10. - [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/v3.6.2...v3.6.10) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f560188..7506fbb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "cors": "2.8.5", "express": "4.16.4", - "mongodb": "3.6.2", + "mongodb": "3.6.10", "nodemailer": ">=6.4.16" }, "devDependencies": {