From f16b0c04249c18f5c8c5698d80a882aa1f43abc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 05:03:04 +0000 Subject: [PATCH] fix: examples/using-MDX/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- examples/using-MDX/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-MDX/package.json b/examples/using-MDX/package.json index 9a08398fec58f..04212865cf29a 100644 --- a/examples/using-MDX/package.json +++ b/examples/using-MDX/package.json @@ -7,7 +7,7 @@ "dependencies": { "@mdx-js/mdx": "^1.6.18", "@mdx-js/react": "^1.6.18", - "gatsby": "^2.24.63", + "gatsby": "^5.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-mdx": "^1.2.40",