Merge pull request #2609 from freesewing/dependabot/npm_and_yarn/mdx-js/mdx-2.1.3
chore(deps): Bump @mdx-js/mdx from 2.1.2 to 2.1.3
This commit is contained in:
commit
1f17e65f24
1 changed files with 22 additions and 6 deletions
28
yarn.lock
28
yarn.lock
|
@ -2649,15 +2649,15 @@
|
|||
unist-builder "^2.0.0"
|
||||
|
||||
"@mdx-js/mdx@^2.0.0", "@mdx-js/mdx@^2.0.0-rc.2":
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-2.1.2.tgz#d13fb811809fda37967dc0eebd5bb36adce89a81"
|
||||
integrity sha512-ASN1GUH0gXsgJ2UD/Td7FzJo1SwFkkQ5V1i9at5o/ROra7brkyMcBsotsOWJWRzmXZaLw2uXWn4aN8B3PMNFMA==
|
||||
version "2.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-2.1.3.tgz#d5821920ebe546b45192f4c7a64dcc68a658f7f9"
|
||||
integrity sha512-ahbb47HJIJ4xnifaL06tDJiSyLEy1EhFAStO7RZIm3GTa7yGW3NGhZaj+GUCveFgl5oI54pY4BgiLmYm97y+zg==
|
||||
dependencies:
|
||||
"@types/estree-jsx" "^0.0.1"
|
||||
"@types/estree-jsx" "^1.0.0"
|
||||
"@types/mdx" "^2.0.0"
|
||||
astring "^1.6.0"
|
||||
estree-util-build-jsx "^2.0.0"
|
||||
estree-util-is-identifier-name "^2.0.0"
|
||||
estree-util-to-js "^1.1.0"
|
||||
estree-walker "^3.0.0"
|
||||
hast-util-to-estree "^2.0.0"
|
||||
markdown-extensions "^1.0.0"
|
||||
|
@ -3981,6 +3981,13 @@
|
|||
dependencies:
|
||||
"@types/estree" "*"
|
||||
|
||||
"@types/estree-jsx@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.0.tgz#7bfc979ab9f692b492017df42520f7f765e98df1"
|
||||
integrity sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==
|
||||
dependencies:
|
||||
"@types/estree" "*"
|
||||
|
||||
"@types/estree@*":
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
|
||||
|
@ -5314,7 +5321,7 @@ ast-types@0.9.6:
|
|||
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.6.tgz#102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9"
|
||||
integrity sha512-qEdtR2UH78yyHX/AUNfXmJTlM48XoFZKBdwi1nzkI1mJL21cmbu0cvjxjpkXJ5NENMq42H+hNs8VLJcqXLerBQ==
|
||||
|
||||
astring@^1.4.0, astring@^1.6.0:
|
||||
astring@^1.4.0, astring@^1.8.0:
|
||||
version "1.8.3"
|
||||
resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.3.tgz#1a0ae738c7cc558f8e5ddc8e3120636f5cebcb85"
|
||||
integrity sha512-sRpyiNrx2dEYIMmUXprS8nlpRg2Drs8m9ElX9vVEXaCB4XEAJhKfs7IcX0IwShjuOAjLR6wzIrgoptz1n19i1A==
|
||||
|
@ -9545,6 +9552,15 @@ estree-util-is-identifier-name@^2.0.0:
|
|||
resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.0.1.tgz#cf07867f42705892718d9d89eb2d85eaa8f0fcb5"
|
||||
integrity sha512-rxZj1GkQhY4x1j/CSnybK9cGuMFQYFPLq0iNyopqf14aOVLFtMv7Esika+ObJWPWiOHuMOAHz3YkWoLYYRnzWQ==
|
||||
|
||||
estree-util-to-js@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/estree-util-to-js/-/estree-util-to-js-1.1.0.tgz#3bd9bb86354063537cc3d81259be2f0d4c3af39f"
|
||||
integrity sha512-490lbfCcpLk+ofK6HCgqDfYs4KAfq6QVvDw3+Bm1YoKRgiOjKiKYGAVQE1uwh7zVxBgWhqp4FDtp5SqunpUk1A==
|
||||
dependencies:
|
||||
"@types/estree-jsx" "^1.0.0"
|
||||
astring "^1.8.0"
|
||||
source-map "^0.7.0"
|
||||
|
||||
estree-util-visit@^1.0.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/estree-util-visit/-/estree-util-visit-1.1.0.tgz#c0ea7942c40ac7889a77b57a11e92f987744bc6f"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue