From 63456c9fc3d0b84a8a9ffbc7ee75714e2abe0837 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 19:53:14 +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 f04bf22e26..053e912c04 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lodash": "4.17.4", "lru-cache": "4.1.1", "mime": "2.2.0", - "mongodb": "3.0.1", + "mongodb": "3.1.3", "multer": "1.3.0", "parse": "1.11.0", "pg-promise": "7.4.0",