From 05bfd02863bd10e939869fd30cccaa85344f527f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:08:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a3f06b..2e7117e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "ejs": "2.5.8", "express": "4.16.2", "express-session": "^1.15.6", - "mongoose": "5.0.11", + "mongoose": "5.7.3", "morgan": "1.9.0", "passport": "0.4.0", "passport-local": "1.0.0",