From 102a6a0766f4ac7cedd0343eb98bc4fc7b3d251c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Mar 2023 17:34:06 +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-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- 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..a53ac37d1c028 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.14.0", "gatsby-plugin-react-helmet": "^3.0.0", "react": "^16.3.2", "react-dom": "^16.3.2",