From 15bde91906e7eb87b2a50439a3a192d1c0965dfa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 00:24:30 +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 eb4c6074f..b8e19601c 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.21", "promisify-any": "2.0.1", "statuses": "^1.3.1", "type-is": "^1.6.0"