aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-01 18:49:35 -0600
committerGitHub <noreply@github.com>2022-03-01 18:49:35 -0600
commit472a0bec1633af7abc0444a85d3592253933227a (patch)
tree286234e39749fe6f6cae2f3c2f53ad11b04ce7af /package.json
parent6117827dd602c03123fa9437e9a8d6d025299aad (diff)
downloadskyblock-api-472a0bec1633af7abc0444a85d3592253933227a.tar.gz
skyblock-api-472a0bec1633af7abc0444a85d3592253933227a.tar.bz2
skyblock-api-472a0bec1633af7abc0444a85d3592253933227a.zip
Bump mongodb from 4.3.1 to 4.4.0 (#211)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor ... 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 9c4cc08..f20f432 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"express": "^4.17.2",
"express-rate-limit": "^6.2.1",
"lru-cache": "^7.3.1",
- "mongodb": "^4.3.1",
+ "mongodb": "^4.4.0",
"node-cache": "^5.1.2",
"node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive",
"prismarine-nbt": "github:PrismarineJS/prismarine-nbt",