From 395e4c8dde55d9a4952f4272e3223f7c29a3923d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 06:30:15 +0000 Subject: [PATCH] chore(deps): bump gatsby-plugin-mdx from 1.0.67 to 1.0.68 Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.0.67 to 1.0.68. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@1.0.68/packages/gatsby-plugin-mdx) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca91bcb..4023fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8979,9 +8979,9 @@ } }, "gatsby-plugin-mdx": { - "version": "1.0.67", - "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.67.tgz", - "integrity": "sha512-PG1j8voD1hCBrj1blw1CqiJlXMv+QATVllvqClKl47GfCOZAuVj+VMN6O9WbImc5sVUw/SuvfCTOpk9H7gHlPw==", + "version": "1.0.68", + "resolved": "https://registry.npmjs.org/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.0.68.tgz", + "integrity": "sha512-wOf9CGweHUZ4EQu5UTIoFUR8bWIwQzRM7Og59DiyQLzIdKDfTR59qCE/PlK3mg07I6DG+YP27hM5zG7wU4LrGg==", "requires": { "@babel/core": "^7.7.5", "@babel/generator": "^7.7.4", diff --git a/package.json b/package.json index 3631d3a..5101bd5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-layout": "^1.1.21", "gatsby-plugin-manifest": "^2.2.31", "gatsby-plugin-material-ui": "^2.1.6", - "gatsby-plugin-mdx": "^1.0.67", + "gatsby-plugin-mdx": "^1.0.68", "gatsby-plugin-offline": "^3.0.27", "gatsby-plugin-react-helmet": "^3.1.16", "gatsby-plugin-sharp": "^2.3.5",