From 46634715817f0d12e5d032f4a5f865aa959dbf35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jun 2021 03:54:07 +0000 Subject: [PATCH] fix: examples/using-css-modules/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- examples/using-css-modules/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-css-modules/package.json b/examples/using-css-modules/package.json index c05d83f935fae..c2e73e7576e76 100644 --- a/examples/using-css-modules/package.json +++ b/examples/using-css-modules/package.json @@ -6,7 +6,7 @@ "dependencies": { "gatsby": "^2.24.63", "gatsby-plugin-sass": "^2.3.13", - "node-sass": "^4.14.1", + "node-sass": "^6.0.1", "react": "^16.4.0", "react-dom": "^16.4.0" },