diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-06 06:11:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 06:11:43 +0000 |
commit | abc66c94754a42a0207b1d0fdc9dc98b0ba49714 (patch) | |
tree | e5a4ab3a3a17e5b4be8aeef84a540d88d1c54d9c /package.json | |
parent | 7b7d6bb08db498d21eb67da80ab87ce1912fd437 (diff) | |
download | skyblock-api-abc66c94754a42a0207b1d0fdc9dc98b0ba49714.tar.gz skyblock-api-abc66c94754a42a0207b1d0fdc9dc98b0ba49714.tar.bz2 skyblock-api-abc66c94754a42a0207b1d0fdc9dc98b0ba49714.zip |
Bump mongodb from 4.1.2 to 4.1.3 (#134)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.1.2 to 4.1.3.
- [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.2...v4.1.3)
---
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 a9a5d12..f3beb05 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.4.1", "lru-cache": "^6.0.0", - "mongodb": "^4.1.2", + "mongodb": "^4.1.3", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "prismarine-nbt": "^1.6.0", |