From 52e5926da603c3bbb79205319b63c4bfef0fc21a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 07:26:04 +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 4db46cd..d472b4d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "express": "^4.14.0", "express-session": "^1.15.6", "express-winston": "^2.4.0", - "mongoose": "^5.9.4", + "mongoose": "^6.0.4", "node-env-file": "^0.1.8", "qr-image": "^3.2.0", "shortid": "^2.2.6",