From 8a8e8e7fb1916b5cd932469934f6944850b6273d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 14:14:57 +0000 Subject: [PATCH] fix: examples/with-redirects/package.json & examples/with-redirects/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 --- examples/with-redirects/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-redirects/package.json b/examples/with-redirects/package.json index 47ef78b5..1d45c595 100644 --- a/examples/with-redirects/package.json +++ b/examples/with-redirects/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "dotenv": "^8.2.0", - "gatsby": "^2.20.21", + "gatsby": "^5.0.0", "gatsby-plugin-create-client-paths": "^2.0.3", "gatsby-plugin-offline": "^2.0.23", "gatsby-plugin-s3": "file:../../gatsby-plugin-s3",