From bebdf4f36b84e85fe855c87d1c0a74aeafc5b1d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 May 2023 15:09:27 +0000 Subject: [PATCH] fix: examples/using-redirects/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 --- examples/using-redirects/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-redirects/package.json b/examples/using-redirects/package.json index d3212f6b017f0..5b5d20f40f289 100644 --- a/examples/using-redirects/package.json +++ b/examples/using-redirects/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site demonstrating using createRedirect for client-side, in browser redirection in Gatsby", "author": "Ricky de Laveaga ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.25.4", "gatsby-plugin-react-helmet": "^3.0.0", "react": "^16.3.2", "react-dom": "^16.3.2",