From cc45b0ba4bb4833e6c3f12734b0dfccec0cc6fdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 15:00:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- 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",