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