From f1b81fa9b6da7eefcb200b7df5e2bf8826b2ff85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Mar 2021 01:51:32 +0000 Subject: [PATCH] fix: examples/client-only-paths/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- examples/client-only-paths/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client-only-paths/package.json b/examples/client-only-paths/package.json index d5b29bdfdcca2..43147def681b2 100644 --- a/examples/client-only-paths/package.json +++ b/examples/client-only-paths/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-netlify": "^2.3.15", "gatsby-plugin-typography": "^2.5.11", "lodash": "^4.17.20",