From e8113f9e2999101f84a801bb4a7785aa20a10d2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 May 2020 03:14:41 +0300 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 5a9119f..4e7236c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/Snyk/shallow-goof" }, "dependencies": { - "mongoose": "4.2.4", + "mongoose": "4.2.5", "node-uuid": "1.4.0", "qs": "0.0.6", "snyk": "^1.19.1"