From 25daff3a1794ce528eb8e965632cafd24c62aca9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 07:17:12 +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 0f5dd50f6..9e5afde36 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lodash" : "~ 2.4.1", "log4js" : "~ 0.6.9", "mincer" : "~ 1.0.1", - "mongoose" : "~ 3.8.0", + "mongoose" : "~6.0.4", "pointer" : "~ 0.1.7", "puncher" : "~ 1.1.1", "revalidator" : "~ 0.1.5",