From 9f571ed94be344c5ce265bd16468b6e9df639104 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 18:18:11 +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 2e6e4855..3383d2b9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "body-parser": "~1.19.0", "eslint": "~7.32.0", - "grunt": "~1.4.0", + "grunt": "~1.5.3", "grunt-browser-sync": "~2.2.0", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-compress": "~1.6.0",