From 0b4e92ba4c6076417d18ab17ad7d39cf03d4027e Mon Sep 17 00:00:00 2001 From: atanasster Date: Wed, 9 Dec 2020 15:00:58 -0500 Subject: [PATCH 1/2] chore: bump mdxjs dependencies --- CHANGELOG.md | 1 + deprecated/gatsby-theme-ui-blog/package.json | 2 +- examples/codesandbox-starter/package.json | 2 +- examples/custom-pragma/package.json | 6 +- examples/dark-mode/package.json | 6 +- examples/gatsby-plugin/package.json | 6 +- examples/gatsby/package.json | 6 +- examples/prism/package.json | 6 +- examples/typography/package.json | 6 +- packages/docs/package.json | 6 +- packages/mdx/package.json | 2 +- packages/sidenav/package.json | 4 +- yarn.lock | 164 +++++++++---------- 13 files changed, 100 insertions(+), 117 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cbf6a6e..6264d0222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v0.6.0 UNRELEASED +- Bump versions @mdx-js/mdx and @mdx-js/react to "^1.6.22", gatsby-plugin-mdx to "^1.6.0" - Remove recursive default values from CSS custom properties. PR #1327 ## v0.6.0-alpha.1 diff --git a/deprecated/gatsby-theme-ui-blog/package.json b/deprecated/gatsby-theme-ui-blog/package.json index dc8b42df9..46da5c96b 100644 --- a/deprecated/gatsby-theme-ui-blog/package.json +++ b/deprecated/gatsby-theme-ui-blog/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@emotion/react": "^11.1.1", - "@mdx-js/react": "^1.0.0", + "@mdx-js/react": "^1.6.22", "@theme-ui/preset-base": "^0.4.0-alpha.0", "gatsby-plugin-react-helmet": "^3.1.3", "gatsby-plugin-theme-ui": "^0.4.0-rc.0", diff --git a/examples/codesandbox-starter/package.json b/examples/codesandbox-starter/package.json index 7dd9e9c62..ff0aebd01 100644 --- a/examples/codesandbox-starter/package.json +++ b/examples/codesandbox-starter/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@emotion/react": "^11.1.1", - "@mdx-js/react": "^1.4.5", + "@mdx-js/react": "^1.6.22", "@theme-ui/presets": "^0.4.0-rc.0", "react": "^16.14.0", "react-dom": "^16.14.0", diff --git a/examples/custom-pragma/package.json b/examples/custom-pragma/package.json index e8320d90f..b0968b578 100644 --- a/examples/custom-pragma/package.json +++ b/examples/custom-pragma/package.json @@ -11,10 +11,10 @@ "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.19", - "@mdx-js/react": "^1.0.16", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.6.3", - "gatsby-plugin-mdx": "^1.0.4", + "gatsby-plugin-mdx": "^1.6.0", "react": "^16.14.0", "react-dom": "^16.14.0", "theme-ui": "^0.4.0-rc.0" diff --git a/examples/dark-mode/package.json b/examples/dark-mode/package.json index 187ecf440..3973dc0f2 100644 --- a/examples/dark-mode/package.json +++ b/examples/dark-mode/package.json @@ -11,10 +11,10 @@ "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.19", - "@mdx-js/react": "^1.0.16", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.6.3", - "gatsby-plugin-mdx": "^1.0.4", + "gatsby-plugin-mdx": "^1.6.0", "react": "^16.14.0", "react-dom": "^16.14.0", "theme-ui": "^0.4.0-rc.0" diff --git a/examples/gatsby-plugin/package.json b/examples/gatsby-plugin/package.json index 78a219c90..603876001 100644 --- a/examples/gatsby-plugin/package.json +++ b/examples/gatsby-plugin/package.json @@ -11,10 +11,10 @@ "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.19", - "@mdx-js/react": "^1.0.16", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.6.3", - "gatsby-plugin-mdx": "^1.0.4", + "gatsby-plugin-mdx": "^1.6.0", "gatsby-plugin-theme-ui": "^0.4.0-rc.0", "react": "^16.14.0", "react-dom": "^16.14.0", diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 49bc2ed60..e2934b01e 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -11,10 +11,10 @@ "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.19", - "@mdx-js/react": "^1.0.16", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.6.3", - "gatsby-plugin-mdx": "^1.0.4", + "gatsby-plugin-mdx": "^1.6.0", "react": "^16.14.0", "react-dom": "^16.14.0", "theme-ui": "^0.4.0-rc.0" diff --git a/examples/prism/package.json b/examples/prism/package.json index b35e8d662..48a2037e9 100644 --- a/examples/prism/package.json +++ b/examples/prism/package.json @@ -11,10 +11,10 @@ "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.19", - "@mdx-js/react": "^1.0.16", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.6.3", - "gatsby-plugin-mdx": "^1.0.4", + "gatsby-plugin-mdx": "^1.6.0", "gatsby-remark-prismjs": "^3.2.9", "prismjs": "^1.16.0", "react": "^16.14.0", diff --git a/examples/typography/package.json b/examples/typography/package.json index 2a97c6336..82cbdfe3c 100644 --- a/examples/typography/package.json +++ b/examples/typography/package.json @@ -11,11 +11,11 @@ "build": "gatsby build" }, "dependencies": { - "@mdx-js/mdx": "^1.0.19", - "@mdx-js/react": "^1.0.16", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", "gatsby": "^2.6.3", "gatsby-plugin-google-fonts": "^1.0.0", - "gatsby-plugin-mdx": "^1.0.4", + "gatsby-plugin-mdx": "^1.6.0", "lodash.merge": "^4.6.1", "react": "^16.14.0", "react-dom": "^16.14.0", diff --git a/packages/docs/package.json b/packages/docs/package.json index b0c139730..cb739548f 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -18,8 +18,8 @@ "dependencies": { "@emotion/react": "^11.1.1", "@emotion/styled": "^11.0.0", - "@mdx-js/mdx": "^1.0.0-rc.0", - "@mdx-js/react": "^1.0.0-rc.0", + "@mdx-js/mdx": "^1.6.22", + "@mdx-js/react": "^1.6.22", "@theme-ui/color": "0.6.0-alpha.1", "@theme-ui/components": "^0.6.0-alpha.3", "@theme-ui/css": "0.6.0-alpha.1", @@ -34,7 +34,7 @@ "gatsby": "^2.26.1", "gatsby-plugin-catch-links": "^2.4.0", "gatsby-plugin-compile-es6-packages": "^2.1.0", - "gatsby-plugin-mdx": "^1.4.0", + "gatsby-plugin-mdx": "^1.6.0", "gatsby-plugin-react-helmet": "^3.4.0", "gatsby-plugin-theme-ui": "^0.6.0-alpha.3", "gatsby-theme-code-recipes": "0.5.0-alpha.1", diff --git a/packages/mdx/package.json b/packages/mdx/package.json index 10d29e001..2a874858e 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -14,7 +14,7 @@ "dependencies": { "@emotion/react": "^11.1.1", "@emotion/styled": "^11.0.0", - "@mdx-js/react": "^1.0.0", + "@mdx-js/react": "^1.6.22", "@theme-ui/core": "0.6.0-alpha.1", "@theme-ui/css": "0.6.0-alpha.1" }, diff --git a/packages/sidenav/package.json b/packages/sidenav/package.json index d2cc33754..b817f1694 100644 --- a/packages/sidenav/package.json +++ b/packages/sidenav/package.json @@ -22,8 +22,8 @@ }, "dependencies": { "@emotion/react": "^11.1.1", - "@mdx-js/react": "^1.0.21", - "@types/mdx-js__react": "^1.5.1", + "@mdx-js/react": "^1.6.22", + "@types/mdx-js__react": "^1.5.3", "deepmerge": "^4.0.0", "theme-ui": "^0.6.0-alpha.3" }, diff --git a/yarn.lock b/yarn.lock index 038deead4..5dc87f1e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -65,29 +65,7 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@7.11.6": - version "7.11.6" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" - integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== - dependencies: - "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.11.6" - "@babel/helper-module-transforms" "^7.11.0" - "@babel/helpers" "^7.10.4" - "@babel/parser" "^7.11.5" - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.11.5" - "@babel/types" "^7.11.5" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.1" - json5 "^2.1.2" - lodash "^4.17.19" - resolve "^1.3.2" - semver "^5.4.1" - source-map "^0.5.0" - -"@babel/core@^7.1.0", "@babel/core@^7.10.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.7.5": +"@babel/core@7.12.9", "@babel/core@^7.1.0", "@babel/core@^7.10.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.7.5": version "7.12.9" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== @@ -233,7 +211,7 @@ dependencies: "@babel/types" "^7.12.5" -"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0", "@babel/helper-module-transforms@^7.12.1": +"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== @@ -440,16 +418,7 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.0" "@babel/plugin-transform-parameters" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" - integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.0" - "@babel/plugin-transform-parameters" "^7.10.4" - -"@babel/plugin-proposal-object-rest-spread@^7.12.1": +"@babel/plugin-proposal-object-rest-spread@7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069" integrity sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA== @@ -563,7 +532,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-syntax-jsx@^7.10.1", "@babel/plugin-syntax-jsx@^7.12.1": +"@babel/plugin-syntax-jsx@7.12.1", "@babel/plugin-syntax-jsx@^7.10.1", "@babel/plugin-syntax-jsx@^7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926" integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== @@ -2448,24 +2417,24 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" -"@mdx-js/mdx@^1.0.0-rc.0": - version "1.6.21" - resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.21.tgz#d3651b4802db7bdc399270c0ffa9e2aa99dd4b00" - integrity sha512-z35VI6qDw9eAzR/obtgHbYVUdb/Pm+oUnlP1lLR94Oe05Xs2H7vlAgpuFBCLH5g/egzAc2wZCyoVydr25CsF+A== +"@mdx-js/mdx@^1.6.22": + version "1.6.22" + resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba" + integrity sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA== dependencies: - "@babel/core" "7.11.6" - "@babel/plugin-syntax-jsx" "7.10.4" + "@babel/core" "7.12.9" + "@babel/plugin-syntax-jsx" "7.12.1" "@babel/plugin-syntax-object-rest-spread" "7.8.3" - "@mdx-js/util" "1.6.21" - babel-plugin-apply-mdx-type-prop "1.6.21" - babel-plugin-extract-import-names "1.6.21" + "@mdx-js/util" "1.6.22" + babel-plugin-apply-mdx-type-prop "1.6.22" + babel-plugin-extract-import-names "1.6.22" camelcase-css "2.0.1" - detab "2.0.3" + detab "2.0.4" hast-util-raw "6.0.1" lodash.uniq "4.5.0" - mdast-util-to-hast "9.1.2" + mdast-util-to-hast "10.0.1" remark-footnotes "2.0.0" - remark-mdx "1.6.21" + remark-mdx "1.6.22" remark-parse "8.0.3" remark-squeeze-paragraphs "4.0.0" style-to-object "0.3.0" @@ -2473,15 +2442,15 @@ unist-builder "2.0.3" unist-util-visit "2.0.3" -"@mdx-js/react@^1.0.0", "@mdx-js/react@^1.0.0-rc.0", "@mdx-js/react@^1.0.21": - version "1.6.21" - resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.21.tgz#86d962471a5e160c59a6b32054aa55c0c7ca404e" - integrity sha512-CgSNT9sq2LAlhEbVlPg7DwUQkypz+CWaWGcJbkgmp9WCAy6vW33CQ44UbKPiH3wet9o+UbXeQOqzZd041va83g== +"@mdx-js/react@^1.6.22": + version "1.6.22" + resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573" + integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== -"@mdx-js/util@1.6.21": - version "1.6.21" - resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.21.tgz#25f97a0a1b76e78c16ae5d98c6c73e1be8d89e39" - integrity sha512-6sANhqfEHu6gdHZSrzDjN18Y48mIon8f2Os6J+IFmMHN0IhNG/0PUIIsI07kA1sZ9t6vgZNBloVmcDa5WOSe6A== +"@mdx-js/util@1.6.22": + version "1.6.22" + resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b" + integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA== "@mdx-js/util@^2.0.0-next.8": version "2.0.0-next.8" @@ -3144,7 +3113,7 @@ dependencies: "@types/unist" "*" -"@types/mdx-js__react@^1.5.1": +"@types/mdx-js__react@^1.5.3": version "1.5.3" resolved "https://registry.yarnpkg.com/@types/mdx-js__react/-/mdx-js__react-1.5.3.tgz#2f858ab0ee5fc60b642f3764ef9001fe0530fe43" integrity sha512-flP0BpS5rXnEbkU5ih79ARaI/+rK10Iee+zxTaWYtoiyc2+f1EJ8EnYgMmXHdAuI7OX4J9/hdoXfrfrri0AT+Q== @@ -4236,13 +4205,13 @@ babel-plugin-add-module-exports@^0.3.3: optionalDependencies: chokidar "^2.0.4" -babel-plugin-apply-mdx-type-prop@1.6.21: - version "1.6.21" - resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.21.tgz#0c8600c965ca4203e3c026ed971ed5b7e810aeba" - integrity sha512-+vQarmm+g+kePH4CMp2iEN/HOx1oEvZeSKCdKCEZlnJOthXzkpaRAbM3ZNCiKqVr9WuoqPNfoXQ0EVppYpIwfg== +babel-plugin-apply-mdx-type-prop@1.6.22: + version "1.6.22" + resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz#d216e8fd0de91de3f1478ef3231e05446bc8705b" + integrity sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ== dependencies: "@babel/helper-plugin-utils" "7.10.4" - "@mdx-js/util" "1.6.21" + "@mdx-js/util" "1.6.22" babel-plugin-dynamic-import-node@^2.3.3: version "2.3.3" @@ -4251,10 +4220,10 @@ babel-plugin-dynamic-import-node@^2.3.3: dependencies: object.assign "^4.1.0" -babel-plugin-extract-import-names@1.6.21: - version "1.6.21" - resolved "https://registry.yarnpkg.com/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.21.tgz#94efffee4ea79982491573e5f67d9957ab77596a" - integrity sha512-mCjTry00HB/4xHGunxQNMOGZ7JEGJdEScNh7C1WJBto7nePyn9wCdYAZP61pGC6+z3ETH5btY20mqg0plcxZGA== +babel-plugin-extract-import-names@1.6.22: + version "1.6.22" + resolved "https://registry.yarnpkg.com/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz#de5f9a28eb12f3eb2578bf74472204e66d1a13dc" + integrity sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ== dependencies: "@babel/helper-plugin-utils" "7.10.4" @@ -6840,10 +6809,10 @@ destroy@~1.0.4: resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= -detab@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.3.tgz#33e5dd74d230501bd69985a0d2b9a3382699a130" - integrity sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A== +detab@2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.4.tgz#b927892069aff405fbb9a186fe97a44a92a94b43" + integrity sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g== dependencies: repeat-string "^1.5.4" @@ -8522,6 +8491,19 @@ gatsby-core-utils@^1.4.0, gatsby-core-utils@^1.5.0: tmp "^0.2.1" xdg-basedir "^4.0.0" +gatsby-core-utils@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.6.0.tgz#ec719e1a1d409ce69f89883e4334922f3b5c720e" + integrity sha512-jGaXDPbXOkP5Ct7pcOTsx0C0WTvIjSBVlHp0oBIv6rTw7DP498G9RAytqOT8z3uAf1PzWjAcUEMGNdicVucrxg== + dependencies: + ci-info "2.0.0" + configstore "^5.0.1" + 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.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.5.0.tgz#32fc920697fbbcd46f430fd8638a48a75024909a" @@ -8575,10 +8557,10 @@ gatsby-plugin-compile-es6-packages@^2.1.0: "@babel/runtime" "^7.0.0" regex-escape "^3.4.8" -gatsby-plugin-mdx@^1.4.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.5.0.tgz#6f09beaf9ea8815f4ff31592161b0c2dd12bd12f" - integrity sha512-Fh1q+py7RwekM0Ls6rdrtGSv6oTBsVLeRnBB1UPmhThB/AAKeZKN9GpHxB1m5nLlMGSXmfgTKTefvCR9kEklIQ== +gatsby-plugin-mdx@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.6.0.tgz#2f64b044342b4cdfd9abc11595a1dca8338e8126" + integrity sha512-d57DZiR9/uGt0qDYbY3RKrNFIeEQHA8e4yeku7GC/0kmoSN/ZLb1mRMy+0oFhNmIOvGqVEXpHClv8cilF9OqIg== dependencies: "@babel/core" "^7.12.3" "@babel/generator" "^7.12.5" @@ -8595,7 +8577,7 @@ gatsby-plugin-mdx@^1.4.0: escape-string-regexp "^1.0.5" eval "^0.1.4" fs-extra "^8.1.0" - gatsby-core-utils "^1.5.0" + gatsby-core-utils "^1.6.0" gray-matter "^4.0.2" json5 "^2.1.3" loader-utils "^1.4.0" @@ -12308,21 +12290,21 @@ mdast-util-compact@^2.0.0: dependencies: unist-util-visit "^2.0.0" -mdast-util-definitions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-3.0.1.tgz#06af6c49865fc63d6d7d30125569e2f7ae3d0a86" - integrity sha512-BAv2iUm/e6IK/b2/t+Fx69EL/AGcq/IG2S+HxHjDJGfLJtd6i9SZUS76aC9cig+IEucsqxKTR0ot3m933R3iuA== +mdast-util-definitions@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz#c5c1a84db799173b4dcf7643cda999e440c24db2" + integrity sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ== dependencies: unist-util-visit "^2.0.0" -mdast-util-to-hast@9.1.2: - version "9.1.2" - resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-9.1.2.tgz#10fa5ed9d45bf3755891e5801d0f32e2584a9423" - integrity sha512-OpkFLBC2VnNAb2FNKcKWu9FMbJhQKog+FCT8nuKmQNIKXyT1n3SIskE7uWDep6x+cA20QXlK5AETHQtYmQmxtQ== +mdast-util-to-hast@10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz#0cfc82089494c52d46eb0e3edb7a4eb2aea021eb" + integrity sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA== dependencies: "@types/mdast" "^3.0.0" "@types/unist" "^2.0.0" - mdast-util-definitions "^3.0.0" + mdast-util-definitions "^4.0.0" mdurl "^1.0.0" unist-builder "^2.0.0" unist-util-generated "^1.0.0" @@ -15951,16 +15933,16 @@ remark-footnotes@2.0.0: resolved "https://registry.yarnpkg.com/remark-footnotes/-/remark-footnotes-2.0.0.tgz#9001c4c2ffebba55695d2dd80ffb8b82f7e6303f" integrity sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ== -remark-mdx@1.6.21: - version "1.6.21" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.6.21.tgz#0c1a7e042e50938ff89ad8dd7e8e219d4b0404ce" - integrity sha512-IGb3l46a6NFi62egT+WXeTT3T8wYTunmPCEGTfDO6oRAfuss9VAb/3InVCKKGXXoiNi0mTuplI0EFusdCLGk3A== +remark-mdx@1.6.22: + version "1.6.22" + resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.6.22.tgz#06a8dab07dcfdd57f3373af7f86bd0e992108bbd" + integrity sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ== dependencies: - "@babel/core" "7.11.6" + "@babel/core" "7.12.9" "@babel/helper-plugin-utils" "7.10.4" - "@babel/plugin-proposal-object-rest-spread" "7.11.0" - "@babel/plugin-syntax-jsx" "7.10.4" - "@mdx-js/util" "1.6.21" + "@babel/plugin-proposal-object-rest-spread" "7.12.1" + "@babel/plugin-syntax-jsx" "7.12.1" + "@mdx-js/util" "1.6.22" is-alphabetical "1.0.4" remark-parse "8.0.3" unified "9.2.0" From a0d040f4f5be911f19ddc52e1f23043f857b1a9c Mon Sep 17 00:00:00 2001 From: atanasster Date: Wed, 16 Dec 2020 13:39:30 -0500 Subject: [PATCH 2/2] update lockfile --- yarn.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/yarn.lock b/yarn.lock index 431f2b251..550089744 100644 --- a/yarn.lock +++ b/yarn.lock @@ -60,19 +60,19 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/core@7.11.6": - version "7.11.6" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" - integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== +"@babel/core@7.12.9": + version "7.12.9" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" + integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ== dependencies: "@babel/code-frame" "^7.10.4" - "@babel/generator" "^7.11.6" - "@babel/helper-module-transforms" "^7.11.0" - "@babel/helpers" "^7.10.4" - "@babel/parser" "^7.11.5" - "@babel/template" "^7.10.4" - "@babel/traverse" "^7.11.5" - "@babel/types" "^7.11.5" + "@babel/generator" "^7.12.5" + "@babel/helper-module-transforms" "^7.12.1" + "@babel/helpers" "^7.12.5" + "@babel/parser" "^7.12.7" + "@babel/template" "^7.12.7" + "@babel/traverse" "^7.12.9" + "@babel/types" "^7.12.7" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.1" @@ -1085,7 +1085,7 @@ "@babel/parser" "^7.12.7" "@babel/types" "^7.12.7" -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0": +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0": version "7.12.10" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a" integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==