From 455a806310100b6c9a1684a8e5be526bce1260e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Dec 2020 08:58:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1050858 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e561a23..901e646 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "method-override": "~1.0.0", "morgan": "~1.0.0", "ejs": "~1.0.0", - "mongoose": "~3.8.8", + "mongoose": "~5.11.7", "connect-flash": "~0.1.1", "passport": "~0.2.0", "passport-local": "~1.0.0",