From fe1bf450fc23feaad6bd52ac66c78feb223397f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Dec 2025 09:54:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a6b6808..6cbb5f9a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@adobe/gatsby-theme-aio": "^4.14.18", - "gatsby": "4.22.0", + "gatsby": "4.25.4", "react": "^17.0.2", "react-dom": "^17.0.2" },