From acb1795c049e93023b49dfd6d34e7c76fcdf87ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Aug 2020 22:02:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1f37d2..83085c1 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.20", "metrics": "^0.1.11", "request": "^2.84.0", "statsd-client": "^0.2.4"