From 05606dbc24943c91c958afeb947dd11af24c1e9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Dec 2021 06:26:24 +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-NODESASS-1059081 --- 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 4a0911011988b..b9a1f869a152c 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -10,7 +10,7 @@ "babel-runtime": "^6.26.0", "gatsby-1-config-css-modules": "^1.0.11", "gatsby-1-config-extract-plugin": "^1.0.3", - "node-sass": "^4.5.2", + "node-sass": "^7.0.0", "sass-loader": "^4.1.1", "webpack": "^1.13.3" },