From dda71856c20e6ed1ff69b470296f1a8aae03e1e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 19:53:48 +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 3e9ea0f..8305ae8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-shell": "^1.1.2", "http": "0.0.0", "kerberos": "0.0.17", - "mongoose": "^4.3.4", + "mongoose": "^6.0.4", "morgan": "^1.6.1", "passport": "~0.1.17", "passport-local": "~0.1.6",