From eada4299daa175744a75f886001726796a8f470a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:13:19 +0000 Subject: [PATCH] Bump mongodb from 4.14.0 to 5.1.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.14.0 to 5.1.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.14.0...v5.1.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 29598165..37a48aa1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express": "~4.18.2", "express-minify": "^1.0.0", "isomorphic-fetch": "^3.0.0", - "mongodb": "^4.12.1", + "mongodb": "^5.1.0", "node-cache": "^5.1.2", "node-ttl": "^0.2.0", "sharp": "^0.31.2",