From 051c67b66ac754be7492b3aa169debf7a114fc64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 14:10:01 +0000 Subject: [PATCH] fix: 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d58d84c..e4cdac3a 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": "^4.22.0", "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",