From dc37f72a61beeb9b2ac8e9a190048a731d46cc60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 07:44:32 +0000 Subject: [PATCH] fix: examples/no-trailing-slashes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/no-trailing-slashes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/no-trailing-slashes/package.json b/examples/no-trailing-slashes/package.json index ff710ef12a5c0..52ff9aa843873 100644 --- a/examples/no-trailing-slashes/package.json +++ b/examples/no-trailing-slashes/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", "lodash": "^4.17.20",