From 7a66976c3baa6faa20a0e16f29f7fc56260fe9d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 May 2022 01:33:31 +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 22b5e1a..f8ae9dc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "csslint": "1.0.x", "babel-eslint": "~10.1.0", "eslint": "~6.8.0", - "grunt": "1.4.1", + "grunt": "1.5.3", "grunt-postcss": "~0.9.0", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-connect": "~2.1.0",