From 0960ad53cd5b34b15005bc44f0557a60f59ce463 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 05:45:34 +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 c2009cf..337bba7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "bluebird": "^2.3.11", "bunyan": "^1.2.2", - "lodash": "^2.4.1" + "lodash": "^4.17.21" }, "devDependencies": { "jasmine": "^2.1.0",