From 184bd5c9566d245ec8c6acdfc9011905a6c0d88a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:18:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f3fefa80..4f7e3ac9 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "grunt": "0.4.5", + "grunt": "1.3.0", "grunt-cli": "0.1.13", - "grunt-jquery-content": "3.0.1", + "grunt-jquery-content": "3.1.0", "grunt-sri": "0.0.5", - "handlebars": "4.0.5", + "handlebars": "4.1.1", "lodash": "4.12.0", "semver": "5.1.0" }