diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-25 15:12:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 15:12:16 -0600 |
commit | b48a1097c508d599654a804bad6883c0eaefa9c3 (patch) | |
tree | 62bff953ee2fb45dfa5433934584fb7148d1e5e6 /package.json | |
parent | aedd890f9606a6706f7ea4fd656de2c7f2da84cc (diff) | |
download | skyblock-api-b48a1097c508d599654a804bad6883c0eaefa9c3.tar.gz skyblock-api-b48a1097c508d599654a804bad6883c0eaefa9c3.tar.bz2 skyblock-api-b48a1097c508d599654a804bad6883c0eaefa9c3.zip |
Bump mongodb from 4.2.1 to 4.2.2 (#161)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/docs/CHANGES_4.0.0.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.2.1...v4.2.2)
---
updated-dependencies:
- dependency-name: mongodb
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 debf7fa..6d3747c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.5.1", "lru-cache": "^6.0.0", - "mongodb": "^4.2.1", + "mongodb": "^4.2.2", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "prismarine-nbt": "^2.0.0", |