|
2910 | 2910 | "@json-rpc-tools/types" "^1.7.6"
|
2911 | 2911 | "@pedrouid/environment" "^1.0.1"
|
2912 | 2912 |
|
| 2913 | +"@mdx-js/loader@^2.1.3": |
| 2914 | + version "2.1.3" |
| 2915 | + resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-2.1.3.tgz#b89f6e7b02933b1bf8a9cb69f73b43dab1bdb4d1" |
| 2916 | + integrity sha512-7LtklcfzZC9aWWFREop0ivemhwcp/cke2tICHEhnDyGn+hTg7LIbWCfSos68kJv9w7Z47KYfNcg9/8zBD+8eXA== |
| 2917 | + dependencies: |
| 2918 | + "@mdx-js/mdx" "^2.0.0" |
| 2919 | + source-map "^0.7.0" |
| 2920 | + |
2913 | 2921 | "@mdx-js/mdx@^1.6.22":
|
2914 | 2922 | version "1.6.22"
|
2915 | 2923 | resolved "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz"
|
|
2971 | 2979 | "@types/mdx" "^2.0.0"
|
2972 | 2980 | "@types/react" ">=16"
|
2973 | 2981 |
|
| 2982 | +"@mdx-js/react@^2.1.3": |
| 2983 | + version "2.1.3" |
| 2984 | + resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.3.tgz#4b28a774295ed1398cf6be1b8ddef69d6a30e78d" |
| 2985 | + integrity sha512-11n4lTvvRyxq3OYbWJwEYM+7q6PE0GxKbk0AwYIIQmrRkxDeljIsjDQkKOgdr/orgRRbYy5zi+iERdnwe01CHQ== |
| 2986 | + dependencies: |
| 2987 | + "@types/mdx" "^2.0.0" |
| 2988 | + "@types/react" ">=16" |
| 2989 | + |
2974 | 2990 |
|
2975 | 2991 | version "1.6.22"
|
2976 | 2992 | resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz"
|
|
3001 | 3017 | dependencies:
|
3002 | 3018 | glob "7.1.7"
|
3003 | 3019 |
|
| 3020 | +"@next/mdx@^12.3.1": |
| 3021 | + version "12.3.1" |
| 3022 | + resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-12.3.1.tgz#7951f27e3fb178319adfcb68b8e6365dbae5c36e" |
| 3023 | + integrity sha512-b7G3CsAwyD/8Eo6uDjCCqNwEi68LTyo/JYPC0N2Yu3yl/iveMDCi03ME+9JsnFPr3DcjmGSKc1ioiYM4dJUkTg== |
| 3024 | + |
3004 | 3025 |
|
3005 | 3026 | version "12.1.6"
|
3006 | 3027 | resolved "https://registry.yarnpkg.com/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.1.6.tgz#79a35349b98f2f8c038ab6261aa9cd0d121c03f9"
|
@@ -8554,6 +8575,13 @@ fault@^1.0.0:
|
8554 | 8575 | dependencies:
|
8555 | 8576 | format "^0.2.0"
|
8556 | 8577 |
|
| 8578 | +fault@^2.0.0: |
| 8579 | + version "2.0.1" |
| 8580 | + resolved "https://registry.yarnpkg.com/fault/-/fault-2.0.1.tgz#d47ca9f37ca26e4bd38374a7c500b5a384755b6c" |
| 8581 | + integrity sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ== |
| 8582 | + dependencies: |
| 8583 | + format "^0.2.0" |
| 8584 | + |
8557 | 8585 | fb-watchman@^2.0.0:
|
8558 | 8586 | version "2.0.1"
|
8559 | 8587 | resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz"
|
@@ -11231,6 +11259,13 @@ mdast-util-from-markdown@^1.0.0:
|
11231 | 11259 | unist-util-stringify-position "^3.0.0"
|
11232 | 11260 | uvu "^0.5.0"
|
11233 | 11261 |
|
| 11262 | +mdast-util-frontmatter@^1.0.0: |
| 11263 | + version "1.0.0" |
| 11264 | + resolved "https://registry.yarnpkg.com/mdast-util-frontmatter/-/mdast-util-frontmatter-1.0.0.tgz#ef12469379782e4a0fd995fed60cc3b871e6c819" |
| 11265 | + integrity sha512-7itKvp0arEVNpCktOET/eLFAYaZ+0cNjVtFtIPxgQ5tV+3i+D4SDDTjTzPWl44LT59PC+xdx+glNTawBdF98Mw== |
| 11266 | + dependencies: |
| 11267 | + micromark-extension-frontmatter "^1.0.0" |
| 11268 | + |
11234 | 11269 | mdast-util-mdx-expression@^1.0.0:
|
11235 | 11270 | version "1.2.1"
|
11236 | 11271 | resolved "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.2.1.tgz"
|
@@ -11443,6 +11478,15 @@ micromark-core-commonmark@^1.0.0, micromark-core-commonmark@^1.0.1:
|
11443 | 11478 | micromark-util-types "^1.0.1"
|
11444 | 11479 | uvu "^0.5.0"
|
11445 | 11480 |
|
| 11481 | +micromark-extension-frontmatter@^1.0.0: |
| 11482 | + version "1.0.0" |
| 11483 | + resolved "https://registry.yarnpkg.com/micromark-extension-frontmatter/-/micromark-extension-frontmatter-1.0.0.tgz#612498e6dad87c132c95e25f0918e7cc0cd535f6" |
| 11484 | + integrity sha512-EXjmRnupoX6yYuUJSQhrQ9ggK0iQtQlpi6xeJzVD5xscyAI+giqco5fdymayZhJMbIFecjnE2yz85S9NzIgQpg== |
| 11485 | + dependencies: |
| 11486 | + fault "^2.0.0" |
| 11487 | + micromark-util-character "^1.0.0" |
| 11488 | + micromark-util-symbol "^1.0.0" |
| 11489 | + |
11446 | 11490 | micromark-extension-mdx-expression@^1.0.0:
|
11447 | 11491 | version "1.0.3"
|
11448 | 11492 | resolved "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-1.0.3.tgz"
|
|
13644 | 13688 | resolved "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz"
|
13645 | 13689 | integrity sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==
|
13646 | 13690 |
|
| 13691 | +remark-frontmatter@^4.0.1: |
| 13692 | + version "4.0.1" |
| 13693 | + resolved "https://registry.yarnpkg.com/remark-frontmatter/-/remark-frontmatter-4.0.1.tgz#84560f7ccef114ef076d3d3735be6d69f8922309" |
| 13694 | + integrity sha512-38fJrB0KnmD3E33a5jZC/5+gGAC2WKNiPw1/fdXJvijBlhA7RCsvJklrYJakS0HedninvaCYW8lQGf9C918GfA== |
| 13695 | + dependencies: |
| 13696 | + "@types/mdast" "^3.0.0" |
| 13697 | + mdast-util-frontmatter "^1.0.0" |
| 13698 | + micromark-extension-frontmatter "^1.0.0" |
| 13699 | + unified "^10.0.0" |
| 13700 | + |
13647 | 13701 |
|
13648 | 13702 | version "1.6.22"
|
13649 | 13703 | resolved "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz"
|
@@ -14350,7 +14404,7 @@ source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
|
14350 | 14404 | resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
|
14351 | 14405 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
14352 | 14406 |
|
14353 |
| -source-map@^0.7.3: |
| 14407 | +source-map@^0.7.0, source-map@^0.7.3: |
14354 | 14408 | version "0.7.4"
|
14355 | 14409 | resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz"
|
14356 | 14410 | integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
|
|
0 commit comments