diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-14 06:10:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 06:10:13 +0000 |
commit | d0c972cb002e35d0137a4b09ed5b75356417cb91 (patch) | |
tree | af2aecdbeaf26da273ef81918977787d8d2b6e17 /package.json | |
parent | 238eb29f5e37ab4920347c4061c0c181d11d1e33 (diff) | |
download | skyblock-api-d0c972cb002e35d0137a4b09ed5b75356417cb91.tar.gz skyblock-api-d0c972cb002e35d0137a4b09ed5b75356417cb91.tar.bz2 skyblock-api-d0c972cb002e35d0137a4b09ed5b75356417cb91.zip |
Bump mongodb from 3.6.10 to 4.0.0 (#84)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.10 to 4.0.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/4.0/docs/CHANGES_4.0.0.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.10...v4.0.0)
---
updated-dependencies:
- dependency-name: mongodb
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7bfbaf3..76b3829 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": "^3.6.10", + "mongodb": "^4.0.0", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.6.0", |