From 28a450b84f3cd01104c418339d5b1e708a540a63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 05:54:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e91ce67..94d1d2b 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.17", + "load-grunt-tasks": "~0.2.0", "semver": "~2.1.0" } }