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