diff options
author | mat <github@matdoes.dev> | 2021-12-29 21:01:17 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-12-29 21:01:17 -0600 |
commit | a2d83b37a1a0b1d6c22ffc2899c734e44115625d (patch) | |
tree | dff9ee3161b4e157b51c5ae1ebf9aca9400c14f6 /package-lock.json | |
parent | 1be7b86cce10fceed1ff3d8df376cb9422154503 (diff) | |
download | skyblock-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.json | 2 |
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", |