From bc0114178d7795cac0a140eaf49e2f2da5920044 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 18:14:51 +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-ANSIREGEX-1583908 --- 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 fe28416251d..69f020a89bb 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -47,7 +47,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.1.14", "gatsby-plugin-twitter": "^2.1.2", @@ -62,7 +62,7 @@ "gatsby-source-filesystem": "^2.1.7", "gatsby-transformer-json": "^2.2.2", "gatsby-transformer-remark": "^2.6.10", - "gatsby-transformer-sharp": "^2.2.5", + "gatsby-transformer-sharp": "^3.13.0", "gsap": "^2.1.3", "lodash-es": "^4.17.11", "phoenix": "^1.4.11",