From bb902dad03330bd037cdaebe984f4019c9f8acd8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Feb 2019 08:46:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2afc66..2aaeee0 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "gulp-rename": "~1.2.0" }, "dependencies": { - "lodash": "~2.4.1" + "lodash": "~4.17.11" } }