From 3935ede25fb269898b2e918c9e890a0cd0956c98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 02:42:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 307a500..f42e0b6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "grunt-concurrent": "0.4.3", "grunt-contrib-watch": "0.5.3", "grunt-nodemon": "0.4.0", - "grunt-sass": "^1.1.0", + "grunt-sass": "^3.0.0", "grunt-sync": "^0.5.1", "hogan.js": "3.0.2", "lodash": "^4.6.1",