From 48af9d9116fb90e3043c18bd547a9071d17cbdce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 10:48:55 +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-SEMVER-3247795 --- 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 ebd8c2a229b66..810c438352144 100644 --- a/examples/using-i18n/package.json +++ b/examples/using-i18n/package.json @@ -11,7 +11,7 @@ "start": "npm run develop" }, "dependencies": { - "@mdx-js/mdx": "^1.6.18", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.6.18", "gatsby": "next", "gatsby-plugin-mdx": "next",