From 6a2574e0e4f5aad2c14e3e3cb007eb61a021b92a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 03:36:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BSON-561052 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05802e9320..63a9e924b8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "chalk": "~1.1.1", "compression": "~1.6.1", "connect-flash": "~0.1.1", - "connect-mongo": "~1.3.2", + "connect-mongo": "~3.0.0", "cookie-parser": "~1.4.1", "crypto": "0.0.3", "express": "~4.14.0",