From 3a6c2ec908a0ca92f4299e7cec1ad8a37629fd2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 02:07:35 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f3fefa80..fa6d54ca 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ }, "license": "MIT", "dependencies": { - "grunt": "0.4.5", - "grunt-cli": "0.1.13", - "grunt-jquery-content": "3.0.1", + "grunt": "1.0.3", + "grunt-cli": "1.3.0", + "grunt-jquery-content": "3.0.3", "grunt-sri": "0.0.5", "handlebars": "4.0.5", - "lodash": "4.12.0", + "lodash": "4.17.17", "semver": "5.1.0" } }