From 53723a2ca7341a408448ce7d29800c047612165e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 05:54: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-590103 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e91ce67..1afc572 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.20", + "load-grunt-tasks": "~0.2.0", "semver": "~2.1.0" } }