From a62875cebcc090c4281b5c2c28c3dde6f4ab1a5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 09:30:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-6056525 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b513f54a1..526f0c5908 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lodash": "4.17.4", "lru-cache": "4.0.2", "mime": "1.3.4", - "mongodb": "2.2.26", + "mongodb": "3.1.3", "multer": "1.3.0", "parse": "1.9.2", "parse-server-fs-adapter": "1.0.1",