From 60b4d22979f7beab6a34803604c4dfac8490f07e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 06:25:06 +0000 Subject: [PATCH] fix: examples/using-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- examples/using-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index 55842370f406b..a1aa9fbf1ecc8 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Marcus Ericsson (mericsson.com)", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.22.0", "gatsby-image": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",