From 89ff0eb183589d09fb8b409784438f1b44555617 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Sep 2022 00:06:32 +0000 Subject: [PATCH] fix: 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0d12d7940e..e7a24970f06 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dotenv": "^8.2.0", "ethereum-blockies-base64": "^1.0.2", "framer-motion": "^4.1.3", - "gatsby": "^3.0.4", + "gatsby": "^4.0.0", "gatsby-image": "^3.0.0", "gatsby-plugin-intl": "^0.3.3", "gatsby-plugin-lodash": "^4.0.0", @@ -30,7 +30,7 @@ "gatsby-plugin-mdx": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", - "gatsby-plugin-sharp": "^3.0.1", + "gatsby-plugin-sharp": "^4.0.0", "gatsby-plugin-sitemap": "^3.0.0", "gatsby-plugin-styled-components": "^4.0.0", "gatsby-remark-autolink-headers": "^3.0.0",