From 45bc145d15f95815f2ec4d322be7db8736c762a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 18:35:53 +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-SEMVER-3247795 --- 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..587606db877a0 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": "^6.0.1", "sass-loader": "^4.1.1", "webpack": "^1.13.3" },