From 4e93187a483625f4ca78cc7832d85c3a5d89096b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 08:09:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a6b6808..1585c954 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@adobe/gatsby-theme-aio": "^4.14.18", - "gatsby": "4.22.0", + "gatsby": "5.14.0", "react": "^17.0.2", "react-dom": "^17.0.2" },