From e9ad8bd004fc828b9d6847babf2ad34d8f70e92a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 00:24:27 +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 eb4c6074f..1f426949c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "basic-auth": "^1.0.0", "bluebird": "^2.9.13", - "lodash": "^3.3.1", + "lodash": "^4.17.20", "promisify-any": "2.0.1", "statuses": "^1.3.1", "type-is": "^1.6.0"