From a1f27475e1f4847ac1f0ccb84e08bce970f3d11d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 21:01: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 b01122e..b7ff530 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "http": "0.0.0", "http-errors": "^1.7.2", "ip": "^1.1.5", - "mongoose": "^5.4.19", + "mongoose": "^6.0.4", "morgan": "^1.9.1", "passport": "^0.4.0", "passport-local": "^1.0.0",