From 32cbf8b3cbbfda4b134599cb506c56c081fa67eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Mar 2023 17:58:44 +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-ENGINEIO-3136336 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-sass/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-sass/package.json b/examples/using-sass/package.json index 7b758910b4ecd..b514a0ee0c77f 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.24.63", - "gatsby-plugin-google-analytics": "^2.3.14", + "gatsby": "^5.0.0", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-sass": "^2.3.13", - "node-sass": "^4.14.1", + "node-sass": "^7.0.1", "react": "^16.3.0", "react-dom": "^16.3.0", "tachyons-sass": "^4.9.5"