From 2404a4943bd6bb6c098ec65124c6726c3b514438 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jun 2022 08:08:23 +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-GATSBYPLUGINMDX-2405699 --- 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..88846a3b7980d 100644 --- a/examples/using-MDX/package.json +++ b/examples/using-MDX/package.json @@ -10,7 +10,7 @@ "gatsby": "^2.24.63", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", - "gatsby-plugin-mdx": "^1.2.40", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-sharp": "^2.6.36",