From 9ac419ddf75947ac0c8764ac12cb4a65ef5c1a58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 17:28:36 -0700 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 ec5268e..e9be437 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "express": "~4.14.0", "express-session": "^1.14.2", "lodash": "^4.17.2", - "mongoose": "^4.6.8", + "mongoose": "^6.0.4", "morgan": "~1.7.0", "pug": "^2.0.0-beta6", "q": "1.4.1",