From 9abedf347871f0a02384cfe8d2215e1eb9a79053 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 05:45:06 +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 6ed3464..0ebefb7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "morgan": "^1.5.2", "helmet": "^2.1.1", "nodemon": "^1.9.2", - "mongoose": "^4.4.7", + "mongoose": "^6.0.4", "@angular/common": "^2.0.0-rc.3", "@angular/compiler": "^2.0.0-rc.3", "@angular/core": "^2.0.0-rc.3",