From 4b8ca029d3b7b51056806e76cbb1f0a58129c863 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 21:20:29 +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 77ad190a3..2cc9c19a2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "karma-mocha": "^1.1.1", "memory-cache": "^0.1.6", "merge": "^1.2.0", - "mongoose": "^4.5.2", + "mongoose": "^6.0.4", "node-sass-middleware": "^0.10.0", "passport": "^0.3.2", "passport-accesstoken": "^0.1.0",