From d76d42eeb5fe23db9da7836ff7f81c2342dd7674 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 May 2023 00:11:33 +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 27ac2eca5f575..04661a0ae9954 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",