From 12330c7eb1ac4ec6eef65cd402b3a3641dc2e1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 15:51:57 -0500 Subject: Bump mongodb from 3.6.7 to 3.6.9 (#44) Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.7 to 3.6.9. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/3.6/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.7...v3.6.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdcd630..65101c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -983,9 +983,9 @@ } }, "mongodb": { - "version": "3.6.7", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.7.tgz", - "integrity": "sha512-VXW2bWz47LhAEw0qs8Mk2zRgQwgbXH16KAwQFtylBu0zXO8rkQmA8ncsYbmICaVutZeINRlXYXG3MDIz90NM3g==", + "version": "3.6.9", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.9.tgz", + "integrity": "sha512-1nSCKgSunzn/CXwgOWgbPHUWOO5OfERcuOWISmqd610jn0s8BU9K4879iJVabqgpPPbA6hO7rG48eq+fGED3Mg==", "requires": { "bl": "^2.2.1", "bson": "^1.1.4", diff --git a/package.json b/package.json index fdb67d7..0c8d531 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.2.6", "lru-cache": "^6.0.0", - "mongodb": "^3.6.7", + "mongodb": "^3.6.9", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", -- cgit