aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index fbaab2f..a4c52a3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"express": "^4.17.2",
"express-rate-limit": "^5.5.1",
"lru-cache": "^6.0.0",
- "mongodb": "^4.2.2",
+ "mongodb": "^4.1.4",
"node-cache": "^5.1.2",
"node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive",
"prismarine-nbt": "github:PrismarineJS/prismarine-nbt",
@@ -3268,7 +3268,7 @@
},
"prismarine-nbt": {
"version": "git+ssh://git@github.com/PrismarineJS/prismarine-nbt.git#c84cb47dfa09ecc8d5da552604c865b133657605",
- "from": "prismarine-nbt@https://github.com/PrismarineJS/prismarine-nbt",
+ "from": "prismarine-nbt@github:PrismarineJS/prismarine-nbt",
"requires": {
"protodef": "^1.9.0"
}
diff --git a/package.json b/package.json
index 0b1b997..a1bc515 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"express": "^4.17.2",
"express-rate-limit": "^5.5.1",
"lru-cache": "^6.0.0",
- "mongodb": "^4.2.2",
+ "mongodb": "^4.1.4",
"node-cache": "^5.1.2",
"node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive",
"prismarine-nbt": "github:PrismarineJS/prismarine-nbt",