aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-29 21:01:17 -0600
committermat <github@matdoes.dev>2021-12-29 21:01:17 -0600
commita2d83b37a1a0b1d6c22ffc2899c734e44115625d (patch)
treedff9ee3161b4e157b51c5ae1ebf9aca9400c14f6 /package-lock.json
parent1be7b86cce10fceed1ff3d8df376cb9422154503 (diff)
downloadskyblock-api-a2d83b37a1a0b1d6c22ffc2899c734e44115625d.tar.gz
skyblock-api-a2d83b37a1a0b1d6c22ffc2899c734e44115625d.tar.bz2
skyblock-api-a2d83b37a1a0b1d6c22ffc2899c734e44115625d.zip
fix all typescript errors with mongodb
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index a4c52a3..3f28275 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.1.4",
+ "mongodb": "^4.2.2",
"node-cache": "^5.1.2",
"node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive",
"prismarine-nbt": "github:PrismarineJS/prismarine-nbt",