aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-29 15:51:57 -0500
committerGitHub <noreply@github.com>2021-05-29 15:51:57 -0500
commit12330c7eb1ac4ec6eef65cd402b3a3641dc2e1eb (patch)
treee53324b45f18269fcc373e3a6a7e278502f07658
parent0fdbc45956d5e5584f6c89957ca5d31849be706d (diff)
downloadskyblock-api-12330c7eb1ac4ec6eef65cd402b3a3641dc2e1eb.tar.gz
skyblock-api-12330c7eb1ac4ec6eef65cd402b3a3641dc2e1eb.tar.bz2
skyblock-api-12330c7eb1ac4ec6eef65cd402b3a3641dc2e1eb.zip
Bump mongodb from 3.6.7 to 3.6.9 (#44)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.7 to 3.6.9. - [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.7...v3.6.9) 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.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index cdcd630..65101c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -983,9 +983,9 @@
}
},
"mongodb": {
- "version": "3.6.7",
- "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.7.tgz",
- "integrity": "sha512-VXW2bWz47LhAEw0qs8Mk2zRgQwgbXH16KAwQFtylBu0zXO8rkQmA8ncsYbmICaVutZeINRlXYXG3MDIz90NM3g==",
+ "version": "3.6.9",
+ "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.9.tgz",
+ "integrity": "sha512-1nSCKgSunzn/CXwgOWgbPHUWOO5OfERcuOWISmqd610jn0s8BU9K4879iJVabqgpPPbA6hO7rG48eq+fGED3Mg==",
"requires": {
"bl": "^2.2.1",
"bson": "^1.1.4",
diff --git a/package.json b/package.json
index fdb67d7..0c8d531 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"lru-cache": "^6.0.0",
- "mongodb": "^3.6.7",
+ "mongodb": "^3.6.9",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"prismarine-nbt": "^1.5.0",