From 788059e356c477ba69a595f3a614afc4896ba010 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Nov 2022 19:25:04 +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-GOT-2932019 --- 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..8a731a3d586e2 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": "^5.0.0", "gatsby-plugin-netlify": "^2.3.15", "gatsby-plugin-typography": "^2.5.11", "lodash": "^4.17.20",