From ab414c1654bfcc7f33863ec6600418ea3610c315 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Dec 2020 22:15:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1050858 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7118255..985eb9a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "angular-in-memory-web-api": "~0.3.0", "core-js": "^2.4.1", "express": "^4.15.2", - "mongoose": "^4.9.5", + "mongoose": "^5.11.7", "mongoosefromclass": "^0.1.1", "rxjs": "5.0.1", "systemjs": "0.19.40",