aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index c9305a5..dbceb58 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -998,13 +998,13 @@
}
},
"mongodb": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.0.0.tgz",
- "integrity": "sha512-ZsqdUyeSeuP2rfWvHpihvQ3MRDXuzsKHmhr1/vtM37JWj6M4yZvIXYFp8OJ85dYI6FvB9KQ1x0Cy6DQinrjUwA==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.0.1.tgz",
+ "integrity": "sha512-Ll2YCciRgbFN2jdfSqW1vhxvAcnqu+5ZlrTZNaEg+hZqKREg4xiUV56ZAtTjC02skfoTirHY5jQwtg7mBxqfug==",
"requires": {
"bson": "^4.4.0",
"denque": "^1.5.0",
- "mongodb-connection-string-url": "^1.0.0",
+ "mongodb-connection-string-url": "^1.0.1",
"saslprep": "^1.0.0"
}
},
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",