From 021d8144f996406160df8f07c2055e8a1cb5dc8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 21:39:36 +0000 Subject: [PATCH] fix: examples/using-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- examples/using-gatsby-image/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 14e69e8d0666e..2d0d43331c8c5 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -7,11 +7,11 @@ "@emotion/core": "^10.0.10", "@emotion/styled": "^10.0.10", "emotion": "^10.0.9", - "gatsby": "^2.0.36", + "gatsby": "^4.22.0", "gatsby-image": "^2.0.19", "gatsby-plugin-emotion": "^4.0.6", "gatsby-plugin-netlify": "^2.0.3", - "gatsby-plugin-sharp": "^2.0.11", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-typography": "^2.2.1", "gatsby-source-filesystem": "^2.0.7", "gatsby-transformer-sharp": "^2.1.7",