From 1a23b8b7c63876e9213e7893189c55ae0994937b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Aug 2021 20:56:56 +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-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 --- 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 de7e2c86488a4..cf57392b6ee92 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": "^5.0.0", "react": "^16.4.0", "react-dom": "^16.4.0" },