From d8349aa4154309c8ab9ed5cac6f42a036f1ca358 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Jul 2022 17:19:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-2961688 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85de928..53cc067 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ipaddr.js": "^1.2.0", "lodash": "^3.10.1", "moment": "^2.13.0", - "mongoose": "^4.4.20", + "mongoose": "^6.4.6", "morgan": "^1.7.0", "nconf": "^0.7.1", "randomstring": "^1.1.5",