From 8375356e11e3bd44c2d06a21661fa191f7864d94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Oct 2025 08:28:44 +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-MINDOCUMENT-13045385 --- packages/homepage/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/homepage/package.json b/packages/homepage/package.json index c1fda61ca70..0075113d7a1 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -30,19 +30,19 @@ "@babel/preset-flow": "^7.0.0", "@codesandbox/common": "^1.0.8", "@sindresorhus/slugify": "^0.9.1", - "algoliasearch": "^3.24.5", + "algoliasearch": "^4.0.0", "babel-plugin-macros": "^2.4.2", "babel-preset-gatsby": "^0.2.8", "card-vibes": "^0.1.0", "date-fns": "1.30.1", - "gatsby": "^2.13.45", + "gatsby": "^3.0.0", "gatsby-cli": "^2.7.21", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-google-tagmanager": "^2.1.4", "gatsby-plugin-nprogress": "^2.1.2", "gatsby-plugin-react-helmet": "^3.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.1.2", "gatsby-plugin-twitter": "^2.1.2", @@ -51,16 +51,16 @@ "gatsby-remark-autolink-headers": "^2.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-airtable": "^2.0.8", "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": "^1.20.3", "lodash-es": "^4.17.11", - "node-vibrant": "^3.0.0", + "node-vibrant": "^4.0.0", "react": "^16.9.0", "react-dom": "^16.9.0", "react-helmet": "^5.2.0",