From f92cd0a03f76d9ad10c7c5b96d11dc213a8b9338 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Dec 2022 04:47:31 +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-JSON5-3182856 --- examples/using-MDX/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-MDX/package.json b/examples/using-MDX/package.json index 9a08398fec58f..0ffd328cc6803 100644 --- a/examples/using-MDX/package.json +++ b/examples/using-MDX/package.json @@ -7,10 +7,10 @@ "dependencies": { "@mdx-js/mdx": "^1.6.18", "@mdx-js/react": "^1.6.18", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", - "gatsby-plugin-mdx": "^1.2.40", + "gatsby-plugin-mdx": "^4.0.0", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-sharp": "^2.6.36",