From a3fdf2c1c581cd561addc173ad3f485c2e5da0e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jun 2021 01:19:31 +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 5e334fbd0800e..18b4ef9789de3 100644 --- a/examples/using-css-modules/package.json +++ b/examples/using-css-modules/package.json @@ -6,7 +6,7 @@ "dependencies": { "gatsby": "^2.0.0", "gatsby-plugin-sass": "^2.0.1", - "node-sass": "^4.9.0", + "node-sass": "^6.0.1", "react": "^16.4.0", "react-dom": "^16.4.0" },