From 9bc60e6fdf033b8322fbeeb08a828e5ecbba16da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 07:36:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MQUERY-1089718 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4584b750..447d093a5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "body-parser": "^1.4.3", "express": "^4.13.4", "method-override": "^2.1.3", - "mongoose": "^4.4.12", + "mongoose": "^5.12.3", "morgan": "^1.1.1" } }