From abc66c94754a42a0207b1d0fdc9dc98b0ba49714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 06:11:43 +0000 Subject: Bump mongodb from 4.1.2 to 4.1.3 (#134) Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.1.2 to 4.1.3. - [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.2...v4.1.3) --- 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 a9a5d12..f3beb05 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.4.1", "lru-cache": "^6.0.0", - "mongodb": "^4.1.2", + "mongodb": "^4.1.3", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "prismarine-nbt": "^1.6.0", -- cgit