From 9a912820cea8fe895cebf9e9d32da9eb2b9c107c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 16:56:33 +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-ANSIREGEX-1583908 --- 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 ebf9e5630f646..1dc4d325c4d37 100644 --- a/examples/using-sass/package.json +++ b/examples/using-sass/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-google-analytics": "next", "gatsby-plugin-offline": "next", "gatsby-plugin-sass": "next", - "node-sass": "^4.14.1", + "node-sass": "^7.0.1", "react": "^16.9.0", "react-dom": "^16.9.0", "tachyons-sass": "^4.9.5"