From d35651b8cbe9d11d4722a5583aefd1f801d4ff2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Aug 2020 22:02:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1f37d2..509c1a4 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/statsd-client": "^0.1.30", "form-urlencoded": "^1.5.0", "hot-shots": "^5.0.1", - "lodash": "^4.17.5", + "lodash": "^4.17.17", "metrics": "^0.1.11", "request": "^2.84.0", "statsd-client": "^0.2.4"