aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-21 06:10:09 +0000
committerGitHub <noreply@github.com>2021-07-21 06:10:09 +0000
commitd34fccc14812237562dd3ff1a70be6f64992c707 (patch)
tree62ef884af542a02fcfab333252f4c9fff8d3a43f /package.json
parent43c75a369eabf5d6ccd97cf1ac12e5e2a704871a (diff)
downloadskyblock-api-d34fccc14812237562dd3ff1a70be6f64992c707.tar.gz
skyblock-api-d34fccc14812237562dd3ff1a70be6f64992c707.tar.bz2
skyblock-api-d34fccc14812237562dd3ff1a70be6f64992c707.zip
Bump mongodb from 4.0.0 to 4.0.1 (#88)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/4.0/docs/CHANGES_4.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.0.0...v4.0.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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5b74465..54d4852 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.0.0",
+ "mongodb": "^4.0.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"prismarine-nbt": "^1.6.0",