From 9d4cc00965d347449ef9072f8a94791edaaacc76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 22:55:43 +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-CROSSSPAWN-8303230 --- packages/homepage/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/homepage/package.json b/packages/homepage/package.json index d758fc7a2a6..d49de15edb2 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": "^3.13.0", "gatsby-cli": "^2.7.21", "gatsby-image": "^2.2.30", "gatsby-plugin-google-fonts": "^1.0.1", @@ -49,7 +49,7 @@ "gatsby-plugin-react-helmet": "^3.1.2", "gatsby-plugin-react-svg": "^2.1.2", "gatsby-plugin-remove-trailing-slashes": "^2.1.2", - "gatsby-plugin-sharp": "^2.2.9", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-sitemap": "^2.2.4", "gatsby-plugin-styled-components": "^3.3.2", "gatsby-plugin-twitter": "^2.1.2",