From a9378273b85428aa163dbac9ac571fa737be38d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:36:19 +0000 Subject: [PATCH] Bump gatsby-plugin-mdx from 1.10.1 to 2.0.1 Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.10.1 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] --- package.json | 2 +- yarn.lock | 34 +++++++++++++++++++++++++++++----- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 63a3850..06788d2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-catch-links": "^2.3.11", "gatsby-plugin-feed": "^2.5.10", "gatsby-plugin-manifest": "^2.4.17", - "gatsby-plugin-mdx": "^1.2.27", + "gatsby-plugin-mdx": "^2.0.1", "gatsby-plugin-netlify": "^2.3.10", "gatsby-plugin-netlify-cache": "^1.2.0", "gatsby-plugin-offline": "^3.2.16", diff --git a/yarn.lock b/yarn.lock index d43922d..671e6bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6191,6 +6191,16 @@ file-type@^16.0.0: token-types "^2.0.0" typedarray-to-buffer "^3.1.5" +file-type@^16.2.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.3.0.tgz#f03af91db30f92cc9a0b335c0644c46101522f6d" + integrity sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA== + dependencies: + readable-web-to-node-stream "^3.0.0" + strtok3 "^6.0.3" + token-types "^2.0.0" + typedarray-to-buffer "^3.1.5" + file-type@^3.8.0: version "3.9.0" resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9" @@ -6629,6 +6639,20 @@ gatsby-core-utils@^1.10.1: tmp "^0.2.1" xdg-basedir "^4.0.0" +gatsby-core-utils@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c" + integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A== + dependencies: + ci-info "2.0.0" + configstore "^5.0.1" + file-type "^16.2.0" + fs-extra "^8.1.0" + node-object-hash "^2.0.0" + proper-lockfile "^4.1.1" + tmp "^0.2.1" + xdg-basedir "^4.0.0" + gatsby-graphiql-explorer@^0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.11.0.tgz#2fe20ddb756180cf3a86defb2f24326ba0c9b062" @@ -6707,10 +6731,10 @@ gatsby-plugin-manifest@^2.4.17: semver "^7.3.2" sharp "^0.27.0" -gatsby-plugin-mdx@^1.2.27: - version "1.10.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.10.1.tgz#44d175b8f339955ca2119b73c9ac55ec2a2f1c6f" - integrity sha512-imNVJEMBgaVX5P/V6/+cDja4RqG9i/h+9+2x+B5lM6JeAWz/GsiZ1xmv0iUPMTgMWSh+DRYW9gWc9KXeXJzCFQ== +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" @@ -6727,7 +6751,7 @@ gatsby-plugin-mdx@^1.2.27: escape-string-regexp "^1.0.5" eval "^0.1.4" fs-extra "^8.1.0" - gatsby-core-utils "^1.10.1" + gatsby-core-utils "^2.0.0" gray-matter "^4.0.2" json5 "^2.1.3" loader-utils "^1.4.0"