diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-19 08:36:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 08:36:45 -0500 |
commit | 1b583b7d215e928866b8a465d8b15115b2806440 (patch) | |
tree | a7a753bc1346cfe1146a92aaa2b5fafd16168da2 | |
parent | c6c7766d9af2e50d9adb37af07cce531726a9807 (diff) | |
download | skyblock-api-1b583b7d215e928866b8a465d8b15115b2806440.tar.gz skyblock-api-1b583b7d215e928866b8a465d8b15115b2806440.tar.bz2 skyblock-api-1b583b7d215e928866b8a465d8b15115b2806440.zip |
Bump mongodb from 3.6.6 to 3.6.7 (#31)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.6 to 3.6.7.
- [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.6...v3.6.7)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index d30733b..ac6e76a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -969,14 +969,14 @@ } }, "mongodb": { - "version": "3.6.6", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.6.tgz", - "integrity": "sha512-WlirMiuV1UPbej5JeCMqE93JRfZ/ZzqE7nJTwP85XzjAF4rRSeq2bGCb1cjfoHLOF06+HxADaPGqT0g3SbVT1w==", + "version": "3.6.7", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.7.tgz", + "integrity": "sha512-VXW2bWz47LhAEw0qs8Mk2zRgQwgbXH16KAwQFtylBu0zXO8rkQmA8ncsYbmICaVutZeINRlXYXG3MDIz90NM3g==", "requires": { "bl": "^2.2.1", "bson": "^1.1.4", "denque": "^1.4.1", - "optional-require": "^1.0.2", + "optional-require": "^1.0.3", "safe-buffer": "^5.1.2", "saslprep": "^1.0.0" } diff --git a/package.json b/package.json index 9506b66..6ad8665 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "express": "^4.17.1", "express-rate-limit": "^5.2.6", - "mongodb": "^3.6.6", + "mongodb": "^3.6.7", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", |