From d09e1f85b63f118b37c134f739f397c87b0ac682 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:07:57 +0000 Subject: [PATCH] fix: examples/with-redirects/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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 47ef78b..1d45c59 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",