From 169ca1e9decb103dfdb25ca400b98203bbc71193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:03:51 +0000 Subject: [PATCH] build(deps): bump mongodb from 4.14.0 to 5.0.1 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.14.0 to 5.0.1. - [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.0.1) --- 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..346c392 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.0.1", "nano": "^10.0.0", "node-superfetch": "^0.2.3", "snekfetch": "^4.0.4",