From c5edf68939685bcc420bed99c9c34b6db088deae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 15:55:15 +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-TAR-6476909 --- 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..46bf0f8ddfd1c 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": "^5.0.0", "sass-loader": "^4.1.1", "webpack": "^1.13.3" },