From a27dbcb3f5fdde1db03e26dc18989a761fc77467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 13:13:29 +0000 Subject: [PATCH] Bump mongodb from 4.13.0 to 5.0.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.13.0 to 5.0.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.13.0...v5.0.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 485c232..118ca1c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "g-i-s": "^2.1.6", "hxz-api": "^1.0.1", "kotz-api": "^1.0.0", - "mongodb": "^4.1.2", + "mongodb": "^5.0.0", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "multistream": "^2.1.0",