From 4f8fee4073d63aeac06bb8d0a8e6e5033039734d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 06:10:31 +0000 Subject: Bump mongodb from 4.1.0 to 4.1.1 (#109) Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/4.1/docs/CHANGES_4.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 22ec01f..30298e5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.3.0", "lru-cache": "^6.0.0", - "mongodb": "^4.1.0", + "mongodb": "^4.1.1", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.6.0", -- cgit