From d165867c1da55053598ae93779d8f71da259e2e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Nov 2023 16:12:56 +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 fc6923d4b6..75ae8d519f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "forever": "^0.15.1", "helmet": "^2.0.0", "marked": "0.3.9", - "mongodb": "^2.1.18", + "mongodb": "^3.1.3", "node-esapi": "0.0.1", "serve-favicon": "^2.3.0", "swig": "^1.4.2",