From bc79b1761326763a4e710a6cfc8b9df10e5fb145 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Oct 2024 00:51:02 +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-8172694 --- 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 fe28416251d..46d22154618 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -38,7 +38,7 @@ "cannon": "^0.6.2", "date-fns": "1.30.1", "framer-motion": "^1.6.14", - "gatsby": "^2.13.45", + "gatsby": "^2.20.21", "gatsby-cli": "^2.7.21", "gatsby-image": "^2.2.30", "gatsby-plugin-google-fonts": "^1.0.1",