From 9f64e4322d12ccc4ccd10d700102411b017c6bfc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 23:49:14 +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-JSON5-3182856 --- examples/using-css-modules/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-css-modules/package.json b/examples/using-css-modules/package.json index de7e2c86488a4..10a0792d4f013 100644 --- a/examples/using-css-modules/package.json +++ b/examples/using-css-modules/package.json @@ -4,8 +4,8 @@ "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", + "gatsby": "^3.0.0", + "gatsby-plugin-sass": "^3.0.0", "node-sass": "^4.9.0", "react": "^16.4.0", "react-dom": "^16.4.0"