From 2ac96c9ad83d01c2b7b2e01347b0a91a32b3f537 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 01:10:47 +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-PHIN-6598077 --- 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..e409ce8ba39 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -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.15.0", "gatsby-plugin-sitemap": "^2.2.4", "gatsby-plugin-styled-components": "^3.3.2", "gatsby-plugin-twitter": "^2.1.2", @@ -59,12 +59,12 @@ "gatsby-remark-component": "^1.1.3", "gatsby-remark-copy-linked-files": "^2.1.4", "gatsby-remark-embedder": "^1.1.2", - "gatsby-remark-images": "^3.1.7", + "gatsby-remark-images": "^5.12.0", "gatsby-remark-prismjs": "^1.2.24", "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.15.0", "gsap": "^2.1.3", "hast-to-hyperscript": "^10.0.1", "hast-util-whitespace": "^2.0.0",