From 2cf67f92296026f35000717df834aac1889b052f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Nov 2023 16:23:30 +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 0417c61..133bbaf 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "forever": "^0.15.1", "helmet": "^2.0.0", "marked": "0.8.2", - "mongodb": "^2.1.18", + "mongodb": "^3.1.3", "node-esapi": "0.0.1", "serve-favicon": "^2.3.0", "swig": "^1.4.2",