From 73540eb8528a44f5d32402bbff92622aacb5e015 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Sep 2022 23:02:50 +0000 Subject: [PATCH] fix: packages/gatsby-plugin-sass/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SCSSTOKENIZER-2339884 --- packages/gatsby-plugin-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 32b85735ce548..b88b929da89ae 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -10,7 +10,7 @@ "babel-runtime": "^6.26.0", "extract-text-webpack-plugin": "^1.0.1", "gatsby-1-config-css-modules": "^1.0.10", - "node-sass": "^4.5.2", + "node-sass": "^7.0.2", "sass-loader": "^4.1.1", "webpack": "^1.13.3" },