From 9e22351b1e58b41a3caf2efe64fc19b112572951 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 03:13:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MPATH-1577289 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e561a23..5a45227 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": "~6.0.4", "connect-flash": "~0.1.1", "passport": "~0.2.0", "passport-local": "~1.0.0",