From 4d645295d438956b4e80a7d043ef85a3b89dcac3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 06:01:05 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e91ce67..a40ee98 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "mkdirp": "~0.3.5", - "lodash": "~1.3.1", - "load-grunt-tasks": "~0.1.0", + "lodash": "~4.17.16", + "load-grunt-tasks": "~0.2.0", "semver": "~2.1.0" } }