From 8fd45015a306a0aaad6be7572c09c71e85af03c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Sep 2022 10:51:48 +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-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- packages/homepage/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/homepage/package.json b/packages/homepage/package.json index d758fc7a2a6..406c31bfd53 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -40,8 +40,8 @@ "cannon": "^0.6.2", "date-fns": "1.30.1", "framer-motion": "^1.6.14", - "gatsby": "^2.13.45", - "gatsby-cli": "^2.7.21", + "gatsby": "^4.0.0", + "gatsby-cli": "^4.0.0", "gatsby-image": "^2.2.30", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-google-tagmanager": "^2.1.4", @@ -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": "^4.0.0", "gatsby-plugin-sitemap": "^2.2.4", "gatsby-plugin-styled-components": "^3.3.2", "gatsby-plugin-twitter": "^2.1.2",