From 8e7e7289a3466fbfa7963a71e21ac69843184c4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 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-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f3fefa80..aaee7849 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.21", "semver": "5.1.0" } }