From c69a33fc13040a9fa68c06997cd028cb67d8f246 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 20:03:40 +0000 Subject: [PATCH] fix: examples/recipes-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- examples/recipes-gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/recipes-gatsby-image/package.json b/examples/recipes-gatsby-image/package.json index 548b0ae5db608..2394349d68525 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "@mdx-js/mdx": "^1.6.18", + "@mdx-js/mdx": "^2.0.0", "@mdx-js/react": "^1.6.18", "gatsby": "next", "gatsby-image": "next",