From e071e3a7b0753bbd4ed5b7a5c9d27627947ce43c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 22:19:20 +0000 Subject: [PATCH] fix: examples/using-sass/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- examples/using-sass/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-sass/package.json b/examples/using-sass/package.json index a55c8783939d2..3e94e12632c6e 100644 --- a/examples/using-sass/package.json +++ b/examples/using-sass/package.json @@ -11,11 +11,11 @@ "author": "Daniel Farrell ", "license": "MIT", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-sass": "^2.0.1", - "node-sass": "^4.9.0", + "node-sass": "^5.0.0", "react": "^16.3.0", "react-dom": "^16.3.0", "tachyons-sass": "^4.7.1"