From afc1f121349c61134733d31331e6877ae3daf1eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 18:20:27 +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-SEMVER-3247795 --- examples/using-css-modules/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-css-modules/package.json b/examples/using-css-modules/package.json index de7e2c86488a4..623965a3b401f 100644 --- a/examples/using-css-modules/package.json +++ b/examples/using-css-modules/package.json @@ -4,9 +4,9 @@ "description": "Gatsby example site demonstrating using css modules in Gatsby with normal (Postcss) css and sass/scss.", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", - "gatsby-plugin-sass": "^2.0.1", - "node-sass": "^4.9.0", + "gatsby": "^5.0.0", + "gatsby-plugin-sass": "^3.0.0", + "node-sass": "^6.0.1", "react": "^16.4.0", "react-dom": "^16.4.0" },