From a51b308c344a8045d157d9fd5268eded2e06e115 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 21:33:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SCSSTOKENIZER-2339884 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d7c1ae6..778873da 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "grunt-rename": "^0.1.4", "grunt-sails-linker": "~0.10.1", "grunt-sails-tasks": "https://github.com/ludov04/grunt-sails-tasks/releases/download/0.2.0/grunt-sails-tasks-0.2.0.tgz", - "grunt-sass": "^1.2.0", + "grunt-sass": "^3.0.0", "grunt-sync": "0.2.4", "grunt-version-assets": "^1.1.0", "include-all": "~0.1.6", @@ -39,7 +39,7 @@ "marked": "^0.3.5", "md5": "^2.1.0", "newrelic": "^1.28.0", - "node-sass": "^3.7.0", + "node-sass": "^7.0.2", "node-sass-globbing": "0.0.23", "numeral": "^1.5.3", "passport": "^0.3.2",