From 35f39c1f8e87f2daeaace84740717a1f2a66b0ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jun 2022 02:56:09 +0000 Subject: [PATCH] fix: examples/using-i18n/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINMDX-2405699 --- examples/using-i18n/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-i18n/package.json b/examples/using-i18n/package.json index 40c691cae8af9..f4816a062549a 100644 --- a/examples/using-i18n/package.json +++ b/examples/using-i18n/package.json @@ -14,7 +14,7 @@ "@mdx-js/mdx": "^1.6.18", "@mdx-js/react": "^1.6.18", "gatsby": "^2.24.63", - "gatsby-plugin-mdx": "^1.2.40", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-json": "^2.4.12", "react": "^16.12.0",