diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-25 06:10:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 06:10:31 +0000 |
commit | 4f8fee4073d63aeac06bb8d0a8e6e5033039734d (patch) | |
tree | 7eb3d1c625637a7f0e75c06d49f9d60f7b309b80 /package.json | |
parent | 57ce88c26149a84a8b78c3dc90f412045cf251f5 (diff) | |
download | skyblock-api-4f8fee4073d63aeac06bb8d0a8e6e5033039734d.tar.gz skyblock-api-4f8fee4073d63aeac06bb8d0a8e6e5033039734d.tar.bz2 skyblock-api-4f8fee4073d63aeac06bb8d0a8e6e5033039734d.zip |
Bump mongodb from 4.1.0 to 4.1.1 (#109)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/4.1/docs/CHANGES_4.0.0.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.1.0...v4.1.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 22ec01f..30298e5 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": "^4.1.0", + "mongodb": "^4.1.1", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.6.0", |