From a0d66fe6527331d07c2185f0f2b021adf1e34b58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 14:42:24 +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 fb7019b5af628..c16ab40f4e43b 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.5.1", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.5.1", "gatsby": "^2.18.0", "gatsby-plugin-mdx": "^1.0.57",