From a7c968a8b0253b482b44aff5143e009ea5cdef1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Mar 2021 13:30:51 +0000 Subject: [PATCH] Bump gatsby-plugin-mdx from 1.9.0 to 2.0.0 Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.9.0 to 2.0.0. - [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@2.0.0/packages/gatsby-plugin-mdx) Signed-off-by: dependabot[bot] --- www/package.json | 2 +- yarn.lock | 42 +++++++++++++++++++++++++++++++++--------- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/www/package.json b/www/package.json index ef195673c3e..f30eff6225a 100644 --- a/www/package.json +++ b/www/package.json @@ -19,7 +19,7 @@ "gatsby-plugin-google-analytics": "^2.9.0", "gatsby-plugin-local-search": "^2.0.0", "gatsby-plugin-manifest": "2.10.0", - "gatsby-plugin-mdx": "^1.9.0", + "gatsby-plugin-mdx": "^2.0.0", "gatsby-plugin-react-helmet": "^3.8.0", "gatsby-plugin-styled-components": "^3.10.0", "gatsby-plugin-tsconfig-paths": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index da794a41e2c..6ebd3c0643e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9149,9 +9149,9 @@ engine.io-client@~3.4.0: yeast "0.1.2" engine.io-client@~3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.5.0.tgz#fc1b4d9616288ce4f2daf06dcf612413dec941c7" - integrity sha512-12wPRfMrugVw/DNyJk34GQ5vIVArEcVMXWugQGGuw2XxUSztFNmJggZmv8IZlLyEdnpO1QB9LkcjeWewO2vxtA== + version "3.5.1" + resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.5.1.tgz#b500458a39c0cd197a921e0e759721a746d0bdb9" + integrity sha512-oVu9kBkGbcggulyVF0kz6BV3ganqUeqXvD79WOFKa+11oK692w1NyFkuEj4xrkFRpZhn92QOqTk4RQq5LiBXbQ== dependencies: component-emitter "~1.3.0" component-inherit "0.0.3" @@ -10428,6 +10428,16 @@ file-type@^16.0.0: token-types "^2.0.0" typedarray-to-buffer "^3.1.5" +file-type@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.2.0.tgz#d4f1da71ddda758db7f15f93adfaed09ce9e2715" + integrity sha512-1Wwww3mmZCMmLjBfslCluwt2mxH80GsAXYrvPnfQ42G1EGWag336kB1iyCgyn7UXiKY3cJrNykXPrCwA7xb5Ag== + 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-uri-to-path@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" @@ -10873,7 +10883,7 @@ gatsby-cli@^2.17.1: yoga-layout-prebuilt "^1.9.6" yurnalist "^1.1.2" -gatsby-core-utils@^1.8.0, gatsby-core-utils@^1.9.0: +gatsby-core-utils@^1.8.0: version "1.9.0" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz#ff349cc2013fd06a85099b3aee061b01f64ceabb" integrity sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA== @@ -10886,6 +10896,20 @@ gatsby-core-utils@^1.8.0, gatsby-core-utils@^1.9.0: 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.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.9.0.tgz#5c0c1df9c5fc3d3275f158599349d97859f6395e" @@ -10952,10 +10976,10 @@ gatsby-plugin-manifest@2.10.0: semver "^7.3.2" sharp "^0.27.0" -gatsby-plugin-mdx@^1.9.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.9.0.tgz#41872fc0523d04f8cbeac4a34e9c8d4306d39943" - integrity sha512-Ne8Q9FOYCRirR9e+zNF5NjaL5x+IOej5w+QifWnSZwY00Ju4pL7msq7cIYlzUwM61V/fg8p5Kh3XLiDqXA7l5g== +gatsby-plugin-mdx@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.0.tgz#7ea24aaaac57f390888c65f6a34d6008dda04806" + integrity sha512-/WUbFLRXMs/5CqmtYZeYjYfC1TBto3YFutkCC+XtZcqdpeH4tSeB63+QvkyZDwqfAztNgJV0u2gsXyje414aNg== dependencies: "@babel/core" "^7.12.3" "@babel/generator" "^7.12.5" @@ -10972,7 +10996,7 @@ gatsby-plugin-mdx@^1.9.0: escape-string-regexp "^1.0.5" eval "^0.1.4" fs-extra "^8.1.0" - gatsby-core-utils "^1.9.0" + gatsby-core-utils "^2.0.0" gray-matter "^4.0.2" json5 "^2.1.3" loader-utils "^1.4.0"