From 46259d5fb984791d4af68cc669dc8606fcb4ed3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Apr 2022 17:10:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2635969 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2b3a9d..4be14a2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "csslint": "1.0.x", "eslint": "~7.32.0", - "grunt": "~1.4.0", + "grunt": "~1.5.0", "grunt-postcss": "~0.9.0", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-connect": "~2.1.0",