From 369888d847f29b45f24584c87285f219ede2db5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 May 2021 03:46: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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/using-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-sass/package.json b/examples/using-sass/package.json index 7b758910b4ecd..69028580e1b4b 100644 --- a/examples/using-sass/package.json +++ b/examples/using-sass/package.json @@ -11,7 +11,7 @@ "author": "Daniel Farrell ", "license": "MIT", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-sass": "^2.3.13",