From 60690d7a7e8611f55c7e5b9c2acfd784fcf914d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 00:24:44 +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 eb4c6074f..7d282c3bb 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.16", "promisify-any": "2.0.1", "statuses": "^1.3.1", "type-is": "^1.6.0"