From b3c1e6b35259a0f22e918cd4cd693b8aa31b70db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 17:34:55 +0000 Subject: [PATCH] Bump gatsby-plugin-mdx from 1.10.0 to 2.0.1 in /next Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.10.0 to 2.0.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-plugin-mdx@2.0.1/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@2.0.1/packages/gatsby-plugin-mdx) Signed-off-by: dependabot[bot] --- next/package.json | 2 +- next/yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/next/package.json b/next/package.json index 8d0ae0ec0ad..f0e67bd442d 100644 --- a/next/package.json +++ b/next/package.json @@ -24,7 +24,7 @@ "gatsby": "^2.32.9", "gatsby-image": "^3.0.0", "gatsby-plugin-manifest": "^2.12.1", - "gatsby-plugin-mdx": "^1.10.0", + "gatsby-plugin-mdx": "^2.0.1", "gatsby-plugin-next-seo": "^1.7.0", "gatsby-plugin-offline": "^3.10.2", "gatsby-plugin-react-helmet": "^3.10.0", diff --git a/next/yarn.lock b/next/yarn.lock index d869994c179..bb33f482725 100644 --- a/next/yarn.lock +++ b/next/yarn.lock @@ -7113,7 +7113,7 @@ gatsby-cli@^2.19.2: yoga-layout-prebuilt "^1.9.6" yurnalist "^2.1.0" -gatsby-core-utils@^1.10.0, gatsby-core-utils@^1.10.1: +gatsby-core-utils@^1.10.1: version "1.10.1" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.10.1.tgz#97bed40df3fa79800e7ce0c0491680f0aadd6ce7" integrity sha512-4P3feGCJckg+DRWWl2beFk7N9c63zmCryEGPaU1OHCp+ZT2bO0ihCBuXywDWuuEp6SYP9PZ1fs0YJ/Rt6q6lag== @@ -7204,10 +7204,10 @@ gatsby-plugin-manifest@^2.12.1: semver "^7.3.2" sharp "^0.27.0" -gatsby-plugin-mdx@^1.10.0: - version "1.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.10.0.tgz#d814562fb4d7400038a2061048eb35c8bfe9a284" - integrity sha512-xoiW06TnJpdwWmqOcxcsyXf6KI1fUAWitH0zVaUpYo7use+ffoXCLsV7mU7F4x2ChcoE8eok7EhalYb582kISg== +gatsby-plugin-mdx@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.1.tgz#f3762a036ff9db5daa56dfdde313ddbdc67c05e3" + integrity sha512-wNMFTsa5u1KeESt3jyICy3fz5y3JhmKynFJ0J7YeTHm9EMoCclwfR4LRr1Mz9GLTIyWwvZEeVfwc7Vf5svXIvA== dependencies: "@babel/core" "^7.12.3" "@babel/generator" "^7.12.5" @@ -7224,7 +7224,7 @@ gatsby-plugin-mdx@^1.10.0: escape-string-regexp "^1.0.5" eval "^0.1.4" fs-extra "^8.1.0" - gatsby-core-utils "^1.10.0" + gatsby-core-utils "^2.0.0" gray-matter "^4.0.2" json5 "^2.1.3" loader-utils "^1.4.0"