diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 03:58:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 03:58:35 -0500 |
commit | d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da (patch) | |
tree | 8db07d3a0f3f054d0677dbf6facc25a89f69d83e /package.json | |
parent | 92279d3b94fd567257377129bdb19d6e7b521ccd (diff) | |
download | skyblock-api-d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da.tar.gz skyblock-api-d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da.tar.bz2 skyblock-api-d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da.zip |
Bump mongodb from 3.6.9 to 3.6.10 (#74)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.9 to 3.6.10.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/3.6/CHANGES_3.0.0.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.9...v3.6.10)
---
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 c83d328..b94500a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.3.0", "lru-cache": "^6.0.0", - "mongodb": "^3.6.9", + "mongodb": "^3.6.10", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", |