From 481efdaafe9ef0bff8e942b4ca9f907fd30c75e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jun 2021 03:12:45 +0000 Subject: [PATCH] fix: examples/using-page-transitions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/using-page-transitions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-page-transitions/package.json b/examples/using-page-transitions/package.json index 78a865dcc868d..4191aab02417e 100644 --- a/examples/using-page-transitions/package.json +++ b/examples/using-page-transitions/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Steven Surgnier ", "dependencies": { - "gatsby": "^1.9.102", + "gatsby": "^2.19.25", "gatsby-link": "^1.6.22", "gatsby-plugin-react-helmet": "^2.0.1", "react-helmet": "^5.2.0",