From a2d83b37a1a0b1d6c22ffc2899c734e44115625d Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 29 Dec 2021 21:01:17 -0600 Subject: fix all typescript errors with mongodb --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package-lock.json') 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", -- cgit