From b7c8c5dea7c2e673c4d351e01f2e86b0451d3b50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 07:53:22 +0000 Subject: [PATCH] fix: examples/using-path-prefix/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- examples/using-path-prefix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-path-prefix/package.json b/examples/using-path-prefix/package.json index 8caaba62c83e3..72509c9ce04f8 100644 --- a/examples/using-path-prefix/package.json +++ b/examples/using-path-prefix/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-path-prefix", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.22.0", "react": "^16.4.0", "react-dom": "^16.4.0" },