diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-09 18:47:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 18:47:30 -0600 |
commit | b4e92d123b4f8f3db4b2c69bc71214452c00ea34 (patch) | |
tree | a0b9f60d4e51ad93b8f725d13124943b16cac7fd /package.json | |
parent | 91fb525cb30b066b9676ed988a17d47ed52de985 (diff) | |
download | skyblock-api-b4e92d123b4f8f3db4b2c69bc71214452c00ea34.tar.gz skyblock-api-b4e92d123b4f8f3db4b2c69bc71214452c00ea34.tar.bz2 skyblock-api-b4e92d123b4f8f3db4b2c69bc71214452c00ea34.zip |
Bump mongodb from 4.2.0 to 4.2.1 (#158)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.2.0 to 4.2.1.
- [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.0...v4.2.1)
---
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 9553636..33a2ced 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.0", + "mongodb": "^4.2.1", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "prismarine-nbt": "^2.0.0", |