From 19cd4411fd88e9211e96f2ed07a4956828613a98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 00:38:12 +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-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 --- 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 dac7cf679d5..52717fa0f61 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -41,7 +41,7 @@ "cannon": "^0.6.2", "date-fns": "1.30.1", "framer-motion": "^1.6.14", - "gatsby": "^2.13.45", + "gatsby": "^3.13.0", "gatsby-cli": "^2.7.21", "gatsby-image": "^2.2.30", "gatsby-plugin-google-fonts": "^1.0.1",