From 5053bba66191ad7789a46f3cd84e2d710a7e30fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 May 2020 09:57:11 +0100 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KERBEROS-568900 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e67dadd0ae6..4d3b1b3e8eb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "marked": "0.3.9", "method-override": "latest", "moment": "2.15.1", - "mongoose": "4.2.4", + "mongoose": "4.2.5", "morgan": "latest", "ms": "^0.7.1", "npmconf": "0.0.24",