From 96002d3a2281b7f5c706d34458fb3a7dc9cdc265 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 06:43:49 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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 afccb294a80..2b1da648666 100644 --- a/packages/homepage/package.json +++ b/packages/homepage/package.json @@ -5,7 +5,7 @@ "author": "Ives van Hoorne ", "dependencies": { "algoliasearch": "^3.24.5", - "gatsby": "^1.9.165", + "gatsby": "^3.13.0", "gatsby-link": "^1.6.22", "gatsby-plugin-google-fonts": "^0.0.3", "gatsby-plugin-google-tagmanager": "^1.0.8", @@ -15,9 +15,9 @@ "gatsby-plugin-styled-components": "^2.0.5", "gatsby-react-router-scroll": "^1.0.3", "gatsby-remark-autolink-headers": "^1.4.10", - "gatsby-remark-images": "^1.5.34", + "gatsby-remark-images": "^2.0.1", "gatsby-remark-prismjs": "^1.2.11", - "gatsby-source-filesystem": "^1.5.8", + "gatsby-source-filesystem": "^2.1.16", "gatsby-transformer-remark": "^1.7.24", "gatsby-transformer-sharp": "^1.6.21", "gsap": "^1.20.3",