From 1ac81d458238f51a3641c99e0a7374e8fded80c6 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 02:32:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38de88d..3eb2474 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "email": "roie.cohen@gmail.com" }, "dependencies": { - "lodash": "~2.4.x", + "lodash": "~4.17.12", "redis": "~0.10.x", "phantomjs": "~1.9.x", "mkdirp": "~0.3.x"