From 997efa0743aea74d370c6102ce3bcfb21d5c4077 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 02:19:26 +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-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- 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..741064bcb6f66 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": "^4.22.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": "^7.0.2", "react": "^16.3.0", "react-dom": "^16.3.0", "tachyons-sass": "^4.7.1"