From 6bac110d1c93a3c01d668b81cf2d64b036d61fd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 05:03:14 +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-KINDOF-537849 --- 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..635f38cff1d1f 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.0.0", "gatsby-link": "^1.6.22", "gatsby-plugin-react-helmet": "^2.0.1", "react-helmet": "^5.2.0",