From 2a1ea6fb7c47ac1ec86db161e5b6b883c97bba11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jan 2024 00:59:15 +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-SERIALIZEJAVASCRIPT-6147607 --- 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 27f00ca234ea9..dd98b40ddbbe6 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": "^3.0.0", "gatsby-image": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",