From ac8f9e0411d7795a542fae0cb6fe122fe9594bee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 22:35:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d58d84c..cddcdd28 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "core-js": "^3.29.0", "fontfaceobserver": "^2.3.0", "fs-extra": "^10.1.0", - "gatsby": "^2.32.13", + "gatsby": "^5.13.2", "gatsby-image": "^3.11.0", "gatsby-plugin-canonical-urls": "^2.10.0", "gatsby-plugin-catch-links": "^2.10.0", @@ -25,7 +25,7 @@ "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^5.22.0", "gatsby-plugin-react-svg": "^3.1.0", - "gatsby-plugin-sharp": "^2.14.4", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-plugin-styled-jsx": "^3.10.0", "gatsby-plugin-styled-jsx-postcss": "^2.0.2",