From dcc088b77d8d9020d0086214648d84c441136e33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 02:19:38 +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-COOKIE-8163060 --- 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..9685a4df0f3 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.15.0", "gatsby-cli": "^2.7.21", "gatsby-image": "^2.2.30", "gatsby-plugin-google-fonts": "^1.0.1",