From 2c0a571694032d0b37f53b0d7079d36c8b7401b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 11:21:08 +0000 Subject: [PATCH] build(deps): 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 75a9899..78f73b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "moment-duration-format": "^2.3.2", "moment-shortformat": "^2.1.0", "moment-timezone": "^0.5.27", - "mongodb": "^4.1.2", + "mongodb": "^5.1.0", "nano": "^10.0.0", "node-superfetch": "^0.2.3", "snekfetch": "^4.0.4",