From f2e8db7ca3d6604459e21b31c993542f1080bfd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:59:02 +0000 Subject: [PATCH] Bump gatsby-plugin-mdx from 2.14.0 to 2.14.1 Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-mdx@2.14.1/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.14.1/packages/gatsby-plugin-mdx) --- updated-dependencies: - dependency-name: gatsby-plugin-mdx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2077bbb..f85d505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "gatsby-plugin-google-analytics": "^3.9.0", "gatsby-plugin-image": "^1.9.0", "gatsby-plugin-manifest": "^3.9.0", - "gatsby-plugin-mdx": "^2.9.0", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-plugin-offline": "^4.9.0", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^4.9.0", @@ -10788,9 +10788,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-plugin-mdx": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.14.0.tgz", - "integrity": "sha512-aEAx4KrfSL/A4LFhh5nlOWUZZ2FA70X5xl+j5PiBRFEVTCgSOb8D0XPrHvtwNFYlAhdl/cuH3NcqlbRPJkX+Uw==", + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.14.1.tgz", + "integrity": "sha512-5F5Quv3kp9jdoTM3xZlpSPTeWJd+BbuLxf9VAlBXnXpItT1ANy3d3clPj8mMVe10ttQQ0OTZ7F+TIk293+t2GA==", "dependencies": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", @@ -35305,9 +35305,9 @@ } }, "gatsby-plugin-mdx": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.14.0.tgz", - "integrity": "sha512-aEAx4KrfSL/A4LFhh5nlOWUZZ2FA70X5xl+j5PiBRFEVTCgSOb8D0XPrHvtwNFYlAhdl/cuH3NcqlbRPJkX+Uw==", + "version": "2.14.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.14.1.tgz", + "integrity": "sha512-5F5Quv3kp9jdoTM3xZlpSPTeWJd+BbuLxf9VAlBXnXpItT1ANy3d3clPj8mMVe10ttQQ0OTZ7F+TIk293+t2GA==", "requires": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", diff --git a/package.json b/package.json index ba2f793..6a00be0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-google-analytics": "^3.9.0", "gatsby-plugin-image": "^1.9.0", "gatsby-plugin-manifest": "^3.9.0", - "gatsby-plugin-mdx": "^2.9.0", + "gatsby-plugin-mdx": "^2.14.1", "gatsby-plugin-offline": "^4.9.0", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^4.9.0",