From 2e0619251132e9b3a2c1fb2c637bdf2a8b83543e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jun 2022 03:00:01 +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-GATSBYPLUGINMDX-2405699 --- 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 e439929ff1d4d..30e19332965ac 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -10,7 +10,7 @@ "gatsby": "^2.13.39", "gatsby-image": "^2.2.6", "gatsby-plugin-manifest": "^2.2.4", - "gatsby-plugin-mdx": "^1.0.23", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-plugin-offline": "^2.2.4", "gatsby-plugin-react-helmet": "^3.1.2", "gatsby-plugin-sharp": "^2.2.9",