From cdc022e50e0d2ac4d6e94fc70764d75c92380be5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 May 2022 04:20:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2813632 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2b3a9d..7d17f73 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.3", "grunt-postcss": "~0.9.0", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-connect": "~2.1.0",