From fb0c8ba37ef6c87089fd0307c10d26f3aea9d325 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jun 2021 20:56:21 +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-TRIMNEWLINES-1298042 --- 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..7c7d9e5d033aa 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": "^6.0.1", "sass-loader": "^4.1.1", "webpack": "^1.13.3" },