From f4b6ab53315766e2543a856d436e211f246a81f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Dec 2021 02:11:36 +0000 Subject: [PATCH] fix: examples/using-sass/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODESASS-1059081 --- examples/using-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-sass/package.json b/examples/using-sass/package.json index a55c8783939d2..861e3ce534048 100644 --- a/examples/using-sass/package.json +++ b/examples/using-sass/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-sass": "^2.0.1", - "node-sass": "^4.9.0", + "node-sass": "^7.0.0", "react": "^16.3.0", "react-dom": "^16.3.0", "tachyons-sass": "^4.7.1"