|
1743 | 1743 | dependencies:
|
1744 | 1744 | "@types/node" "*"
|
1745 | 1745 |
|
| 1746 | +"@types/mdast@^3.0.0": |
| 1747 | + version "3.0.3" |
| 1748 | + resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb" |
| 1749 | + integrity sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw== |
| 1750 | + dependencies: |
| 1751 | + "@types/unist" "*" |
| 1752 | + |
1746 | 1753 | "@types/mime@*":
|
1747 | 1754 | version "2.0.3"
|
1748 | 1755 | resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a"
|
|
1816 | 1823 | resolved "https://registry.yarnpkg.com/@types/symlink-or-copy/-/symlink-or-copy-1.2.0.tgz#4151a81b4052c80bc2becbae09f3a9ec010a9c7a"
|
1817 | 1824 | integrity sha512-Lja2xYuuf2B3knEsga8ShbOdsfNOtzT73GyJmZyY7eGl2+ajOqrs8yM5ze0fsSoYwvA6bw7/Qr7OZ7PEEmYwWg==
|
1818 | 1825 |
|
1819 |
| -"@types/unist@^2.0.0", "@types/unist@^2.0.2": |
| 1826 | +"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2": |
1820 | 1827 | version "2.0.3"
|
1821 | 1828 | resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
|
1822 | 1829 | integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
|
@@ -8354,6 +8361,16 @@ mdast-util-definitions@^1.2.0:
|
8354 | 8361 | dependencies:
|
8355 | 8362 | unist-util-visit "^1.0.0"
|
8356 | 8363 |
|
| 8364 | +mdast-util-from-markdown@^0.8.1: |
| 8365 | + version "0.8.1" |
| 8366 | + resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.1.tgz#781371d493cac11212947226190270c15dc97116" |
| 8367 | + integrity sha512-qJXNcFcuCSPqUF0Tb0uYcFDIq67qwB3sxo9RPdf9vG8T90ViKnksFqdB/Coq2a7sTnxL/Ify2y7aIQXDkQFH0w== |
| 8368 | + dependencies: |
| 8369 | + "@types/mdast" "^3.0.0" |
| 8370 | + mdast-util-to-string "^1.0.0" |
| 8371 | + micromark "~2.10.0" |
| 8372 | + parse-entities "^2.0.0" |
| 8373 | + |
8357 | 8374 | mdast-util-inject@^1.1.0:
|
8358 | 8375 | version "1.1.0"
|
8359 | 8376 | resolved "https://registry.yarnpkg.com/mdast-util-inject/-/mdast-util-inject-1.1.0.tgz#db06b8b585be959a2dcd2f87f472ba9b756f3675"
|
@@ -8450,6 +8467,14 @@ methods@~1.1.2:
|
8450 | 8467 | resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
|
8451 | 8468 | integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
|
8452 | 8469 |
|
| 8470 | +micromark@~2.10.0: |
| 8471 | + version "2.10.1" |
| 8472 | + resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.10.1.tgz#cd73f54e0656f10e633073db26b663a221a442a7" |
| 8473 | + integrity sha512-fUuVF8sC1X7wsCS29SYQ2ZfIZYbTymp0EYr6sab3idFjigFFjGa5UwoniPlV9tAgntjuapW1t9U+S0yDYeGKHQ== |
| 8474 | + dependencies: |
| 8475 | + debug "^4.0.0" |
| 8476 | + parse-entities "^2.0.0" |
| 8477 | + |
8453 | 8478 | micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.5:
|
8454 | 8479 | version "3.1.10"
|
8455 | 8480 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
@@ -9208,6 +9233,18 @@ parse-entities@^1.0.2, parse-entities@^1.1.0:
|
9208 | 9233 | is-decimal "^1.0.0"
|
9209 | 9234 | is-hexadecimal "^1.0.0"
|
9210 | 9235 |
|
| 9236 | +parse-entities@^2.0.0: |
| 9237 | + version "2.0.0" |
| 9238 | + resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8" |
| 9239 | + integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ== |
| 9240 | + dependencies: |
| 9241 | + character-entities "^1.0.0" |
| 9242 | + character-entities-legacy "^1.0.0" |
| 9243 | + character-reference-invalid "^1.0.0" |
| 9244 | + is-alphanumerical "^1.0.0" |
| 9245 | + is-decimal "^1.0.0" |
| 9246 | + is-hexadecimal "^1.0.0" |
| 9247 | + |
9211 | 9248 | parse-filepath@^1.0.2:
|
9212 | 9249 | version "1.0.2"
|
9213 | 9250 | resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891"
|
@@ -9929,13 +9966,14 @@ regjsparser@^0.6.4:
|
9929 | 9966 | dependencies:
|
9930 | 9967 | jsesc "~0.5.0"
|
9931 | 9968 |
|
9932 |
| -release-it-lerna-changelog@^3.0.0: |
9933 |
| - version "3.0.0" |
9934 |
| - resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-3.0.0.tgz#6bbab3cb2417a9230b38c7f30d7a7fe6eae06da2" |
9935 |
| - integrity sha512-TyIV3rVmD7mWYU4WLHf3vlxp3w/Q5N7sDQcqxlkCJ+t1+8t6u7BZ9TR+qLe2cCrcxv2LrdPWRUqTAhgXPqPiYA== |
| 9969 | +release-it-lerna-changelog@^3.1.0: |
| 9970 | + version "3.1.0" |
| 9971 | + resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-3.1.0.tgz#cbcc877b40712e93a99a8b9a14e9e48290a82b9f" |
| 9972 | + integrity sha512-VehiRVpIB37XfggFcwMwDZ3ncXmD4npgM2tGGTfa3CN8MFCCJPPIRvaqHySDC/YV8mN7oLZeGSI/exrKXeybmA== |
9936 | 9973 | dependencies:
|
9937 | 9974 | execa "^4.0.3"
|
9938 | 9975 | lerna-changelog "^1.0.1"
|
| 9976 | + mdast-util-from-markdown "^0.8.1" |
9939 | 9977 | tmp "^0.2.1"
|
9940 | 9978 | validate-peer-dependencies "^1.0.0"
|
9941 | 9979 | which "^2.0.2"
|
|
0 commit comments