From 993d34c050413c6391191191230c95154c19f38c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Aug 2025 05:50:17 +0000 Subject: [PATCH] fix: packages/homepage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/homepage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/homepage/package.json b/packages/homepage/package.json index d758fc7a2a6..e7e818c2c2e 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -40,7 +40,7 @@ "cannon": "^0.6.2", "date-fns": "1.30.1", "framer-motion": "^1.6.14", - "gatsby": "^2.13.45", + "gatsby": "^5.14.6", "gatsby-cli": "^2.7.21", "gatsby-image": "^2.2.30", "gatsby-plugin-google-fonts": "^1.0.1",