diff options
author | mat <github@matdoes.dev> | 2021-12-29 20:36:09 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-12-29 20:36:09 -0600 |
commit | 1be7b86cce10fceed1ff3d8df376cb9422154503 (patch) | |
tree | 19c99a43f8964bfbc98ac6fe8069546af65f1029 | |
parent | 51a2d1a940c0b697c2efd9b9157ef09d70cd91fd (diff) | |
download | skyblock-api-1be7b86cce10fceed1ff3d8df376cb9422154503.tar.gz skyblock-api-1be7b86cce10fceed1ff3d8df376cb9422154503.tar.bz2 skyblock-api-1be7b86cce10fceed1ff3d8df376cb9422154503.zip |
lower mongodb version because it seems to be broken
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
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", |