From 9023ba0cb495f383406f00c0832aad64b9005202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 23:51:41 +0000 Subject: [PATCH] :arrow_up: Bump mongodb from 4.2.2 to 4.17.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.2.2 to 4.17.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v4.17.0/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.2.2...v4.17.0) --- 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 a4de7204..9923237f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "lodash": "^4.17.21", "middie": "^5.2.0", "mime": "^3.0.0", - "mongodb": "4.2.2", + "mongodb": "4.17.0", "node-fetch": "^2.6.1", "path-to-regexp": "^6.2.0", "pluralize": "^8.0.0",