diff --git a/next/package.json b/next/package.json index ee776c2d15d..6219af195bd 100644 --- a/next/package.json +++ b/next/package.json @@ -24,7 +24,7 @@ "gatsby": "^2.31.1", "gatsby-image": "^2.10.0", "gatsby-plugin-manifest": "^2.11.0", - "gatsby-plugin-mdx": "^1.9.0", + "gatsby-plugin-mdx": "^2.0.1", "gatsby-plugin-next-seo": "^1.6.1", "gatsby-plugin-offline": "^3.9.0", "gatsby-plugin-react-helmet": "^3.9.0", diff --git a/next/yarn.lock b/next/yarn.lock index 4ad2f28a4b0..50dfe895c00 100644 --- a/next/yarn.lock +++ b/next/yarn.lock @@ -6677,6 +6677,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" @@ -7072,6 +7082,20 @@ gatsby-core-utils@^1.7.1, 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.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.10.0.tgz#7197e89d7ccd99751b3310610e75d642611a2f97" @@ -7129,10 +7153,10 @@ gatsby-plugin-manifest@^2.11.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.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" @@ -7149,7 +7173,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"