deps: remove remark-gfm

Michael Smith committed Jan 13, 2026 at 17:07 UTC 63687ad38b246ea52fd4141c520496353780a7d2
2 files changed +642 -2668
package-lock.json
+642 -2667
@@ -47,7 +47,6 @@
47 "react-dom": "^18.2.0",
48 "react-focus-on": "^3.9.1",
49 "remark-frontmatter": "^5.0.0",
50 - "remark-gfm": "^4.0.1",
50 "styled-components": "^5.3.11",
51 "styled-system": "^5.1.5"
52 },
@@ -28095,16 +28094,6 @@
28094 "url": "https://github.com/sponsors/sindresorhus"
28095 }
28096 },
28098 - "node_modules/markdown-table": {
28099 - "version": "3.0.4",
28100 - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
28101 - "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
28102 - "license": "MIT",
28103 - "funding": {
28104 - "type": "github",
28105 - "url": "https://github.com/sponsors/wooorm"
28106 - }
28107 - },
28097 "node_modules/math-intrinsics": {
28098 "version": "1.1.0",
28099 "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
@@ -28158,70 +28147,6 @@
28147 "url": "https://opencollective.com/unified"
28148 }
28149 },
28161 - "node_modules/mdast-util-find-and-replace": {
28162 - "version": "3.0.2",
28163 - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
28164 - "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
28165 - "license": "MIT",
28166 - "dependencies": {
28167 - "@types/mdast": "^4.0.0",
28168 - "escape-string-regexp": "^5.0.0",
28169 - "unist-util-is": "^6.0.0",
28170 - "unist-util-visit-parents": "^6.0.0"
28171 - },
28172 - "funding": {
28173 - "type": "opencollective",
28174 - "url": "https://opencollective.com/unified"
28175 - }
28176 - },
28177 - "node_modules/mdast-util-find-and-replace/node_modules/@types/mdast": {
28178 - "version": "4.0.4",
28179 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
28180 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
28181 - "license": "MIT",
28182 - "dependencies": {
28183 - "@types/unist": "*"
28184 - }
28185 - },
28186 - "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
28187 - "version": "5.0.0",
28188 - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
28189 - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
28190 - "license": "MIT",
28191 - "engines": {
28192 - "node": ">=12"
28193 - },
28194 - "funding": {
28195 - "url": "https://github.com/sponsors/sindresorhus"
28196 - }
28197 - },
28198 - "node_modules/mdast-util-find-and-replace/node_modules/unist-util-is": {
28199 - "version": "6.0.1",
28200 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
28201 - "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
28202 - "license": "MIT",
28203 - "dependencies": {
28204 - "@types/unist": "^3.0.0"
28205 - },
28206 - "funding": {
28207 - "type": "opencollective",
28208 - "url": "https://opencollective.com/unified"
28209 - }
28210 - },
28211 - "node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": {
28212 - "version": "6.0.2",
28213 - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
28214 - "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
28215 - "license": "MIT",
28216 - "dependencies": {
28217 - "@types/unist": "^3.0.0",
28218 - "unist-util-is": "^6.0.0"
28219 - },
28220 - "funding": {
28221 - "type": "opencollective",
28222 - "url": "https://opencollective.com/unified"
28223 - }
28224 - },
28150 "node_modules/mdast-util-from-markdown": {
28151 "version": "2.0.2",
28152 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
@@ -28568,121 +28493,42 @@
28493 "url": "https://opencollective.com/unified"
28494 }
28495 },
28571 - "node_modules/mdast-util-gfm": {
28572 - "version": "3.1.0",
28573 - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
28574 - "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
28575 - "license": "MIT",
28576 - "dependencies": {
28577 - "mdast-util-from-markdown": "^2.0.0",
28578 - "mdast-util-gfm-autolink-literal": "^2.0.0",
28579 - "mdast-util-gfm-footnote": "^2.0.0",
28580 - "mdast-util-gfm-strikethrough": "^2.0.0",
28581 - "mdast-util-gfm-table": "^2.0.0",
28582 - "mdast-util-gfm-task-list-item": "^2.0.0",
28583 - "mdast-util-to-markdown": "^2.0.0"
28584 - },
28585 - "funding": {
28586 - "type": "opencollective",
28587 - "url": "https://opencollective.com/unified"
28588 - }
28589 - },
28590 - "node_modules/mdast-util-gfm-autolink-literal": {
28496 + "node_modules/mdast-util-mdx": {
28497 "version": "2.0.1",
28592 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
28593 - "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
28498 + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz",
28499 + "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==",
28500 "license": "MIT",
28501 "dependencies": {
28596 - "@types/mdast": "^4.0.0",
28597 - "ccount": "^2.0.0",
28598 - "devlop": "^1.0.0",
28599 - "mdast-util-find-and-replace": "^3.0.0",
28600 - "micromark-util-character": "^2.0.0"
28502 + "mdast-util-from-markdown": "^1.0.0",
28503 + "mdast-util-mdx-expression": "^1.0.0",
28504 + "mdast-util-mdx-jsx": "^2.0.0",
28505 + "mdast-util-mdxjs-esm": "^1.0.0",
28506 + "mdast-util-to-markdown": "^1.0.0"
28507 },
28508 "funding": {
28509 "type": "opencollective",
28510 "url": "https://opencollective.com/unified"
28511 }
28512 },
28607 - "node_modules/mdast-util-gfm-autolink-literal/node_modules/@types/mdast": {
28608 - "version": "4.0.4",
28609 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
28610 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
28611 - "license": "MIT",
28612 - "dependencies": {
28613 - "@types/unist": "*"
28614 - }
28615 - },
28616 - "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-character": {
28617 - "version": "2.1.1",
28618 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
28619 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
28620 - "funding": [
28621 - {
28622 - "type": "GitHub Sponsors",
28623 - "url": "https://github.com/sponsors/unifiedjs"
28624 - },
28625 - {
28626 - "type": "OpenCollective",
28627 - "url": "https://opencollective.com/unified"
28628 - }
28629 - ],
28630 - "license": "MIT",
28631 - "dependencies": {
28632 - "micromark-util-symbol": "^2.0.0",
28633 - "micromark-util-types": "^2.0.0"
28634 - }
28635 - },
28636 - "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-symbol": {
28513 + "node_modules/mdast-util-mdx-expression": {
28514 "version": "2.0.1",
28638 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
28639 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
28640 - "funding": [
28641 - {
28642 - "type": "GitHub Sponsors",
28643 - "url": "https://github.com/sponsors/unifiedjs"
28644 - },
28645 - {
28646 - "type": "OpenCollective",
28647 - "url": "https://opencollective.com/unified"
28648 - }
28649 - ],
28650 - "license": "MIT"
28651 - },
28652 - "node_modules/mdast-util-gfm-autolink-literal/node_modules/micromark-util-types": {
28653 - "version": "2.0.2",
28654 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
28655 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
28656 - "funding": [
28657 - {
28658 - "type": "GitHub Sponsors",
28659 - "url": "https://github.com/sponsors/unifiedjs"
28660 - },
28661 - {
28662 - "type": "OpenCollective",
28663 - "url": "https://opencollective.com/unified"
28664 - }
28665 - ],
28666 - "license": "MIT"
28667 - },
28668 - "node_modules/mdast-util-gfm-footnote": {
28669 - "version": "2.1.0",
28670 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
28671 - "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
28515 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
28516 + "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
28517 "license": "MIT",
28518 "dependencies": {
28519 + "@types/estree-jsx": "^1.0.0",
28520 + "@types/hast": "^3.0.0",
28521 "@types/mdast": "^4.0.0",
28675 - "devlop": "^1.1.0",
28522 + "devlop": "^1.0.0",
28523 "mdast-util-from-markdown": "^2.0.0",
28677 - "mdast-util-to-markdown": "^2.0.0",
28678 - "micromark-util-normalize-identifier": "^2.0.0"
28524 + "mdast-util-to-markdown": "^2.0.0"
28525 },
28526 "funding": {
28527 "type": "opencollective",
28528 "url": "https://opencollective.com/unified"
28529 }
28530 },
28685 - "node_modules/mdast-util-gfm-footnote/node_modules/@types/mdast": {
28531 + "node_modules/mdast-util-mdx-expression/node_modules/@types/mdast": {
28532 "version": "4.0.4",
28533 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
28534 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
@@ -28691,7 +28537,7 @@
28537 "@types/unist": "*"
28538 }
28539 },
28694 - "node_modules/mdast-util-gfm-footnote/node_modules/mdast-util-phrasing": {
28540 + "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-phrasing": {
28541 "version": "4.1.0",
28542 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
28543 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
@@ -28705,7 +28551,7 @@
28551 "url": "https://opencollective.com/unified"
28552 }
28553 },
28708 - "node_modules/mdast-util-gfm-footnote/node_modules/mdast-util-to-markdown": {
28554 + "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-to-markdown": {
28555 "version": "2.1.2",
28556 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
28557 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
@@ -28726,7 +28572,7 @@
28572 "url": "https://opencollective.com/unified"
28573 }
28574 },
28729 - "node_modules/mdast-util-gfm-footnote/node_modules/micromark-util-character": {
28575 + "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-character": {
28576 "version": "2.1.1",
28577 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
28578 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
@@ -28746,7 +28592,7 @@
28592 "micromark-util-types": "^2.0.0"
28593 }
28594 },
28749 - "node_modules/mdast-util-gfm-footnote/node_modules/micromark-util-classify-character": {
28595 + "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-classify-character": {
28596 "version": "2.0.1",
28597 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
28598 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
@@ -28767,7 +28613,7 @@
28613 "micromark-util-types": "^2.0.0"
28614 }
28615 },
28770 - "node_modules/mdast-util-gfm-footnote/node_modules/micromark-util-decode-numeric-character-reference": {
28616 + "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-decode-numeric-character-reference": {
28617 "version": "2.0.2",
28618 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
28619 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
@@ -28786,7 +28632,7 @@
28632 "micromark-util-symbol": "^2.0.0"
28633 }
28634 },
28789 - "node_modules/mdast-util-gfm-footnote/node_modules/micromark-util-decode-string": {
28635 + "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-decode-string": {
28636 "version": "2.0.1",
28637 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
28638 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
@@ -28808,26 +28654,7 @@
28654 "micromark-util-symbol": "^2.0.0"
28655 }
28656 },
28811 - "node_modules/mdast-util-gfm-footnote/node_modules/micromark-util-normalize-identifier": {
28812 - "version": "2.0.1",
28813 - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
28814 - "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
28815 - "funding": [
28816 - {
28817 - "type": "GitHub Sponsors",
28818 - "url": "https://github.com/sponsors/unifiedjs"
28819 - },
28820 - {
28821 - "type": "OpenCollective",
28822 - "url": "https://opencollective.com/unified"
28823 - }
28824 - ],
28825 - "license": "MIT",
28826 - "dependencies": {
28827 - "micromark-util-symbol": "^2.0.0"
28828 - }
28829 - },
28830 - "node_modules/mdast-util-gfm-footnote/node_modules/micromark-util-symbol": {
28657 + "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-symbol": {
28658 "version": "2.0.1",
28659 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
28660 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
@@ -28843,10 +28670,10 @@
28670 ],
28671 "license": "MIT"
28672 },
28846 - "node_modules/mdast-util-gfm-footnote/node_modules/micromark-util-types": {
28847 - "version": "2.0.2",
28848 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
28849 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
28673 + "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-types": {
28674 + "version": "2.0.1",
28675 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
28676 + "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
28677 "funding": [
28678 {
28679 "type": "GitHub Sponsors",
@@ -28859,10 +28686,10 @@
28686 ],
28687 "license": "MIT"
28688 },
28862 - "node_modules/mdast-util-gfm-footnote/node_modules/unist-util-is": {
28863 - "version": "6.0.1",
28864 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
28865 - "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
28689 + "node_modules/mdast-util-mdx-expression/node_modules/unist-util-is": {
28690 + "version": "6.0.0",
28691 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
28692 + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
28693 "license": "MIT",
28694 "dependencies": {
28695 "@types/unist": "^3.0.0"
@@ -28872,22 +28699,31 @@
28699 "url": "https://opencollective.com/unified"
28700 }
28701 },
28875 - "node_modules/mdast-util-gfm-strikethrough": {
28876 - "version": "2.0.0",
28877 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
28878 - "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
28702 + "node_modules/mdast-util-mdx-jsx": {
28703 + "version": "3.1.3",
28704 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.3.tgz",
28705 + "integrity": "sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==",
28706 "license": "MIT",
28707 "dependencies": {
28708 + "@types/estree-jsx": "^1.0.0",
28709 + "@types/hast": "^3.0.0",
28710 "@types/mdast": "^4.0.0",
28711 + "@types/unist": "^3.0.0",
28712 + "ccount": "^2.0.0",
28713 + "devlop": "^1.1.0",
28714 "mdast-util-from-markdown": "^2.0.0",
28883 - "mdast-util-to-markdown": "^2.0.0"
28715 + "mdast-util-to-markdown": "^2.0.0",
28716 + "parse-entities": "^4.0.0",
28717 + "stringify-entities": "^4.0.0",
28718 + "unist-util-stringify-position": "^4.0.0",
28719 + "vfile-message": "^4.0.0"
28720 },
28721 "funding": {
28722 "type": "opencollective",
28723 "url": "https://opencollective.com/unified"
28724 }
28725 },
28890 - "node_modules/mdast-util-gfm-strikethrough/node_modules/@types/mdast": {
28726 + "node_modules/mdast-util-mdx-jsx/node_modules/@types/mdast": {
28727 "version": "4.0.4",
28728 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
28729 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
@@ -28896,7 +28732,71 @@
28732 "@types/unist": "*"
28733 }
28734 },
28899 - "node_modules/mdast-util-gfm-strikethrough/node_modules/mdast-util-phrasing": {
28735 + "node_modules/mdast-util-mdx-jsx/node_modules/character-entities-legacy": {
28736 + "version": "3.0.0",
28737 + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
28738 + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
28739 + "license": "MIT",
28740 + "funding": {
28741 + "type": "github",
28742 + "url": "https://github.com/sponsors/wooorm"
28743 + }
28744 + },
28745 + "node_modules/mdast-util-mdx-jsx/node_modules/character-reference-invalid": {
28746 + "version": "2.0.1",
28747 + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
28748 + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
28749 + "license": "MIT",
28750 + "funding": {
28751 + "type": "github",
28752 + "url": "https://github.com/sponsors/wooorm"
28753 + }
28754 + },
28755 + "node_modules/mdast-util-mdx-jsx/node_modules/is-alphabetical": {
28756 + "version": "2.0.1",
28757 + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
28758 + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
28759 + "license": "MIT",
28760 + "funding": {
28761 + "type": "github",
28762 + "url": "https://github.com/sponsors/wooorm"
28763 + }
28764 + },
28765 + "node_modules/mdast-util-mdx-jsx/node_modules/is-alphanumerical": {
28766 + "version": "2.0.1",
28767 + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
28768 + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
28769 + "license": "MIT",
28770 + "dependencies": {
28771 + "is-alphabetical": "^2.0.0",
28772 + "is-decimal": "^2.0.0"
28773 + },
28774 + "funding": {
28775 + "type": "github",
28776 + "url": "https://github.com/sponsors/wooorm"
28777 + }
28778 + },
28779 + "node_modules/mdast-util-mdx-jsx/node_modules/is-decimal": {
28780 + "version": "2.0.1",
28781 + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
28782 + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
28783 + "license": "MIT",
28784 + "funding": {
28785 + "type": "github",
28786 + "url": "https://github.com/sponsors/wooorm"
28787 + }
28788 + },
28789 + "node_modules/mdast-util-mdx-jsx/node_modules/is-hexadecimal": {
28790 + "version": "2.0.1",
28791 + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
28792 + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
28793 + "license": "MIT",
28794 + "funding": {
28795 + "type": "github",
28796 + "url": "https://github.com/sponsors/wooorm"
28797 + }
28798 + },
28799 + "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-phrasing": {
28800 "version": "4.1.0",
28801 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
28802 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
@@ -28910,7 +28810,7 @@
28810 "url": "https://opencollective.com/unified"
28811 }
28812 },
28913 - "node_modules/mdast-util-gfm-strikethrough/node_modules/mdast-util-to-markdown": {
28813 + "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-to-markdown": {
28814 "version": "2.1.2",
28815 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
28816 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
@@ -28931,7 +28831,7 @@
28831 "url": "https://opencollective.com/unified"
28832 }
28833 },
28934 - "node_modules/mdast-util-gfm-strikethrough/node_modules/micromark-util-character": {
28834 + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-character": {
28835 "version": "2.1.1",
28836 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
28837 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
@@ -28951,7 +28851,7 @@
28851 "micromark-util-types": "^2.0.0"
28852 }
28853 },
28954 - "node_modules/mdast-util-gfm-strikethrough/node_modules/micromark-util-classify-character": {
28854 + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-classify-character": {
28855 "version": "2.0.1",
28856 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
28857 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
@@ -28972,7 +28872,7 @@
28872 "micromark-util-types": "^2.0.0"
28873 }
28874 },
28975 - "node_modules/mdast-util-gfm-strikethrough/node_modules/micromark-util-decode-numeric-character-reference": {
28875 + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-decode-numeric-character-reference": {
28876 "version": "2.0.2",
28877 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
28878 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
@@ -28991,7 +28891,7 @@
28891 "micromark-util-symbol": "^2.0.0"
28892 }
28893 },
28994 - "node_modules/mdast-util-gfm-strikethrough/node_modules/micromark-util-decode-string": {
28894 + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-decode-string": {
28895 "version": "2.0.1",
28896 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
28897 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
@@ -29013,7 +28913,7 @@
28913 "micromark-util-symbol": "^2.0.0"
28914 }
28915 },
29016 - "node_modules/mdast-util-gfm-strikethrough/node_modules/micromark-util-symbol": {
28916 + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-symbol": {
28917 "version": "2.0.1",
28918 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
28919 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
@@ -29029,10 +28929,10 @@
28929 ],
28930 "license": "MIT"
28931 },
29032 - "node_modules/mdast-util-gfm-strikethrough/node_modules/micromark-util-types": {
29033 - "version": "2.0.2",
29034 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
29035 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
28932 + "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-types": {
28933 + "version": "2.0.1",
28934 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
28935 + "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
28936 "funding": [
28937 {
28938 "type": "GitHub Sponsors",
@@ -29045,271 +28945,231 @@
28945 ],
28946 "license": "MIT"
28947 },
29048 - "node_modules/mdast-util-gfm-strikethrough/node_modules/unist-util-is": {
29049 - "version": "6.0.1",
29050 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
29051 - "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
28948 + "node_modules/mdast-util-mdx-jsx/node_modules/parse-entities": {
28949 + "version": "4.0.2",
28950 + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
28951 + "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
28952 "license": "MIT",
28953 "dependencies": {
29054 - "@types/unist": "^3.0.0"
28954 + "@types/unist": "^2.0.0",
28955 + "character-entities-legacy": "^3.0.0",
28956 + "character-reference-invalid": "^2.0.0",
28957 + "decode-named-character-reference": "^1.0.0",
28958 + "is-alphanumerical": "^2.0.0",
28959 + "is-decimal": "^2.0.0",
28960 + "is-hexadecimal": "^2.0.0"
28961 },
28962 "funding": {
29057 - "type": "opencollective",
29058 - "url": "https://opencollective.com/unified"
28963 + "type": "github",
28964 + "url": "https://github.com/sponsors/wooorm"
28965 }
28966 },
29061 - "node_modules/mdast-util-gfm-table": {
29062 - "version": "2.0.0",
29063 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
29064 - "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
28967 + "node_modules/mdast-util-mdx-jsx/node_modules/parse-entities/node_modules/@types/unist": {
28968 + "version": "2.0.11",
28969 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
28970 + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
28971 + "license": "MIT"
28972 + },
28973 + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-is": {
28974 + "version": "6.0.0",
28975 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
28976 + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
28977 "license": "MIT",
28978 "dependencies": {
29067 - "@types/mdast": "^4.0.0",
29068 - "devlop": "^1.0.0",
29069 - "markdown-table": "^3.0.0",
29070 - "mdast-util-from-markdown": "^2.0.0",
29071 - "mdast-util-to-markdown": "^2.0.0"
28979 + "@types/unist": "^3.0.0"
28980 },
28981 "funding": {
28982 "type": "opencollective",
28983 "url": "https://opencollective.com/unified"
28984 }
28985 },
29078 - "node_modules/mdast-util-gfm-table/node_modules/@types/mdast": {
29079 - "version": "4.0.4",
29080 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
29081 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
28986 + "node_modules/mdast-util-mdx/node_modules/@types/debug": {
28987 + "version": "4.1.12",
28988 + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
28989 + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
28990 "license": "MIT",
28991 "dependencies": {
29084 - "@types/unist": "*"
28992 + "@types/ms": "*"
28993 }
28994 },
29087 - "node_modules/mdast-util-gfm-table/node_modules/mdast-util-phrasing": {
29088 - "version": "4.1.0",
29089 - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
29090 - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
28995 + "node_modules/mdast-util-mdx/node_modules/@types/hast": {
28996 + "version": "2.3.10",
28997 + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz",
28998 + "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
28999 "license": "MIT",
29000 "dependencies": {
29093 - "@types/mdast": "^4.0.0",
29094 - "unist-util-is": "^6.0.0"
29095 - },
29096 - "funding": {
29097 - "type": "opencollective",
29098 - "url": "https://opencollective.com/unified"
29001 + "@types/unist": "^2"
29002 }
29003 },
29101 - "node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-markdown": {
29102 - "version": "2.1.2",
29103 - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
29104 - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
29004 + "node_modules/mdast-util-mdx/node_modules/@types/unist": {
29005 + "version": "2.0.11",
29006 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
29007 + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
29008 + "license": "MIT"
29009 + },
29010 + "node_modules/mdast-util-mdx/node_modules/character-entities-legacy": {
29011 + "version": "3.0.0",
29012 + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
29013 + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
29014 "license": "MIT",
29106 - "dependencies": {
29107 - "@types/mdast": "^4.0.0",
29108 - "@types/unist": "^3.0.0",
29109 - "longest-streak": "^3.0.0",
29110 - "mdast-util-phrasing": "^4.0.0",
29111 - "mdast-util-to-string": "^4.0.0",
29112 - "micromark-util-classify-character": "^2.0.0",
29113 - "micromark-util-decode-string": "^2.0.0",
29114 - "unist-util-visit": "^5.0.0",
29115 - "zwitch": "^2.0.0"
29116 - },
29015 "funding": {
29118 - "type": "opencollective",
29119 - "url": "https://opencollective.com/unified"
29016 + "type": "github",
29017 + "url": "https://github.com/sponsors/wooorm"
29018 }
29019 },
29122 - "node_modules/mdast-util-gfm-table/node_modules/micromark-util-character": {
29123 - "version": "2.1.1",
29124 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
29125 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
29126 - "funding": [
29127 - {
29128 - "type": "GitHub Sponsors",
29129 - "url": "https://github.com/sponsors/unifiedjs"
29130 - },
29131 - {
29132 - "type": "OpenCollective",
29133 - "url": "https://opencollective.com/unified"
29134 - }
29135 - ],
29020 + "node_modules/mdast-util-mdx/node_modules/character-reference-invalid": {
29021 + "version": "2.0.1",
29022 + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
29023 + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
29024 "license": "MIT",
29137 - "dependencies": {
29138 - "micromark-util-symbol": "^2.0.0",
29139 - "micromark-util-types": "^2.0.0"
29025 + "funding": {
29026 + "type": "github",
29027 + "url": "https://github.com/sponsors/wooorm"
29028 }
29029 },
29142 - "node_modules/mdast-util-gfm-table/node_modules/micromark-util-classify-character": {
29030 + "node_modules/mdast-util-mdx/node_modules/is-alphabetical": {
29031 "version": "2.0.1",
29144 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
29145 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
29146 - "funding": [
29147 - {
29148 - "type": "GitHub Sponsors",
29149 - "url": "https://github.com/sponsors/unifiedjs"
29150 - },
29151 - {
29152 - "type": "OpenCollective",
29153 - "url": "https://opencollective.com/unified"
29154 - }
29155 - ],
29032 + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
29033 + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
29034 "license": "MIT",
29157 - "dependencies": {
29158 - "micromark-util-character": "^2.0.0",
29159 - "micromark-util-symbol": "^2.0.0",
29160 - "micromark-util-types": "^2.0.0"
29035 + "funding": {
29036 + "type": "github",
29037 + "url": "https://github.com/sponsors/wooorm"
29038 }
29039 },
29163 - "node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-numeric-character-reference": {
29164 - "version": "2.0.2",
29165 - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
29166 - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
29167 - "funding": [
29168 - {
29169 - "type": "GitHub Sponsors",
29170 - "url": "https://github.com/sponsors/unifiedjs"
29171 - },
29172 - {
29173 - "type": "OpenCollective",
29174 - "url": "https://opencollective.com/unified"
29175 - }
29176 - ],
29040 + "node_modules/mdast-util-mdx/node_modules/is-alphanumerical": {
29041 + "version": "2.0.1",
29042 + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
29043 + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
29044 "license": "MIT",
29045 "dependencies": {
29179 - "micromark-util-symbol": "^2.0.0"
29046 + "is-alphabetical": "^2.0.0",
29047 + "is-decimal": "^2.0.0"
29048 + },
29049 + "funding": {
29050 + "type": "github",
29051 + "url": "https://github.com/sponsors/wooorm"
29052 }
29053 },
29182 - "node_modules/mdast-util-gfm-table/node_modules/micromark-util-decode-string": {
29054 + "node_modules/mdast-util-mdx/node_modules/is-decimal": {
29055 "version": "2.0.1",
29184 - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
29185 - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
29186 - "funding": [
29187 - {
29188 - "type": "GitHub Sponsors",
29189 - "url": "https://github.com/sponsors/unifiedjs"
29190 - },
29191 - {
29192 - "type": "OpenCollective",
29193 - "url": "https://opencollective.com/unified"
29194 - }
29195 - ],
29056 + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
29057 + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
29058 "license": "MIT",
29197 - "dependencies": {
29198 - "decode-named-character-reference": "^1.0.0",
29199 - "micromark-util-character": "^2.0.0",
29200 - "micromark-util-decode-numeric-character-reference": "^2.0.0",
29201 - "micromark-util-symbol": "^2.0.0"
29059 + "funding": {
29060 + "type": "github",
29061 + "url": "https://github.com/sponsors/wooorm"
29062 }
29063 },
29204 - "node_modules/mdast-util-gfm-table/node_modules/micromark-util-symbol": {
29064 + "node_modules/mdast-util-mdx/node_modules/is-hexadecimal": {
29065 "version": "2.0.1",
29206 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
29207 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
29208 - "funding": [
29209 - {
29210 - "type": "GitHub Sponsors",
29211 - "url": "https://github.com/sponsors/unifiedjs"
29212 - },
29213 - {
29214 - "type": "OpenCollective",
29215 - "url": "https://opencollective.com/unified"
29216 - }
29217 - ],
29218 - "license": "MIT"
29219 - },
29220 - "node_modules/mdast-util-gfm-table/node_modules/micromark-util-types": {
29221 - "version": "2.0.2",
29222 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
29223 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
29224 - "funding": [
29225 - {
29226 - "type": "GitHub Sponsors",
29227 - "url": "https://github.com/sponsors/unifiedjs"
29228 - },
29229 - {
29230 - "type": "OpenCollective",
29231 - "url": "https://opencollective.com/unified"
29232 - }
29233 - ],
29234 - "license": "MIT"
29066 + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
29067 + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
29068 + "license": "MIT",
29069 + "funding": {
29070 + "type": "github",
29071 + "url": "https://github.com/sponsors/wooorm"
29072 + }
29073 },
29236 - "node_modules/mdast-util-gfm-table/node_modules/unist-util-is": {
29237 - "version": "6.0.1",
29238 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
29239 - "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
29074 + "node_modules/mdast-util-mdx/node_modules/mdast-util-from-markdown": {
29075 + "version": "1.3.1",
29076 + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz",
29077 + "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
29078 "license": "MIT",
29079 "dependencies": {
29242 - "@types/unist": "^3.0.0"
29080 + "@types/mdast": "^3.0.0",
29081 + "@types/unist": "^2.0.0",
29082 + "decode-named-character-reference": "^1.0.0",
29083 + "mdast-util-to-string": "^3.1.0",
29084 + "micromark": "^3.0.0",
29085 + "micromark-util-decode-numeric-character-reference": "^1.0.0",
29086 + "micromark-util-decode-string": "^1.0.0",
29087 + "micromark-util-normalize-identifier": "^1.0.0",
29088 + "micromark-util-symbol": "^1.0.0",
29089 + "micromark-util-types": "^1.0.0",
29090 + "unist-util-stringify-position": "^3.0.0",
29091 + "uvu": "^0.5.0"
29092 },
29093 "funding": {
29094 "type": "opencollective",
29095 "url": "https://opencollective.com/unified"
29096 }
29097 },
29249 - "node_modules/mdast-util-gfm-task-list-item": {
29250 - "version": "2.0.0",
29251 - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
29252 - "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
29098 + "node_modules/mdast-util-mdx/node_modules/mdast-util-mdx-expression": {
29099 + "version": "1.3.2",
29100 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz",
29101 + "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==",
29102 "license": "MIT",
29103 "dependencies": {
29255 - "@types/mdast": "^4.0.0",
29256 - "devlop": "^1.0.0",
29257 - "mdast-util-from-markdown": "^2.0.0",
29258 - "mdast-util-to-markdown": "^2.0.0"
29104 + "@types/estree-jsx": "^1.0.0",
29105 + "@types/hast": "^2.0.0",
29106 + "@types/mdast": "^3.0.0",
29107 + "mdast-util-from-markdown": "^1.0.0",
29108 + "mdast-util-to-markdown": "^1.0.0"
29109 },
29110 "funding": {
29111 "type": "opencollective",
29112 "url": "https://opencollective.com/unified"
29113 }
29114 },
29265 - "node_modules/mdast-util-gfm-task-list-item/node_modules/@types/mdast": {
29266 - "version": "4.0.4",
29267 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
29268 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
29115 + "node_modules/mdast-util-mdx/node_modules/mdast-util-mdx-jsx": {
29116 + "version": "2.1.4",
29117 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz",
29118 + "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==",
29119 "license": "MIT",
29120 "dependencies": {
29271 - "@types/unist": "*"
29121 + "@types/estree-jsx": "^1.0.0",
29122 + "@types/hast": "^2.0.0",
29123 + "@types/mdast": "^3.0.0",
29124 + "@types/unist": "^2.0.0",
29125 + "ccount": "^2.0.0",
29126 + "mdast-util-from-markdown": "^1.1.0",
29127 + "mdast-util-to-markdown": "^1.3.0",
29128 + "parse-entities": "^4.0.0",
29129 + "stringify-entities": "^4.0.0",
29130 + "unist-util-remove-position": "^4.0.0",
29131 + "unist-util-stringify-position": "^3.0.0",
29132 + "vfile-message": "^3.0.0"
29133 + },
29134 + "funding": {
29135 + "type": "opencollective",
29136 + "url": "https://opencollective.com/unified"
29137 }
29138 },
29274 - "node_modules/mdast-util-gfm-task-list-item/node_modules/mdast-util-phrasing": {
29275 - "version": "4.1.0",
29276 - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
29277 - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
29139 + "node_modules/mdast-util-mdx/node_modules/mdast-util-mdxjs-esm": {
29140 + "version": "1.3.1",
29141 + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.1.tgz",
29142 + "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==",
29143 "license": "MIT",
29144 "dependencies": {
29280 - "@types/mdast": "^4.0.0",
29281 - "unist-util-is": "^6.0.0"
29145 + "@types/estree-jsx": "^1.0.0",
29146 + "@types/hast": "^2.0.0",
29147 + "@types/mdast": "^3.0.0",
29148 + "mdast-util-from-markdown": "^1.0.0",
29149 + "mdast-util-to-markdown": "^1.0.0"
29150 },
29151 "funding": {
29152 "type": "opencollective",
29153 "url": "https://opencollective.com/unified"
29154 }
29155 },
29288 - "node_modules/mdast-util-gfm-task-list-item/node_modules/mdast-util-to-markdown": {
29289 - "version": "2.1.2",
29290 - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
29291 - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
29156 + "node_modules/mdast-util-mdx/node_modules/mdast-util-to-string": {
29157 + "version": "3.2.0",
29158 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
29159 + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
29160 "license": "MIT",
29161 "dependencies": {
29294 - "@types/mdast": "^4.0.0",
29295 - "@types/unist": "^3.0.0",
29296 - "longest-streak": "^3.0.0",
29297 - "mdast-util-phrasing": "^4.0.0",
29298 - "mdast-util-to-string": "^4.0.0",
29299 - "micromark-util-classify-character": "^2.0.0",
29300 - "micromark-util-decode-string": "^2.0.0",
29301 - "unist-util-visit": "^5.0.0",
29302 - "zwitch": "^2.0.0"
29162 + "@types/mdast": "^3.0.0"
29163 },
29164 "funding": {
29165 "type": "opencollective",
29166 "url": "https://opencollective.com/unified"
29167 }
29168 },
29309 - "node_modules/mdast-util-gfm-task-list-item/node_modules/micromark-util-character": {
29310 - "version": "2.1.1",
29311 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
29312 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
29169 + "node_modules/mdast-util-mdx/node_modules/micromark": {
29170 + "version": "3.2.0",
29171 + "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz",
29172 + "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
29173 "funding": [
29174 {
29175 "type": "GitHub Sponsors",
@@ -29322,118 +29182,90 @@
29182 ],
29183 "license": "MIT",
29184 "dependencies": {
29325 - "micromark-util-symbol": "^2.0.0",
29326 - "micromark-util-types": "^2.0.0"
29185 + "@types/debug": "^4.0.0",
29186 + "debug": "^4.0.0",
29187 + "decode-named-character-reference": "^1.0.0",
29188 + "micromark-core-commonmark": "^1.0.1",
29189 + "micromark-factory-space": "^1.0.0",
29190 + "micromark-util-character": "^1.0.0",
29191 + "micromark-util-chunked": "^1.0.0",
29192 + "micromark-util-combine-extensions": "^1.0.0",
29193 + "micromark-util-decode-numeric-character-reference": "^1.0.0",
29194 + "micromark-util-encode": "^1.0.0",
29195 + "micromark-util-normalize-identifier": "^1.0.0",
29196 + "micromark-util-resolve-all": "^1.0.0",
29197 + "micromark-util-sanitize-uri": "^1.0.0",
29198 + "micromark-util-subtokenize": "^1.0.0",
29199 + "micromark-util-symbol": "^1.0.0",
29200 + "micromark-util-types": "^1.0.1",
29201 + "uvu": "^0.5.0"
29202 }
29203 },
29329 - "node_modules/mdast-util-gfm-task-list-item/node_modules/micromark-util-classify-character": {
29330 - "version": "2.0.1",
29331 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
29332 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
29333 - "funding": [
29334 - {
29335 - "type": "GitHub Sponsors",
29336 - "url": "https://github.com/sponsors/unifiedjs"
29337 - },
29338 - {
29339 - "type": "OpenCollective",
29340 - "url": "https://opencollective.com/unified"
29341 - }
29342 - ],
29204 + "node_modules/mdast-util-mdx/node_modules/parse-entities": {
29205 + "version": "4.0.2",
29206 + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
29207 + "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
29208 "license": "MIT",
29209 "dependencies": {
29345 - "micromark-util-character": "^2.0.0",
29346 - "micromark-util-symbol": "^2.0.0",
29347 - "micromark-util-types": "^2.0.0"
29210 + "@types/unist": "^2.0.0",
29211 + "character-entities-legacy": "^3.0.0",
29212 + "character-reference-invalid": "^2.0.0",
29213 + "decode-named-character-reference": "^1.0.0",
29214 + "is-alphanumerical": "^2.0.0",
29215 + "is-decimal": "^2.0.0",
29216 + "is-hexadecimal": "^2.0.0"
29217 + },
29218 + "funding": {
29219 + "type": "github",
29220 + "url": "https://github.com/sponsors/wooorm"
29221 }
29222 },
29350 - "node_modules/mdast-util-gfm-task-list-item/node_modules/micromark-util-decode-numeric-character-reference": {
29351 - "version": "2.0.2",
29352 - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
29353 - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
29354 - "funding": [
29355 - {
29356 - "type": "GitHub Sponsors",
29357 - "url": "https://github.com/sponsors/unifiedjs"
29358 - },
29359 - {
29360 - "type": "OpenCollective",
29361 - "url": "https://opencollective.com/unified"
29362 - }
29363 - ],
29223 + "node_modules/mdast-util-mdx/node_modules/unist-util-stringify-position": {
29224 + "version": "3.0.3",
29225 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
29226 + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
29227 "license": "MIT",
29228 "dependencies": {
29366 - "micromark-util-symbol": "^2.0.0"
29229 + "@types/unist": "^2.0.0"
29230 + },
29231 + "funding": {
29232 + "type": "opencollective",
29233 + "url": "https://opencollective.com/unified"
29234 }
29235 },
29369 - "node_modules/mdast-util-gfm-task-list-item/node_modules/micromark-util-decode-string": {
29370 - "version": "2.0.1",
29371 - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
29372 - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
29373 - "funding": [
29374 - {
29375 - "type": "GitHub Sponsors",
29376 - "url": "https://github.com/sponsors/unifiedjs"
29377 - },
29378 - {
29379 - "type": "OpenCollective",
29380 - "url": "https://opencollective.com/unified"
29381 - }
29382 - ],
29236 + "node_modules/mdast-util-mdx/node_modules/vfile-message": {
29237 + "version": "3.1.4",
29238 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
29239 + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
29240 "license": "MIT",
29241 "dependencies": {
29385 - "decode-named-character-reference": "^1.0.0",
29386 - "micromark-util-character": "^2.0.0",
29387 - "micromark-util-decode-numeric-character-reference": "^2.0.0",
29388 - "micromark-util-symbol": "^2.0.0"
29242 + "@types/unist": "^2.0.0",
29243 + "unist-util-stringify-position": "^3.0.0"
29244 + },
29245 + "funding": {
29246 + "type": "opencollective",
29247 + "url": "https://opencollective.com/unified"
29248 }
29249 },
29391 - "node_modules/mdast-util-gfm-task-list-item/node_modules/micromark-util-symbol": {
29250 + "node_modules/mdast-util-mdxjs-esm": {
29251 "version": "2.0.1",
29393 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
29394 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
29395 - "funding": [
29396 - {
29397 - "type": "GitHub Sponsors",
29398 - "url": "https://github.com/sponsors/unifiedjs"
29399 - },
29400 - {
29401 - "type": "OpenCollective",
29402 - "url": "https://opencollective.com/unified"
29403 - }
29404 - ],
29405 - "license": "MIT"
29406 - },
29407 - "node_modules/mdast-util-gfm-task-list-item/node_modules/micromark-util-types": {
29408 - "version": "2.0.2",
29409 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
29410 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
29411 - "funding": [
29412 - {
29413 - "type": "GitHub Sponsors",
29414 - "url": "https://github.com/sponsors/unifiedjs"
29415 - },
29416 - {
29417 - "type": "OpenCollective",
29418 - "url": "https://opencollective.com/unified"
29419 - }
29420 - ],
29421 - "license": "MIT"
29422 - },
29423 - "node_modules/mdast-util-gfm-task-list-item/node_modules/unist-util-is": {
29424 - "version": "6.0.1",
29425 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
29426 - "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
29252 + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
29253 + "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
29254 "license": "MIT",
29255 "dependencies": {
29429 - "@types/unist": "^3.0.0"
29256 + "@types/estree-jsx": "^1.0.0",
29257 + "@types/hast": "^3.0.0",
29258 + "@types/mdast": "^4.0.0",
29259 + "devlop": "^1.0.0",
29260 + "mdast-util-from-markdown": "^2.0.0",
29261 + "mdast-util-to-markdown": "^2.0.0"
29262 },
29263 "funding": {
29264 "type": "opencollective",
29265 "url": "https://opencollective.com/unified"
29266 }
29267 },
29436 - "node_modules/mdast-util-gfm/node_modules/@types/mdast": {
29268 + "node_modules/mdast-util-mdxjs-esm/node_modules/@types/mdast": {
29269 "version": "4.0.4",
29270 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
29271 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
@@ -29442,7 +29274,7 @@
29274 "@types/unist": "*"
29275 }
29276 },
29445 - "node_modules/mdast-util-gfm/node_modules/mdast-util-phrasing": {
29277 + "node_modules/mdast-util-mdxjs-esm/node_modules/mdast-util-phrasing": {
29278 "version": "4.1.0",
29279 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
29280 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
@@ -29456,7 +29288,7 @@
29288 "url": "https://opencollective.com/unified"
29289 }
29290 },
29459 - "node_modules/mdast-util-gfm/node_modules/mdast-util-to-markdown": {
29291 + "node_modules/mdast-util-mdxjs-esm/node_modules/mdast-util-to-markdown": {
29292 "version": "2.1.2",
29293 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
29294 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
@@ -29477,7 +29309,7 @@
29309 "url": "https://opencollective.com/unified"
29310 }
29311 },
29480 - "node_modules/mdast-util-gfm/node_modules/micromark-util-character": {
29312 + "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-character": {
29313 "version": "2.1.1",
29314 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
29315 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
@@ -29497,7 +29329,7 @@
29329 "micromark-util-types": "^2.0.0"
29330 }
29331 },
29500 - "node_modules/mdast-util-gfm/node_modules/micromark-util-classify-character": {
29332 + "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-classify-character": {
29333 "version": "2.0.1",
29334 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
29335 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
@@ -29518,7 +29350,7 @@
29350 "micromark-util-types": "^2.0.0"
29351 }
29352 },
29521 - "node_modules/mdast-util-gfm/node_modules/micromark-util-decode-numeric-character-reference": {
29353 + "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-decode-numeric-character-reference": {
29354 "version": "2.0.2",
29355 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
29356 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
@@ -29537,7 +29369,7 @@
29369 "micromark-util-symbol": "^2.0.0"
29370 }
29371 },
29540 - "node_modules/mdast-util-gfm/node_modules/micromark-util-decode-string": {
29372 + "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-decode-string": {
29373 "version": "2.0.1",
29374 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
29375 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
@@ -29559,7 +29391,7 @@
29391 "micromark-util-symbol": "^2.0.0"
29392 }
29393 },
29562 - "node_modules/mdast-util-gfm/node_modules/micromark-util-symbol": {
29394 + "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-symbol": {
29395 "version": "2.0.1",
29396 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
29397 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
@@ -29575,10 +29407,10 @@
29407 ],
29408 "license": "MIT"
29409 },
29578 - "node_modules/mdast-util-gfm/node_modules/micromark-util-types": {
29579 - "version": "2.0.2",
29580 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
29581 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
29410 + "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-types": {
29411 + "version": "2.0.1",
29412 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
29413 + "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
29414 "funding": [
29415 {
29416 "type": "GitHub Sponsors",
@@ -29591,10 +29423,10 @@
29423 ],
29424 "license": "MIT"
29425 },
29594 - "node_modules/mdast-util-gfm/node_modules/unist-util-is": {
29595 - "version": "6.0.1",
29596 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
29597 - "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
29426 + "node_modules/mdast-util-mdxjs-esm/node_modules/unist-util-is": {
29427 + "version": "6.0.0",
29428 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
29429 + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
29430 "license": "MIT",
29431 "dependencies": {
29432 "@types/unist": "^3.0.0"
@@ -29604,337 +29436,94 @@
29436 "url": "https://opencollective.com/unified"
29437 }
29438 },
29607 - "node_modules/mdast-util-mdx": {
29608 - "version": "2.0.1",
29609 - "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz",
29610 - "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==",
29439 + "node_modules/mdast-util-phrasing": {
29440 + "version": "3.0.1",
29441 + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz",
29442 + "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==",
29443 "license": "MIT",
29444 "dependencies": {
29613 - "mdast-util-from-markdown": "^1.0.0",
29614 - "mdast-util-mdx-expression": "^1.0.0",
29615 - "mdast-util-mdx-jsx": "^2.0.0",
29616 - "mdast-util-mdxjs-esm": "^1.0.0",
29617 - "mdast-util-to-markdown": "^1.0.0"
29445 + "@types/mdast": "^3.0.0",
29446 + "unist-util-is": "^5.0.0"
29447 },
29448 "funding": {
29449 "type": "opencollective",
29450 "url": "https://opencollective.com/unified"
29451 }
29452 },
29624 - "node_modules/mdast-util-mdx-expression": {
29625 - "version": "2.0.1",
29626 - "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
29627 - "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
29453 + "node_modules/mdast-util-to-hast": {
29454 + "version": "10.2.0",
29455 + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz",
29456 + "integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==",
29457 "license": "MIT",
29458 "dependencies": {
29630 - "@types/estree-jsx": "^1.0.0",
29631 - "@types/hast": "^3.0.0",
29632 - "@types/mdast": "^4.0.0",
29633 - "devlop": "^1.0.0",
29634 - "mdast-util-from-markdown": "^2.0.0",
29635 - "mdast-util-to-markdown": "^2.0.0"
29459 + "@types/mdast": "^3.0.0",
29460 + "@types/unist": "^2.0.0",
29461 + "mdast-util-definitions": "^4.0.0",
29462 + "mdurl": "^1.0.0",
29463 + "unist-builder": "^2.0.0",
29464 + "unist-util-generated": "^1.0.0",
29465 + "unist-util-position": "^3.0.0",
29466 + "unist-util-visit": "^2.0.0"
29467 },
29468 "funding": {
29469 "type": "opencollective",
29470 "url": "https://opencollective.com/unified"
29471 }
29472 },
29642 - "node_modules/mdast-util-mdx-expression/node_modules/@types/mdast": {
29643 - "version": "4.0.4",
29644 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
29645 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
29646 - "license": "MIT",
29647 - "dependencies": {
29648 - "@types/unist": "*"
29649 - }
29650 - },
29651 - "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-phrasing": {
29652 - "version": "4.1.0",
29653 - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
29654 - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
29655 - "license": "MIT",
29656 - "dependencies": {
29657 - "@types/mdast": "^4.0.0",
29658 - "unist-util-is": "^6.0.0"
29659 - },
29660 - "funding": {
29661 - "type": "opencollective",
29662 - "url": "https://opencollective.com/unified"
29663 - }
29664 - },
29665 - "node_modules/mdast-util-mdx-expression/node_modules/mdast-util-to-markdown": {
29666 - "version": "2.1.2",
29667 - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
29668 - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
29669 - "license": "MIT",
29670 - "dependencies": {
29671 - "@types/mdast": "^4.0.0",
29672 - "@types/unist": "^3.0.0",
29673 - "longest-streak": "^3.0.0",
29674 - "mdast-util-phrasing": "^4.0.0",
29675 - "mdast-util-to-string": "^4.0.0",
29676 - "micromark-util-classify-character": "^2.0.0",
29677 - "micromark-util-decode-string": "^2.0.0",
29678 - "unist-util-visit": "^5.0.0",
29679 - "zwitch": "^2.0.0"
29680 - },
29681 - "funding": {
29682 - "type": "opencollective",
29683 - "url": "https://opencollective.com/unified"
29684 - }
29685 - },
29686 - "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-character": {
29687 - "version": "2.1.1",
29688 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
29689 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
29690 - "funding": [
29691 - {
29692 - "type": "GitHub Sponsors",
29693 - "url": "https://github.com/sponsors/unifiedjs"
29694 - },
29695 - {
29696 - "type": "OpenCollective",
29697 - "url": "https://opencollective.com/unified"
29698 - }
29699 - ],
29700 - "license": "MIT",
29701 - "dependencies": {
29702 - "micromark-util-symbol": "^2.0.0",
29703 - "micromark-util-types": "^2.0.0"
29704 - }
29705 - },
29706 - "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-classify-character": {
29707 - "version": "2.0.1",
29708 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
29709 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
29710 - "funding": [
29711 - {
29712 - "type": "GitHub Sponsors",
29713 - "url": "https://github.com/sponsors/unifiedjs"
29714 - },
29715 - {
29716 - "type": "OpenCollective",
29717 - "url": "https://opencollective.com/unified"
29718 - }
29719 - ],
29720 - "license": "MIT",
29721 - "dependencies": {
29722 - "micromark-util-character": "^2.0.0",
29723 - "micromark-util-symbol": "^2.0.0",
29724 - "micromark-util-types": "^2.0.0"
29725 - }
29726 - },
29727 - "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-decode-numeric-character-reference": {
29728 - "version": "2.0.2",
29729 - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
29730 - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
29731 - "funding": [
29732 - {
29733 - "type": "GitHub Sponsors",
29734 - "url": "https://github.com/sponsors/unifiedjs"
29735 - },
29736 - {
29737 - "type": "OpenCollective",
29738 - "url": "https://opencollective.com/unified"
29739 - }
29740 - ],
29741 - "license": "MIT",
29742 - "dependencies": {
29743 - "micromark-util-symbol": "^2.0.0"
29744 - }
29745 - },
29746 - "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-decode-string": {
29747 - "version": "2.0.1",
29748 - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
29749 - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
29750 - "funding": [
29751 - {
29752 - "type": "GitHub Sponsors",
29753 - "url": "https://github.com/sponsors/unifiedjs"
29754 - },
29755 - {
29756 - "type": "OpenCollective",
29757 - "url": "https://opencollective.com/unified"
29758 - }
29759 - ],
29760 - "license": "MIT",
29761 - "dependencies": {
29762 - "decode-named-character-reference": "^1.0.0",
29763 - "micromark-util-character": "^2.0.0",
29764 - "micromark-util-decode-numeric-character-reference": "^2.0.0",
29765 - "micromark-util-symbol": "^2.0.0"
29766 - }
29767 - },
29768 - "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-symbol": {
29769 - "version": "2.0.1",
29770 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
29771 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
29772 - "funding": [
29773 - {
29774 - "type": "GitHub Sponsors",
29775 - "url": "https://github.com/sponsors/unifiedjs"
29776 - },
29777 - {
29778 - "type": "OpenCollective",
29779 - "url": "https://opencollective.com/unified"
29780 - }
29781 - ],
29782 - "license": "MIT"
29783 - },
29784 - "node_modules/mdast-util-mdx-expression/node_modules/micromark-util-types": {
29785 - "version": "2.0.1",
29786 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
29787 - "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
29788 - "funding": [
29789 - {
29790 - "type": "GitHub Sponsors",
29791 - "url": "https://github.com/sponsors/unifiedjs"
29792 - },
29793 - {
29794 - "type": "OpenCollective",
29795 - "url": "https://opencollective.com/unified"
29796 - }
29797 - ],
29473 + "node_modules/mdast-util-to-hast/node_modules/@types/unist": {
29474 + "version": "2.0.11",
29475 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
29476 + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
29477 "license": "MIT"
29478 },
29800 - "node_modules/mdast-util-mdx-expression/node_modules/unist-util-is": {
29801 - "version": "6.0.0",
29802 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
29803 - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
29479 + "node_modules/mdast-util-to-hast/node_modules/unist-util-is": {
29480 + "version": "4.1.0",
29481 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
29482 + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
29483 "license": "MIT",
29805 - "dependencies": {
29806 - "@types/unist": "^3.0.0"
29807 - },
29484 "funding": {
29485 "type": "opencollective",
29486 "url": "https://opencollective.com/unified"
29487 }
29488 },
29813 - "node_modules/mdast-util-mdx-jsx": {
29814 - "version": "3.1.3",
29815 - "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.3.tgz",
29816 - "integrity": "sha512-bfOjvNt+1AcbPLTFMFWY149nJz0OjmewJs3LQQ5pIyVGxP4CdOqNVJL6kTaM5c68p8q82Xv3nCyFfUnuEcH3UQ==",
29489 + "node_modules/mdast-util-to-hast/node_modules/unist-util-position": {
29490 + "version": "3.1.0",
29491 + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
29492 + "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
29493 "license": "MIT",
29818 - "dependencies": {
29819 - "@types/estree-jsx": "^1.0.0",
29820 - "@types/hast": "^3.0.0",
29821 - "@types/mdast": "^4.0.0",
29822 - "@types/unist": "^3.0.0",
29823 - "ccount": "^2.0.0",
29824 - "devlop": "^1.1.0",
29825 - "mdast-util-from-markdown": "^2.0.0",
29826 - "mdast-util-to-markdown": "^2.0.0",
29827 - "parse-entities": "^4.0.0",
29828 - "stringify-entities": "^4.0.0",
29829 - "unist-util-stringify-position": "^4.0.0",
29830 - "vfile-message": "^4.0.0"
29831 - },
29494 "funding": {
29495 "type": "opencollective",
29496 "url": "https://opencollective.com/unified"
29497 }
29498 },
29837 - "node_modules/mdast-util-mdx-jsx/node_modules/@types/mdast": {
29838 - "version": "4.0.4",
29839 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
29840 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
29841 - "license": "MIT",
29842 - "dependencies": {
29843 - "@types/unist": "*"
29844 - }
29845 - },
29846 - "node_modules/mdast-util-mdx-jsx/node_modules/character-entities-legacy": {
29847 - "version": "3.0.0",
29848 - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
29849 - "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
29850 - "license": "MIT",
29851 - "funding": {
29852 - "type": "github",
29853 - "url": "https://github.com/sponsors/wooorm"
29854 - }
29855 - },
29856 - "node_modules/mdast-util-mdx-jsx/node_modules/character-reference-invalid": {
29857 - "version": "2.0.1",
29858 - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
29859 - "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
29860 - "license": "MIT",
29861 - "funding": {
29862 - "type": "github",
29863 - "url": "https://github.com/sponsors/wooorm"
29864 - }
29865 - },
29866 - "node_modules/mdast-util-mdx-jsx/node_modules/is-alphabetical": {
29867 - "version": "2.0.1",
29868 - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
29869 - "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
29870 - "license": "MIT",
29871 - "funding": {
29872 - "type": "github",
29873 - "url": "https://github.com/sponsors/wooorm"
29874 - }
29875 - },
29876 - "node_modules/mdast-util-mdx-jsx/node_modules/is-alphanumerical": {
29877 - "version": "2.0.1",
29878 - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
29879 - "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
29880 - "license": "MIT",
29881 - "dependencies": {
29882 - "is-alphabetical": "^2.0.0",
29883 - "is-decimal": "^2.0.0"
29884 - },
29885 - "funding": {
29886 - "type": "github",
29887 - "url": "https://github.com/sponsors/wooorm"
29888 - }
29889 - },
29890 - "node_modules/mdast-util-mdx-jsx/node_modules/is-decimal": {
29891 - "version": "2.0.1",
29892 - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
29893 - "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
29894 - "license": "MIT",
29895 - "funding": {
29896 - "type": "github",
29897 - "url": "https://github.com/sponsors/wooorm"
29898 - }
29899 - },
29900 - "node_modules/mdast-util-mdx-jsx/node_modules/is-hexadecimal": {
29901 - "version": "2.0.1",
29902 - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
29903 - "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
29904 - "license": "MIT",
29905 - "funding": {
29906 - "type": "github",
29907 - "url": "https://github.com/sponsors/wooorm"
29908 - }
29909 - },
29910 - "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-phrasing": {
29911 - "version": "4.1.0",
29912 - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
29913 - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
29499 + "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
29500 + "version": "2.0.3",
29501 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
29502 + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
29503 "license": "MIT",
29504 "dependencies": {
29916 - "@types/mdast": "^4.0.0",
29917 - "unist-util-is": "^6.0.0"
29505 + "@types/unist": "^2.0.0",
29506 + "unist-util-is": "^4.0.0",
29507 + "unist-util-visit-parents": "^3.0.0"
29508 },
29509 "funding": {
29510 "type": "opencollective",
29511 "url": "https://opencollective.com/unified"
29512 }
29513 },
29924 - "node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-to-markdown": {
29925 - "version": "2.1.2",
29926 - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
29927 - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
29514 + "node_modules/mdast-util-to-markdown": {
29515 + "version": "1.5.0",
29516 + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz",
29517 + "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==",
29518 "license": "MIT",
29519 "dependencies": {
29930 - "@types/mdast": "^4.0.0",
29931 - "@types/unist": "^3.0.0",
29520 + "@types/mdast": "^3.0.0",
29521 + "@types/unist": "^2.0.0",
29522 "longest-streak": "^3.0.0",
29933 - "mdast-util-phrasing": "^4.0.0",
29934 - "mdast-util-to-string": "^4.0.0",
29935 - "micromark-util-classify-character": "^2.0.0",
29936 - "micromark-util-decode-string": "^2.0.0",
29937 - "unist-util-visit": "^5.0.0",
29523 + "mdast-util-phrasing": "^3.0.0",
29524 + "mdast-util-to-string": "^3.0.0",
29525 + "micromark-util-decode-string": "^1.0.0",
29526 + "unist-util-visit": "^4.0.0",
29527 "zwitch": "^2.0.0"
29528 },
29529 "funding": {
@@ -29942,707 +29531,7 @@
29531 "url": "https://opencollective.com/unified"
29532 }
29533 },
29945 - "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-character": {
29946 - "version": "2.1.1",
29947 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
29948 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
29949 - "funding": [
29950 - {
29951 - "type": "GitHub Sponsors",
29952 - "url": "https://github.com/sponsors/unifiedjs"
29953 - },
29954 - {
29955 - "type": "OpenCollective",
29956 - "url": "https://opencollective.com/unified"
29957 - }
29958 - ],
29959 - "license": "MIT",
29960 - "dependencies": {
29961 - "micromark-util-symbol": "^2.0.0",
29962 - "micromark-util-types": "^2.0.0"
29963 - }
29964 - },
29965 - "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-classify-character": {
29966 - "version": "2.0.1",
29967 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
29968 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
29969 - "funding": [
29970 - {
29971 - "type": "GitHub Sponsors",
29972 - "url": "https://github.com/sponsors/unifiedjs"
29973 - },
29974 - {
29975 - "type": "OpenCollective",
29976 - "url": "https://opencollective.com/unified"
29977 - }
29978 - ],
29979 - "license": "MIT",
29980 - "dependencies": {
29981 - "micromark-util-character": "^2.0.0",
29982 - "micromark-util-symbol": "^2.0.0",
29983 - "micromark-util-types": "^2.0.0"
29984 - }
29985 - },
29986 - "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-decode-numeric-character-reference": {
29987 - "version": "2.0.2",
29988 - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
29989 - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
29990 - "funding": [
29991 - {
29992 - "type": "GitHub Sponsors",
29993 - "url": "https://github.com/sponsors/unifiedjs"
29994 - },
29995 - {
29996 - "type": "OpenCollective",
29997 - "url": "https://opencollective.com/unified"
29998 - }
29999 - ],
30000 - "license": "MIT",
30001 - "dependencies": {
30002 - "micromark-util-symbol": "^2.0.0"
30003 - }
30004 - },
30005 - "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-decode-string": {
30006 - "version": "2.0.1",
30007 - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
30008 - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
30009 - "funding": [
30010 - {
30011 - "type": "GitHub Sponsors",
30012 - "url": "https://github.com/sponsors/unifiedjs"
30013 - },
30014 - {
30015 - "type": "OpenCollective",
30016 - "url": "https://opencollective.com/unified"
30017 - }
30018 - ],
30019 - "license": "MIT",
30020 - "dependencies": {
30021 - "decode-named-character-reference": "^1.0.0",
30022 - "micromark-util-character": "^2.0.0",
30023 - "micromark-util-decode-numeric-character-reference": "^2.0.0",
30024 - "micromark-util-symbol": "^2.0.0"
30025 - }
30026 - },
30027 - "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-symbol": {
30028 - "version": "2.0.1",
30029 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
30030 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
30031 - "funding": [
30032 - {
30033 - "type": "GitHub Sponsors",
30034 - "url": "https://github.com/sponsors/unifiedjs"
30035 - },
30036 - {
30037 - "type": "OpenCollective",
30038 - "url": "https://opencollective.com/unified"
30039 - }
30040 - ],
30041 - "license": "MIT"
30042 - },
30043 - "node_modules/mdast-util-mdx-jsx/node_modules/micromark-util-types": {
30044 - "version": "2.0.1",
30045 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
30046 - "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
30047 - "funding": [
30048 - {
30049 - "type": "GitHub Sponsors",
30050 - "url": "https://github.com/sponsors/unifiedjs"
30051 - },
30052 - {
30053 - "type": "OpenCollective",
30054 - "url": "https://opencollective.com/unified"
30055 - }
30056 - ],
30057 - "license": "MIT"
30058 - },
30059 - "node_modules/mdast-util-mdx-jsx/node_modules/parse-entities": {
30060 - "version": "4.0.2",
30061 - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
30062 - "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
30063 - "license": "MIT",
30064 - "dependencies": {
30065 - "@types/unist": "^2.0.0",
30066 - "character-entities-legacy": "^3.0.0",
30067 - "character-reference-invalid": "^2.0.0",
30068 - "decode-named-character-reference": "^1.0.0",
30069 - "is-alphanumerical": "^2.0.0",
30070 - "is-decimal": "^2.0.0",
30071 - "is-hexadecimal": "^2.0.0"
30072 - },
30073 - "funding": {
30074 - "type": "github",
30075 - "url": "https://github.com/sponsors/wooorm"
30076 - }
30077 - },
30078 - "node_modules/mdast-util-mdx-jsx/node_modules/parse-entities/node_modules/@types/unist": {
30079 - "version": "2.0.11",
30080 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
30081 - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
30082 - "license": "MIT"
30083 - },
30084 - "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-is": {
30085 - "version": "6.0.0",
30086 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
30087 - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
30088 - "license": "MIT",
30089 - "dependencies": {
30090 - "@types/unist": "^3.0.0"
30091 - },
30092 - "funding": {
30093 - "type": "opencollective",
30094 - "url": "https://opencollective.com/unified"
30095 - }
30096 - },
30097 - "node_modules/mdast-util-mdx/node_modules/@types/debug": {
30098 - "version": "4.1.12",
30099 - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
30100 - "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
30101 - "license": "MIT",
30102 - "dependencies": {
30103 - "@types/ms": "*"
30104 - }
30105 - },
30106 - "node_modules/mdast-util-mdx/node_modules/@types/hast": {
30107 - "version": "2.3.10",
30108 - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz",
30109 - "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
30110 - "license": "MIT",
30111 - "dependencies": {
30112 - "@types/unist": "^2"
30113 - }
30114 - },
30115 - "node_modules/mdast-util-mdx/node_modules/@types/unist": {
30116 - "version": "2.0.11",
30117 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
30118 - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
30119 - "license": "MIT"
30120 - },
30121 - "node_modules/mdast-util-mdx/node_modules/character-entities-legacy": {
30122 - "version": "3.0.0",
30123 - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
30124 - "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
30125 - "license": "MIT",
30126 - "funding": {
30127 - "type": "github",
30128 - "url": "https://github.com/sponsors/wooorm"
30129 - }
30130 - },
30131 - "node_modules/mdast-util-mdx/node_modules/character-reference-invalid": {
30132 - "version": "2.0.1",
30133 - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
30134 - "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
30135 - "license": "MIT",
30136 - "funding": {
30137 - "type": "github",
30138 - "url": "https://github.com/sponsors/wooorm"
30139 - }
30140 - },
30141 - "node_modules/mdast-util-mdx/node_modules/is-alphabetical": {
30142 - "version": "2.0.1",
30143 - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
30144 - "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
30145 - "license": "MIT",
30146 - "funding": {
30147 - "type": "github",
30148 - "url": "https://github.com/sponsors/wooorm"
30149 - }
30150 - },
30151 - "node_modules/mdast-util-mdx/node_modules/is-alphanumerical": {
30152 - "version": "2.0.1",
30153 - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
30154 - "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
30155 - "license": "MIT",
30156 - "dependencies": {
30157 - "is-alphabetical": "^2.0.0",
30158 - "is-decimal": "^2.0.0"
30159 - },
30160 - "funding": {
30161 - "type": "github",
30162 - "url": "https://github.com/sponsors/wooorm"
30163 - }
30164 - },
30165 - "node_modules/mdast-util-mdx/node_modules/is-decimal": {
30166 - "version": "2.0.1",
30167 - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
30168 - "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
30169 - "license": "MIT",
30170 - "funding": {
30171 - "type": "github",
30172 - "url": "https://github.com/sponsors/wooorm"
30173 - }
30174 - },
30175 - "node_modules/mdast-util-mdx/node_modules/is-hexadecimal": {
30176 - "version": "2.0.1",
30177 - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
30178 - "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
30179 - "license": "MIT",
30180 - "funding": {
30181 - "type": "github",
30182 - "url": "https://github.com/sponsors/wooorm"
30183 - }
30184 - },
30185 - "node_modules/mdast-util-mdx/node_modules/mdast-util-from-markdown": {
30186 - "version": "1.3.1",
30187 - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz",
30188 - "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
30189 - "license": "MIT",
30190 - "dependencies": {
30191 - "@types/mdast": "^3.0.0",
30192 - "@types/unist": "^2.0.0",
30193 - "decode-named-character-reference": "^1.0.0",
30194 - "mdast-util-to-string": "^3.1.0",
30195 - "micromark": "^3.0.0",
30196 - "micromark-util-decode-numeric-character-reference": "^1.0.0",
30197 - "micromark-util-decode-string": "^1.0.0",
30198 - "micromark-util-normalize-identifier": "^1.0.0",
30199 - "micromark-util-symbol": "^1.0.0",
30200 - "micromark-util-types": "^1.0.0",
30201 - "unist-util-stringify-position": "^3.0.0",
30202 - "uvu": "^0.5.0"
30203 - },
30204 - "funding": {
30205 - "type": "opencollective",
30206 - "url": "https://opencollective.com/unified"
30207 - }
30208 - },
30209 - "node_modules/mdast-util-mdx/node_modules/mdast-util-mdx-expression": {
30210 - "version": "1.3.2",
30211 - "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz",
30212 - "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==",
30213 - "license": "MIT",
30214 - "dependencies": {
30215 - "@types/estree-jsx": "^1.0.0",
30216 - "@types/hast": "^2.0.0",
30217 - "@types/mdast": "^3.0.0",
30218 - "mdast-util-from-markdown": "^1.0.0",
30219 - "mdast-util-to-markdown": "^1.0.0"
30220 - },
30221 - "funding": {
30222 - "type": "opencollective",
30223 - "url": "https://opencollective.com/unified"
30224 - }
30225 - },
30226 - "node_modules/mdast-util-mdx/node_modules/mdast-util-mdx-jsx": {
30227 - "version": "2.1.4",
30228 - "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz",
30229 - "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==",
30230 - "license": "MIT",
30231 - "dependencies": {
30232 - "@types/estree-jsx": "^1.0.0",
30233 - "@types/hast": "^2.0.0",
30234 - "@types/mdast": "^3.0.0",
30235 - "@types/unist": "^2.0.0",
30236 - "ccount": "^2.0.0",
30237 - "mdast-util-from-markdown": "^1.1.0",
30238 - "mdast-util-to-markdown": "^1.3.0",
30239 - "parse-entities": "^4.0.0",
30240 - "stringify-entities": "^4.0.0",
30241 - "unist-util-remove-position": "^4.0.0",
30242 - "unist-util-stringify-position": "^3.0.0",
30243 - "vfile-message": "^3.0.0"
30244 - },
30245 - "funding": {
30246 - "type": "opencollective",
30247 - "url": "https://opencollective.com/unified"
30248 - }
30249 - },
30250 - "node_modules/mdast-util-mdx/node_modules/mdast-util-mdxjs-esm": {
30251 - "version": "1.3.1",
30252 - "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.1.tgz",
30253 - "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==",
30254 - "license": "MIT",
30255 - "dependencies": {
30256 - "@types/estree-jsx": "^1.0.0",
30257 - "@types/hast": "^2.0.0",
30258 - "@types/mdast": "^3.0.0",
30259 - "mdast-util-from-markdown": "^1.0.0",
30260 - "mdast-util-to-markdown": "^1.0.0"
30261 - },
30262 - "funding": {
30263 - "type": "opencollective",
30264 - "url": "https://opencollective.com/unified"
30265 - }
30266 - },
30267 - "node_modules/mdast-util-mdx/node_modules/mdast-util-to-string": {
30268 - "version": "3.2.0",
30269 - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
30270 - "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
30271 - "license": "MIT",
30272 - "dependencies": {
30273 - "@types/mdast": "^3.0.0"
30274 - },
30275 - "funding": {
30276 - "type": "opencollective",
30277 - "url": "https://opencollective.com/unified"
30278 - }
30279 - },
30280 - "node_modules/mdast-util-mdx/node_modules/micromark": {
30281 - "version": "3.2.0",
30282 - "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz",
30283 - "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
30284 - "funding": [
30285 - {
30286 - "type": "GitHub Sponsors",
30287 - "url": "https://github.com/sponsors/unifiedjs"
30288 - },
30289 - {
30290 - "type": "OpenCollective",
30291 - "url": "https://opencollective.com/unified"
30292 - }
30293 - ],
30294 - "license": "MIT",
30295 - "dependencies": {
30296 - "@types/debug": "^4.0.0",
30297 - "debug": "^4.0.0",
30298 - "decode-named-character-reference": "^1.0.0",
30299 - "micromark-core-commonmark": "^1.0.1",
30300 - "micromark-factory-space": "^1.0.0",
30301 - "micromark-util-character": "^1.0.0",
30302 - "micromark-util-chunked": "^1.0.0",
30303 - "micromark-util-combine-extensions": "^1.0.0",
30304 - "micromark-util-decode-numeric-character-reference": "^1.0.0",
30305 - "micromark-util-encode": "^1.0.0",
30306 - "micromark-util-normalize-identifier": "^1.0.0",
30307 - "micromark-util-resolve-all": "^1.0.0",
30308 - "micromark-util-sanitize-uri": "^1.0.0",
30309 - "micromark-util-subtokenize": "^1.0.0",
30310 - "micromark-util-symbol": "^1.0.0",
30311 - "micromark-util-types": "^1.0.1",
30312 - "uvu": "^0.5.0"
30313 - }
30314 - },
30315 - "node_modules/mdast-util-mdx/node_modules/parse-entities": {
30316 - "version": "4.0.2",
30317 - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
30318 - "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
30319 - "license": "MIT",
30320 - "dependencies": {
30321 - "@types/unist": "^2.0.0",
30322 - "character-entities-legacy": "^3.0.0",
30323 - "character-reference-invalid": "^2.0.0",
30324 - "decode-named-character-reference": "^1.0.0",
30325 - "is-alphanumerical": "^2.0.0",
30326 - "is-decimal": "^2.0.0",
30327 - "is-hexadecimal": "^2.0.0"
30328 - },
30329 - "funding": {
30330 - "type": "github",
30331 - "url": "https://github.com/sponsors/wooorm"
30332 - }
30333 - },
30334 - "node_modules/mdast-util-mdx/node_modules/unist-util-stringify-position": {
30335 - "version": "3.0.3",
30336 - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
30337 - "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
30338 - "license": "MIT",
30339 - "dependencies": {
30340 - "@types/unist": "^2.0.0"
30341 - },
30342 - "funding": {
30343 - "type": "opencollective",
30344 - "url": "https://opencollective.com/unified"
30345 - }
30346 - },
30347 - "node_modules/mdast-util-mdx/node_modules/vfile-message": {
30348 - "version": "3.1.4",
30349 - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
30350 - "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
30351 - "license": "MIT",
30352 - "dependencies": {
30353 - "@types/unist": "^2.0.0",
30354 - "unist-util-stringify-position": "^3.0.0"
30355 - },
30356 - "funding": {
30357 - "type": "opencollective",
30358 - "url": "https://opencollective.com/unified"
30359 - }
30360 - },
30361 - "node_modules/mdast-util-mdxjs-esm": {
30362 - "version": "2.0.1",
30363 - "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
30364 - "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
30365 - "license": "MIT",
30366 - "dependencies": {
30367 - "@types/estree-jsx": "^1.0.0",
30368 - "@types/hast": "^3.0.0",
30369 - "@types/mdast": "^4.0.0",
30370 - "devlop": "^1.0.0",
30371 - "mdast-util-from-markdown": "^2.0.0",
30372 - "mdast-util-to-markdown": "^2.0.0"
30373 - },
30374 - "funding": {
30375 - "type": "opencollective",
30376 - "url": "https://opencollective.com/unified"
30377 - }
30378 - },
30379 - "node_modules/mdast-util-mdxjs-esm/node_modules/@types/mdast": {
30380 - "version": "4.0.4",
30381 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
30382 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
30383 - "license": "MIT",
30384 - "dependencies": {
30385 - "@types/unist": "*"
30386 - }
30387 - },
30388 - "node_modules/mdast-util-mdxjs-esm/node_modules/mdast-util-phrasing": {
30389 - "version": "4.1.0",
30390 - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
30391 - "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
30392 - "license": "MIT",
30393 - "dependencies": {
30394 - "@types/mdast": "^4.0.0",
30395 - "unist-util-is": "^6.0.0"
30396 - },
30397 - "funding": {
30398 - "type": "opencollective",
30399 - "url": "https://opencollective.com/unified"
30400 - }
30401 - },
30402 - "node_modules/mdast-util-mdxjs-esm/node_modules/mdast-util-to-markdown": {
30403 - "version": "2.1.2",
30404 - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
30405 - "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
30406 - "license": "MIT",
30407 - "dependencies": {
30408 - "@types/mdast": "^4.0.0",
30409 - "@types/unist": "^3.0.0",
30410 - "longest-streak": "^3.0.0",
30411 - "mdast-util-phrasing": "^4.0.0",
30412 - "mdast-util-to-string": "^4.0.0",
30413 - "micromark-util-classify-character": "^2.0.0",
30414 - "micromark-util-decode-string": "^2.0.0",
30415 - "unist-util-visit": "^5.0.0",
30416 - "zwitch": "^2.0.0"
30417 - },
30418 - "funding": {
30419 - "type": "opencollective",
30420 - "url": "https://opencollective.com/unified"
30421 - }
30422 - },
30423 - "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-character": {
30424 - "version": "2.1.1",
30425 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
30426 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
30427 - "funding": [
30428 - {
30429 - "type": "GitHub Sponsors",
30430 - "url": "https://github.com/sponsors/unifiedjs"
30431 - },
30432 - {
30433 - "type": "OpenCollective",
30434 - "url": "https://opencollective.com/unified"
30435 - }
30436 - ],
30437 - "license": "MIT",
30438 - "dependencies": {
30439 - "micromark-util-symbol": "^2.0.0",
30440 - "micromark-util-types": "^2.0.0"
30441 - }
30442 - },
30443 - "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-classify-character": {
30444 - "version": "2.0.1",
30445 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
30446 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
30447 - "funding": [
30448 - {
30449 - "type": "GitHub Sponsors",
30450 - "url": "https://github.com/sponsors/unifiedjs"
30451 - },
30452 - {
30453 - "type": "OpenCollective",
30454 - "url": "https://opencollective.com/unified"
30455 - }
30456 - ],
30457 - "license": "MIT",
30458 - "dependencies": {
30459 - "micromark-util-character": "^2.0.0",
30460 - "micromark-util-symbol": "^2.0.0",
30461 - "micromark-util-types": "^2.0.0"
30462 - }
30463 - },
30464 - "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-decode-numeric-character-reference": {
30465 - "version": "2.0.2",
30466 - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
30467 - "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
30468 - "funding": [
30469 - {
30470 - "type": "GitHub Sponsors",
30471 - "url": "https://github.com/sponsors/unifiedjs"
30472 - },
30473 - {
30474 - "type": "OpenCollective",
30475 - "url": "https://opencollective.com/unified"
30476 - }
30477 - ],
30478 - "license": "MIT",
30479 - "dependencies": {
30480 - "micromark-util-symbol": "^2.0.0"
30481 - }
30482 - },
30483 - "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-decode-string": {
30484 - "version": "2.0.1",
30485 - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
30486 - "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
30487 - "funding": [
30488 - {
30489 - "type": "GitHub Sponsors",
30490 - "url": "https://github.com/sponsors/unifiedjs"
30491 - },
30492 - {
30493 - "type": "OpenCollective",
30494 - "url": "https://opencollective.com/unified"
30495 - }
30496 - ],
30497 - "license": "MIT",
30498 - "dependencies": {
30499 - "decode-named-character-reference": "^1.0.0",
30500 - "micromark-util-character": "^2.0.0",
30501 - "micromark-util-decode-numeric-character-reference": "^2.0.0",
30502 - "micromark-util-symbol": "^2.0.0"
30503 - }
30504 - },
30505 - "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-symbol": {
30506 - "version": "2.0.1",
30507 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
30508 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
30509 - "funding": [
30510 - {
30511 - "type": "GitHub Sponsors",
30512 - "url": "https://github.com/sponsors/unifiedjs"
30513 - },
30514 - {
30515 - "type": "OpenCollective",
30516 - "url": "https://opencollective.com/unified"
30517 - }
30518 - ],
30519 - "license": "MIT"
30520 - },
30521 - "node_modules/mdast-util-mdxjs-esm/node_modules/micromark-util-types": {
30522 - "version": "2.0.1",
30523 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
30524 - "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
30525 - "funding": [
30526 - {
30527 - "type": "GitHub Sponsors",
30528 - "url": "https://github.com/sponsors/unifiedjs"
30529 - },
30530 - {
30531 - "type": "OpenCollective",
30532 - "url": "https://opencollective.com/unified"
30533 - }
30534 - ],
30535 - "license": "MIT"
30536 - },
30537 - "node_modules/mdast-util-mdxjs-esm/node_modules/unist-util-is": {
30538 - "version": "6.0.0",
30539 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
30540 - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
30541 - "license": "MIT",
30542 - "dependencies": {
30543 - "@types/unist": "^3.0.0"
30544 - },
30545 - "funding": {
30546 - "type": "opencollective",
30547 - "url": "https://opencollective.com/unified"
30548 - }
30549 - },
30550 - "node_modules/mdast-util-phrasing": {
30551 - "version": "3.0.1",
30552 - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz",
30553 - "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==",
30554 - "license": "MIT",
30555 - "dependencies": {
30556 - "@types/mdast": "^3.0.0",
30557 - "unist-util-is": "^5.0.0"
30558 - },
30559 - "funding": {
30560 - "type": "opencollective",
30561 - "url": "https://opencollective.com/unified"
30562 - }
30563 - },
30564 - "node_modules/mdast-util-to-hast": {
30565 - "version": "10.2.0",
30566 - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz",
30567 - "integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==",
30568 - "license": "MIT",
30569 - "dependencies": {
30570 - "@types/mdast": "^3.0.0",
30571 - "@types/unist": "^2.0.0",
30572 - "mdast-util-definitions": "^4.0.0",
30573 - "mdurl": "^1.0.0",
30574 - "unist-builder": "^2.0.0",
30575 - "unist-util-generated": "^1.0.0",
30576 - "unist-util-position": "^3.0.0",
30577 - "unist-util-visit": "^2.0.0"
30578 - },
30579 - "funding": {
30580 - "type": "opencollective",
30581 - "url": "https://opencollective.com/unified"
30582 - }
30583 - },
30584 - "node_modules/mdast-util-to-hast/node_modules/@types/unist": {
30585 - "version": "2.0.11",
30586 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
30587 - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
30588 - "license": "MIT"
30589 - },
30590 - "node_modules/mdast-util-to-hast/node_modules/unist-util-is": {
30591 - "version": "4.1.0",
30592 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
30593 - "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
30594 - "license": "MIT",
30595 - "funding": {
30596 - "type": "opencollective",
30597 - "url": "https://opencollective.com/unified"
30598 - }
30599 - },
30600 - "node_modules/mdast-util-to-hast/node_modules/unist-util-position": {
30601 - "version": "3.1.0",
30602 - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
30603 - "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
30604 - "license": "MIT",
30605 - "funding": {
30606 - "type": "opencollective",
30607 - "url": "https://opencollective.com/unified"
30608 - }
30609 - },
30610 - "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
30611 - "version": "2.0.3",
30612 - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
30613 - "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
30614 - "license": "MIT",
30615 - "dependencies": {
30616 - "@types/unist": "^2.0.0",
30617 - "unist-util-is": "^4.0.0",
30618 - "unist-util-visit-parents": "^3.0.0"
30619 - },
30620 - "funding": {
30621 - "type": "opencollective",
30622 - "url": "https://opencollective.com/unified"
30623 - }
30624 - },
30625 - "node_modules/mdast-util-to-markdown": {
30626 - "version": "1.5.0",
30627 - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz",
30628 - "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==",
30629 - "license": "MIT",
30630 - "dependencies": {
30631 - "@types/mdast": "^3.0.0",
30632 - "@types/unist": "^2.0.0",
30633 - "longest-streak": "^3.0.0",
30634 - "mdast-util-phrasing": "^3.0.0",
30635 - "mdast-util-to-string": "^3.0.0",
30636 - "micromark-util-decode-string": "^1.0.0",
30637 - "unist-util-visit": "^4.0.0",
30638 - "zwitch": "^2.0.0"
30639 - },
30640 - "funding": {
30641 - "type": "opencollective",
30642 - "url": "https://opencollective.com/unified"
30643 - }
30644 - },
30645 - "node_modules/mdast-util-to-markdown/node_modules/@types/unist": {
29534 + "node_modules/mdast-util-to-markdown/node_modules/@types/unist": {
29535 "version": "2.0.11",
29536 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
29537 "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
@@ -30654,1158 +29543,246 @@
29543 "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
29544 "license": "MIT",
29545 "dependencies": {
30657 - "@types/mdast": "^3.0.0"
30658 - },
30659 - "funding": {
30660 - "type": "opencollective",
30661 - "url": "https://opencollective.com/unified"
30662 - }
30663 - },
30664 - "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
30665 - "version": "4.1.2",
30666 - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
30667 - "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
30668 - "license": "MIT",
30669 - "dependencies": {
30670 - "@types/unist": "^2.0.0",
30671 - "unist-util-is": "^5.0.0",
30672 - "unist-util-visit-parents": "^5.1.1"
30673 - },
30674 - "funding": {
30675 - "type": "opencollective",
30676 - "url": "https://opencollective.com/unified"
30677 - }
30678 - },
30679 - "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit-parents": {
30680 - "version": "5.1.3",
30681 - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
30682 - "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
30683 - "license": "MIT",
30684 - "dependencies": {
30685 - "@types/unist": "^2.0.0",
30686 - "unist-util-is": "^5.0.0"
30687 - },
30688 - "funding": {
30689 - "type": "opencollective",
30690 - "url": "https://opencollective.com/unified"
30691 - }
30692 - },
30693 - "node_modules/mdast-util-to-string": {
30694 - "version": "4.0.0",
30695 - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
30696 - "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
30697 - "license": "MIT",
30698 - "dependencies": {
30699 - "@types/mdast": "^4.0.0"
30700 - },
30701 - "funding": {
30702 - "type": "opencollective",
30703 - "url": "https://opencollective.com/unified"
30704 - }
30705 - },
30706 - "node_modules/mdast-util-to-string/node_modules/@types/mdast": {
30707 - "version": "4.0.4",
30708 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
30709 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
30710 - "license": "MIT",
30711 - "dependencies": {
30712 - "@types/unist": "*"
30713 - }
30714 - },
30715 - "node_modules/mdast-util-toc": {
30716 - "version": "6.1.1",
30717 - "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-6.1.1.tgz",
30718 - "integrity": "sha512-Er21728Kow8hehecK2GZtb7Ny3omcoPUVrmObiSUwmoRYVZaXLR751QROEFjR8W/vAQdHMLj49Lz20J55XaNpw==",
30719 - "license": "MIT",
30720 - "dependencies": {
30721 - "@types/extend": "^3.0.0",
30722 - "@types/mdast": "^3.0.0",
30723 - "extend": "^3.0.0",
30724 - "github-slugger": "^2.0.0",
30725 - "mdast-util-to-string": "^3.1.0",
30726 - "unist-util-is": "^5.0.0",
30727 - "unist-util-visit": "^4.0.0"
30728 - },
30729 - "funding": {
30730 - "type": "opencollective",
30731 - "url": "https://opencollective.com/unified"
30732 - }
30733 - },
30734 - "node_modules/mdast-util-toc/node_modules/@types/unist": {
30735 - "version": "2.0.11",
30736 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
30737 - "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
30738 - "license": "MIT"
30739 - },
30740 - "node_modules/mdast-util-toc/node_modules/mdast-util-to-string": {
30741 - "version": "3.2.0",
30742 - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
30743 - "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
30744 - "license": "MIT",
30745 - "dependencies": {
30746 - "@types/mdast": "^3.0.0"
30747 - },
30748 - "funding": {
30749 - "type": "opencollective",
30750 - "url": "https://opencollective.com/unified"
30751 - }
30752 - },
30753 - "node_modules/mdast-util-toc/node_modules/unist-util-visit": {
30754 - "version": "4.1.2",
30755 - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
30756 - "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
30757 - "license": "MIT",
30758 - "dependencies": {
30759 - "@types/unist": "^2.0.0",
30760 - "unist-util-is": "^5.0.0",
30761 - "unist-util-visit-parents": "^5.1.1"
30762 - },
30763 - "funding": {
30764 - "type": "opencollective",
30765 - "url": "https://opencollective.com/unified"
30766 - }
30767 - },
30768 - "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents": {
30769 - "version": "5.1.3",
30770 - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
30771 - "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
30772 - "license": "MIT",
30773 - "dependencies": {
30774 - "@types/unist": "^2.0.0",
30775 - "unist-util-is": "^5.0.0"
30776 - },
30777 - "funding": {
30778 - "type": "opencollective",
30779 - "url": "https://opencollective.com/unified"
30780 - }
30781 - },
30782 - "node_modules/mdn-data": {
30783 - "version": "2.0.14",
30784 - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
30785 - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
30786 - "license": "CC0-1.0"
30787 - },
30788 - "node_modules/mdurl": {
30789 - "version": "1.0.1",
30790 - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
30791 - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==",
30792 - "license": "MIT"
30793 - },
30794 - "node_modules/meant": {
30795 - "version": "1.0.3",
30796 - "resolved": "https://registry.npmjs.org/meant/-/meant-1.0.3.tgz",
30797 - "integrity": "sha512-88ZRGcNxAq4EH38cQ4D85PM57pikCwS8Z99EWHODxN7KBY+UuPiqzRTtZzS8KTXO/ywSWbdjjJST2Hly/EQxLw==",
30798 - "license": "MIT"
30799 - },
30800 - "node_modules/media-typer": {
30801 - "version": "0.3.0",
30802 - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
30803 - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
30804 - "license": "MIT",
30805 - "engines": {
30806 - "node": ">= 0.6"
30807 - }
30808 - },
30809 - "node_modules/memfs": {
30810 - "version": "3.5.3",
30811 - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
30812 - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
30813 - "license": "Unlicense",
30814 - "dependencies": {
30815 - "fs-monkey": "^1.0.4"
30816 - },
30817 - "engines": {
30818 - "node": ">= 4.0.0"
30819 - }
30820 - },
30821 - "node_modules/memoizee": {
30822 - "version": "0.4.17",
30823 - "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.17.tgz",
30824 - "integrity": "sha512-DGqD7Hjpi/1or4F/aYAspXKNm5Yili0QDAFAY4QYvpqpgiY6+1jOfqpmByzjxbWd/T9mChbCArXAbDAsTm5oXA==",
30825 - "license": "ISC",
30826 - "dependencies": {
30827 - "d": "^1.0.2",
30828 - "es5-ext": "^0.10.64",
30829 - "es6-weak-map": "^2.0.3",
30830 - "event-emitter": "^0.3.5",
30831 - "is-promise": "^2.2.2",
30832 - "lru-queue": "^0.1.0",
30833 - "next-tick": "^1.1.0",
30834 - "timers-ext": "^0.1.7"
30835 - },
30836 - "engines": {
30837 - "node": ">=0.12"
30838 - }
30839 - },
30840 - "node_modules/memory-fs": {
30841 - "version": "0.2.0",
30842 - "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz",
30843 - "integrity": "sha512-+y4mDxU4rvXXu5UDSGCGNiesFmwCHuefGMoPCO1WYucNYj7DsLqrFaa2fXVI0H+NNiPTwwzKwspn9yTZqUGqng==",
30844 - "dev": true,
30845 - "license": "MIT"
30846 - },
30847 - "node_modules/meow": {
30848 - "version": "12.1.1",
30849 - "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
30850 - "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
30851 - "dev": true,
30852 - "license": "MIT",
30853 - "engines": {
30854 - "node": ">=16.10"
30855 - },
30856 - "funding": {
30857 - "url": "https://github.com/sponsors/sindresorhus"
30858 - }
30859 - },
30860 - "node_modules/merge-descriptors": {
30861 - "version": "1.0.3",
30862 - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
30863 - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
30864 - "license": "MIT",
30865 - "funding": {
30866 - "url": "https://github.com/sponsors/sindresorhus"
30867 - }
30868 - },
30869 - "node_modules/merge-stream": {
30870 - "version": "2.0.0",
30871 - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
30872 - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
30873 - "license": "MIT"
30874 - },
30875 - "node_modules/merge2": {
30876 - "version": "1.4.1",
30877 - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
30878 - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
30879 - "license": "MIT",
30880 - "engines": {
30881 - "node": ">= 8"
30882 - }
30883 - },
30884 - "node_modules/methods": {
30885 - "version": "1.1.2",
30886 - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
30887 - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
30888 - "license": "MIT",
30889 - "engines": {
30890 - "node": ">= 0.6"
30891 - }
30892 - },
30893 - "node_modules/micromark": {
30894 - "version": "4.0.2",
30895 - "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
30896 - "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
30897 - "funding": [
30898 - {
30899 - "type": "GitHub Sponsors",
30900 - "url": "https://github.com/sponsors/unifiedjs"
30901 - },
30902 - {
30903 - "type": "OpenCollective",
30904 - "url": "https://opencollective.com/unified"
30905 - }
30906 - ],
30907 - "license": "MIT",
30908 - "dependencies": {
30909 - "@types/debug": "^4.0.0",
30910 - "debug": "^4.0.0",
30911 - "decode-named-character-reference": "^1.0.0",
30912 - "devlop": "^1.0.0",
30913 - "micromark-core-commonmark": "^2.0.0",
30914 - "micromark-factory-space": "^2.0.0",
30915 - "micromark-util-character": "^2.0.0",
30916 - "micromark-util-chunked": "^2.0.0",
30917 - "micromark-util-combine-extensions": "^2.0.0",
30918 - "micromark-util-decode-numeric-character-reference": "^2.0.0",
30919 - "micromark-util-encode": "^2.0.0",
30920 - "micromark-util-normalize-identifier": "^2.0.0",
30921 - "micromark-util-resolve-all": "^2.0.0",
30922 - "micromark-util-sanitize-uri": "^2.0.0",
30923 - "micromark-util-subtokenize": "^2.0.0",
30924 - "micromark-util-symbol": "^2.0.0",
30925 - "micromark-util-types": "^2.0.0"
30926 - }
30927 - },
30928 - "node_modules/micromark-core-commonmark": {
30929 - "version": "1.1.0",
30930 - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz",
30931 - "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
30932 - "funding": [
30933 - {
30934 - "type": "GitHub Sponsors",
30935 - "url": "https://github.com/sponsors/unifiedjs"
30936 - },
30937 - {
30938 - "type": "OpenCollective",
30939 - "url": "https://opencollective.com/unified"
30940 - }
30941 - ],
30942 - "license": "MIT",
30943 - "dependencies": {
30944 - "decode-named-character-reference": "^1.0.0",
30945 - "micromark-factory-destination": "^1.0.0",
30946 - "micromark-factory-label": "^1.0.0",
30947 - "micromark-factory-space": "^1.0.0",
30948 - "micromark-factory-title": "^1.0.0",
30949 - "micromark-factory-whitespace": "^1.0.0",
30950 - "micromark-util-character": "^1.0.0",
30951 - "micromark-util-chunked": "^1.0.0",
30952 - "micromark-util-classify-character": "^1.0.0",
30953 - "micromark-util-html-tag-name": "^1.0.0",
30954 - "micromark-util-normalize-identifier": "^1.0.0",
30955 - "micromark-util-resolve-all": "^1.0.0",
30956 - "micromark-util-subtokenize": "^1.0.0",
30957 - "micromark-util-symbol": "^1.0.0",
30958 - "micromark-util-types": "^1.0.1",
30959 - "uvu": "^0.5.0"
30960 - }
30961 - },
30962 - "node_modules/micromark-extension-frontmatter": {
30963 - "version": "2.0.0",
30964 - "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz",
30965 - "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==",
30966 - "license": "MIT",
30967 - "dependencies": {
30968 - "fault": "^2.0.0",
30969 - "micromark-util-character": "^2.0.0",
30970 - "micromark-util-symbol": "^2.0.0",
30971 - "micromark-util-types": "^2.0.0"
30972 - },
30973 - "funding": {
30974 - "type": "opencollective",
30975 - "url": "https://opencollective.com/unified"
30976 - }
30977 - },
30978 - "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-character": {
30979 - "version": "2.1.1",
30980 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
30981 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
30982 - "funding": [
30983 - {
30984 - "type": "GitHub Sponsors",
30985 - "url": "https://github.com/sponsors/unifiedjs"
30986 - },
30987 - {
30988 - "type": "OpenCollective",
30989 - "url": "https://opencollective.com/unified"
30990 - }
30991 - ],
30992 - "license": "MIT",
30993 - "dependencies": {
30994 - "micromark-util-symbol": "^2.0.0",
30995 - "micromark-util-types": "^2.0.0"
30996 - }
30997 - },
30998 - "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-symbol": {
30999 - "version": "2.0.1",
31000 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
31001 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
31002 - "funding": [
31003 - {
31004 - "type": "GitHub Sponsors",
31005 - "url": "https://github.com/sponsors/unifiedjs"
31006 - },
31007 - {
31008 - "type": "OpenCollective",
31009 - "url": "https://opencollective.com/unified"
31010 - }
31011 - ],
31012 - "license": "MIT"
31013 - },
31014 - "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-types": {
31015 - "version": "2.0.1",
31016 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
31017 - "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
31018 - "funding": [
31019 - {
31020 - "type": "GitHub Sponsors",
31021 - "url": "https://github.com/sponsors/unifiedjs"
31022 - },
31023 - {
31024 - "type": "OpenCollective",
31025 - "url": "https://opencollective.com/unified"
31026 - }
31027 - ],
31028 - "license": "MIT"
31029 - },
31030 - "node_modules/micromark-extension-gfm": {
31031 - "version": "3.0.0",
31032 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
31033 - "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
31034 - "license": "MIT",
31035 - "dependencies": {
31036 - "micromark-extension-gfm-autolink-literal": "^2.0.0",
31037 - "micromark-extension-gfm-footnote": "^2.0.0",
31038 - "micromark-extension-gfm-strikethrough": "^2.0.0",
31039 - "micromark-extension-gfm-table": "^2.0.0",
31040 - "micromark-extension-gfm-tagfilter": "^2.0.0",
31041 - "micromark-extension-gfm-task-list-item": "^2.0.0",
31042 - "micromark-util-combine-extensions": "^2.0.0",
31043 - "micromark-util-types": "^2.0.0"
31044 - },
31045 - "funding": {
31046 - "type": "opencollective",
31047 - "url": "https://opencollective.com/unified"
31048 - }
31049 - },
31050 - "node_modules/micromark-extension-gfm-autolink-literal": {
31051 - "version": "2.1.0",
31052 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
31053 - "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
31054 - "license": "MIT",
31055 - "dependencies": {
31056 - "micromark-util-character": "^2.0.0",
31057 - "micromark-util-sanitize-uri": "^2.0.0",
31058 - "micromark-util-symbol": "^2.0.0",
31059 - "micromark-util-types": "^2.0.0"
31060 - },
31061 - "funding": {
31062 - "type": "opencollective",
31063 - "url": "https://opencollective.com/unified"
31064 - }
31065 - },
31066 - "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-character": {
31067 - "version": "2.1.1",
31068 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
31069 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
31070 - "funding": [
31071 - {
31072 - "type": "GitHub Sponsors",
31073 - "url": "https://github.com/sponsors/unifiedjs"
31074 - },
31075 - {
31076 - "type": "OpenCollective",
31077 - "url": "https://opencollective.com/unified"
31078 - }
31079 - ],
31080 - "license": "MIT",
31081 - "dependencies": {
31082 - "micromark-util-symbol": "^2.0.0",
31083 - "micromark-util-types": "^2.0.0"
31084 - }
31085 - },
31086 - "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-encode": {
31087 - "version": "2.0.1",
31088 - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
31089 - "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
31090 - "funding": [
31091 - {
31092 - "type": "GitHub Sponsors",
31093 - "url": "https://github.com/sponsors/unifiedjs"
31094 - },
31095 - {
31096 - "type": "OpenCollective",
31097 - "url": "https://opencollective.com/unified"
31098 - }
31099 - ],
31100 - "license": "MIT"
31101 - },
31102 - "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-sanitize-uri": {
31103 - "version": "2.0.1",
31104 - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
31105 - "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
31106 - "funding": [
31107 - {
31108 - "type": "GitHub Sponsors",
31109 - "url": "https://github.com/sponsors/unifiedjs"
31110 - },
31111 - {
31112 - "type": "OpenCollective",
31113 - "url": "https://opencollective.com/unified"
31114 - }
31115 - ],
31116 - "license": "MIT",
31117 - "dependencies": {
31118 - "micromark-util-character": "^2.0.0",
31119 - "micromark-util-encode": "^2.0.0",
31120 - "micromark-util-symbol": "^2.0.0"
31121 - }
31122 - },
31123 - "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-symbol": {
31124 - "version": "2.0.1",
31125 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
31126 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
31127 - "funding": [
31128 - {
31129 - "type": "GitHub Sponsors",
31130 - "url": "https://github.com/sponsors/unifiedjs"
31131 - },
31132 - {
31133 - "type": "OpenCollective",
31134 - "url": "https://opencollective.com/unified"
31135 - }
31136 - ],
31137 - "license": "MIT"
31138 - },
31139 - "node_modules/micromark-extension-gfm-autolink-literal/node_modules/micromark-util-types": {
31140 - "version": "2.0.2",
31141 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
31142 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
31143 - "funding": [
31144 - {
31145 - "type": "GitHub Sponsors",
31146 - "url": "https://github.com/sponsors/unifiedjs"
31147 - },
31148 - {
31149 - "type": "OpenCollective",
31150 - "url": "https://opencollective.com/unified"
31151 - }
31152 - ],
31153 - "license": "MIT"
31154 - },
31155 - "node_modules/micromark-extension-gfm-footnote": {
31156 - "version": "2.1.0",
31157 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
31158 - "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
31159 - "license": "MIT",
31160 - "dependencies": {
31161 - "devlop": "^1.0.0",
31162 - "micromark-core-commonmark": "^2.0.0",
31163 - "micromark-factory-space": "^2.0.0",
31164 - "micromark-util-character": "^2.0.0",
31165 - "micromark-util-normalize-identifier": "^2.0.0",
31166 - "micromark-util-sanitize-uri": "^2.0.0",
31167 - "micromark-util-symbol": "^2.0.0",
31168 - "micromark-util-types": "^2.0.0"
31169 - },
31170 - "funding": {
31171 - "type": "opencollective",
31172 - "url": "https://opencollective.com/unified"
31173 - }
31174 - },
31175 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-core-commonmark": {
31176 - "version": "2.0.3",
31177 - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
31178 - "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
31179 - "funding": [
31180 - {
31181 - "type": "GitHub Sponsors",
31182 - "url": "https://github.com/sponsors/unifiedjs"
31183 - },
31184 - {
31185 - "type": "OpenCollective",
31186 - "url": "https://opencollective.com/unified"
31187 - }
31188 - ],
31189 - "license": "MIT",
31190 - "dependencies": {
31191 - "decode-named-character-reference": "^1.0.0",
31192 - "devlop": "^1.0.0",
31193 - "micromark-factory-destination": "^2.0.0",
31194 - "micromark-factory-label": "^2.0.0",
31195 - "micromark-factory-space": "^2.0.0",
31196 - "micromark-factory-title": "^2.0.0",
31197 - "micromark-factory-whitespace": "^2.0.0",
31198 - "micromark-util-character": "^2.0.0",
31199 - "micromark-util-chunked": "^2.0.0",
31200 - "micromark-util-classify-character": "^2.0.0",
31201 - "micromark-util-html-tag-name": "^2.0.0",
31202 - "micromark-util-normalize-identifier": "^2.0.0",
31203 - "micromark-util-resolve-all": "^2.0.0",
31204 - "micromark-util-subtokenize": "^2.0.0",
31205 - "micromark-util-symbol": "^2.0.0",
31206 - "micromark-util-types": "^2.0.0"
31207 - }
31208 - },
31209 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-destination": {
31210 - "version": "2.0.1",
31211 - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
31212 - "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
31213 - "funding": [
31214 - {
31215 - "type": "GitHub Sponsors",
31216 - "url": "https://github.com/sponsors/unifiedjs"
31217 - },
31218 - {
31219 - "type": "OpenCollective",
31220 - "url": "https://opencollective.com/unified"
31221 - }
31222 - ],
31223 - "license": "MIT",
31224 - "dependencies": {
31225 - "micromark-util-character": "^2.0.0",
31226 - "micromark-util-symbol": "^2.0.0",
31227 - "micromark-util-types": "^2.0.0"
31228 - }
31229 - },
31230 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-label": {
31231 - "version": "2.0.1",
31232 - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
31233 - "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
31234 - "funding": [
31235 - {
31236 - "type": "GitHub Sponsors",
31237 - "url": "https://github.com/sponsors/unifiedjs"
31238 - },
31239 - {
31240 - "type": "OpenCollective",
31241 - "url": "https://opencollective.com/unified"
31242 - }
31243 - ],
31244 - "license": "MIT",
31245 - "dependencies": {
31246 - "devlop": "^1.0.0",
31247 - "micromark-util-character": "^2.0.0",
31248 - "micromark-util-symbol": "^2.0.0",
31249 - "micromark-util-types": "^2.0.0"
31250 - }
31251 - },
31252 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-space": {
31253 - "version": "2.0.1",
31254 - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
31255 - "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
31256 - "funding": [
31257 - {
31258 - "type": "GitHub Sponsors",
31259 - "url": "https://github.com/sponsors/unifiedjs"
31260 - },
31261 - {
31262 - "type": "OpenCollective",
31263 - "url": "https://opencollective.com/unified"
31264 - }
31265 - ],
31266 - "license": "MIT",
31267 - "dependencies": {
31268 - "micromark-util-character": "^2.0.0",
31269 - "micromark-util-types": "^2.0.0"
31270 - }
31271 - },
31272 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-title": {
31273 - "version": "2.0.1",
31274 - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
31275 - "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
31276 - "funding": [
31277 - {
31278 - "type": "GitHub Sponsors",
31279 - "url": "https://github.com/sponsors/unifiedjs"
31280 - },
31281 - {
31282 - "type": "OpenCollective",
31283 - "url": "https://opencollective.com/unified"
31284 - }
31285 - ],
31286 - "license": "MIT",
31287 - "dependencies": {
31288 - "micromark-factory-space": "^2.0.0",
31289 - "micromark-util-character": "^2.0.0",
31290 - "micromark-util-symbol": "^2.0.0",
31291 - "micromark-util-types": "^2.0.0"
31292 - }
31293 - },
31294 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-factory-whitespace": {
31295 - "version": "2.0.1",
31296 - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
31297 - "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
31298 - "funding": [
31299 - {
31300 - "type": "GitHub Sponsors",
31301 - "url": "https://github.com/sponsors/unifiedjs"
31302 - },
31303 - {
31304 - "type": "OpenCollective",
31305 - "url": "https://opencollective.com/unified"
31306 - }
31307 - ],
31308 - "license": "MIT",
31309 - "dependencies": {
31310 - "micromark-factory-space": "^2.0.0",
31311 - "micromark-util-character": "^2.0.0",
31312 - "micromark-util-symbol": "^2.0.0",
31313 - "micromark-util-types": "^2.0.0"
31314 - }
31315 - },
31316 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-character": {
31317 - "version": "2.1.1",
31318 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
31319 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
31320 - "funding": [
31321 - {
31322 - "type": "GitHub Sponsors",
31323 - "url": "https://github.com/sponsors/unifiedjs"
31324 - },
31325 - {
31326 - "type": "OpenCollective",
31327 - "url": "https://opencollective.com/unified"
31328 - }
31329 - ],
31330 - "license": "MIT",
31331 - "dependencies": {
31332 - "micromark-util-symbol": "^2.0.0",
31333 - "micromark-util-types": "^2.0.0"
31334 - }
31335 - },
31336 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-chunked": {
31337 - "version": "2.0.1",
31338 - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
31339 - "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
31340 - "funding": [
31341 - {
31342 - "type": "GitHub Sponsors",
31343 - "url": "https://github.com/sponsors/unifiedjs"
31344 - },
31345 - {
31346 - "type": "OpenCollective",
31347 - "url": "https://opencollective.com/unified"
31348 - }
31349 - ],
31350 - "license": "MIT",
31351 - "dependencies": {
31352 - "micromark-util-symbol": "^2.0.0"
31353 - }
31354 - },
31355 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-classify-character": {
31356 - "version": "2.0.1",
31357 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
31358 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
31359 - "funding": [
31360 - {
31361 - "type": "GitHub Sponsors",
31362 - "url": "https://github.com/sponsors/unifiedjs"
31363 - },
31364 - {
31365 - "type": "OpenCollective",
31366 - "url": "https://opencollective.com/unified"
31367 - }
31368 - ],
31369 - "license": "MIT",
31370 - "dependencies": {
31371 - "micromark-util-character": "^2.0.0",
31372 - "micromark-util-symbol": "^2.0.0",
31373 - "micromark-util-types": "^2.0.0"
31374 - }
31375 - },
31376 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-encode": {
31377 - "version": "2.0.1",
31378 - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
31379 - "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
31380 - "funding": [
31381 - {
31382 - "type": "GitHub Sponsors",
31383 - "url": "https://github.com/sponsors/unifiedjs"
31384 - },
31385 - {
31386 - "type": "OpenCollective",
31387 - "url": "https://opencollective.com/unified"
31388 - }
31389 - ],
31390 - "license": "MIT"
31391 - },
31392 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-html-tag-name": {
31393 - "version": "2.0.1",
31394 - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
31395 - "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
31396 - "funding": [
31397 - {
31398 - "type": "GitHub Sponsors",
31399 - "url": "https://github.com/sponsors/unifiedjs"
31400 - },
31401 - {
31402 - "type": "OpenCollective",
31403 - "url": "https://opencollective.com/unified"
31404 - }
31405 - ],
31406 - "license": "MIT"
31407 - },
31408 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-normalize-identifier": {
31409 - "version": "2.0.1",
31410 - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
31411 - "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
31412 - "funding": [
31413 - {
31414 - "type": "GitHub Sponsors",
31415 - "url": "https://github.com/sponsors/unifiedjs"
31416 - },
31417 - {
31418 - "type": "OpenCollective",
31419 - "url": "https://opencollective.com/unified"
31420 - }
31421 - ],
31422 - "license": "MIT",
31423 - "dependencies": {
31424 - "micromark-util-symbol": "^2.0.0"
31425 - }
31426 - },
31427 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-resolve-all": {
31428 - "version": "2.0.1",
31429 - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
31430 - "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
31431 - "funding": [
31432 - {
31433 - "type": "GitHub Sponsors",
31434 - "url": "https://github.com/sponsors/unifiedjs"
31435 - },
31436 - {
31437 - "type": "OpenCollective",
31438 - "url": "https://opencollective.com/unified"
31439 - }
31440 - ],
31441 - "license": "MIT",
31442 - "dependencies": {
31443 - "micromark-util-types": "^2.0.0"
31444 - }
31445 - },
31446 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-sanitize-uri": {
31447 - "version": "2.0.1",
31448 - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
31449 - "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
31450 - "funding": [
31451 - {
31452 - "type": "GitHub Sponsors",
31453 - "url": "https://github.com/sponsors/unifiedjs"
31454 - },
31455 - {
31456 - "type": "OpenCollective",
31457 - "url": "https://opencollective.com/unified"
31458 - }
31459 - ],
31460 - "license": "MIT",
31461 - "dependencies": {
31462 - "micromark-util-character": "^2.0.0",
31463 - "micromark-util-encode": "^2.0.0",
31464 - "micromark-util-symbol": "^2.0.0"
31465 - }
31466 - },
31467 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-subtokenize": {
31468 - "version": "2.1.0",
31469 - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
31470 - "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
31471 - "funding": [
31472 - {
31473 - "type": "GitHub Sponsors",
31474 - "url": "https://github.com/sponsors/unifiedjs"
31475 - },
31476 - {
31477 - "type": "OpenCollective",
31478 - "url": "https://opencollective.com/unified"
31479 - }
31480 - ],
31481 - "license": "MIT",
31482 - "dependencies": {
31483 - "devlop": "^1.0.0",
31484 - "micromark-util-chunked": "^2.0.0",
31485 - "micromark-util-symbol": "^2.0.0",
31486 - "micromark-util-types": "^2.0.0"
31487 - }
31488 - },
31489 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-symbol": {
31490 - "version": "2.0.1",
31491 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
31492 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
31493 - "funding": [
31494 - {
31495 - "type": "GitHub Sponsors",
31496 - "url": "https://github.com/sponsors/unifiedjs"
31497 - },
31498 - {
31499 - "type": "OpenCollective",
31500 - "url": "https://opencollective.com/unified"
31501 - }
31502 - ],
31503 - "license": "MIT"
31504 - },
31505 - "node_modules/micromark-extension-gfm-footnote/node_modules/micromark-util-types": {
31506 - "version": "2.0.2",
31507 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
31508 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
31509 - "funding": [
31510 - {
31511 - "type": "GitHub Sponsors",
31512 - "url": "https://github.com/sponsors/unifiedjs"
31513 - },
31514 - {
31515 - "type": "OpenCollective",
31516 - "url": "https://opencollective.com/unified"
31517 - }
31518 - ],
31519 - "license": "MIT"
31520 - },
31521 - "node_modules/micromark-extension-gfm-strikethrough": {
31522 - "version": "2.1.0",
31523 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
31524 - "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
31525 - "license": "MIT",
31526 - "dependencies": {
31527 - "devlop": "^1.0.0",
31528 - "micromark-util-chunked": "^2.0.0",
31529 - "micromark-util-classify-character": "^2.0.0",
31530 - "micromark-util-resolve-all": "^2.0.0",
31531 - "micromark-util-symbol": "^2.0.0",
31532 - "micromark-util-types": "^2.0.0"
29546 + "@types/mdast": "^3.0.0"
29547 },
29548 "funding": {
29549 "type": "opencollective",
29550 "url": "https://opencollective.com/unified"
29551 }
29552 },
31539 - "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-character": {
31540 - "version": "2.1.1",
31541 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
31542 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
31543 - "funding": [
31544 - {
31545 - "type": "GitHub Sponsors",
31546 - "url": "https://github.com/sponsors/unifiedjs"
31547 - },
31548 - {
31549 - "type": "OpenCollective",
31550 - "url": "https://opencollective.com/unified"
31551 - }
31552 - ],
29553 + "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
29554 + "version": "4.1.2",
29555 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
29556 + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
29557 "license": "MIT",
29558 "dependencies": {
31555 - "micromark-util-symbol": "^2.0.0",
31556 - "micromark-util-types": "^2.0.0"
29559 + "@types/unist": "^2.0.0",
29560 + "unist-util-is": "^5.0.0",
29561 + "unist-util-visit-parents": "^5.1.1"
29562 + },
29563 + "funding": {
29564 + "type": "opencollective",
29565 + "url": "https://opencollective.com/unified"
29566 }
29567 },
31559 - "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-chunked": {
31560 - "version": "2.0.1",
31561 - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
31562 - "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
31563 - "funding": [
31564 - {
31565 - "type": "GitHub Sponsors",
31566 - "url": "https://github.com/sponsors/unifiedjs"
31567 - },
31568 - {
31569 - "type": "OpenCollective",
31570 - "url": "https://opencollective.com/unified"
31571 - }
31572 - ],
29568 + "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit-parents": {
29569 + "version": "5.1.3",
29570 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
29571 + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
29572 "license": "MIT",
29573 "dependencies": {
31575 - "micromark-util-symbol": "^2.0.0"
29574 + "@types/unist": "^2.0.0",
29575 + "unist-util-is": "^5.0.0"
29576 + },
29577 + "funding": {
29578 + "type": "opencollective",
29579 + "url": "https://opencollective.com/unified"
29580 }
29581 },
31578 - "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-classify-character": {
31579 - "version": "2.0.1",
31580 - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
31581 - "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
31582 - "funding": [
31583 - {
31584 - "type": "GitHub Sponsors",
31585 - "url": "https://github.com/sponsors/unifiedjs"
31586 - },
31587 - {
31588 - "type": "OpenCollective",
31589 - "url": "https://opencollective.com/unified"
31590 - }
31591 - ],
29582 + "node_modules/mdast-util-to-string": {
29583 + "version": "4.0.0",
29584 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
29585 + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
29586 "license": "MIT",
29587 "dependencies": {
31594 - "micromark-util-character": "^2.0.0",
31595 - "micromark-util-symbol": "^2.0.0",
31596 - "micromark-util-types": "^2.0.0"
29588 + "@types/mdast": "^4.0.0"
29589 + },
29590 + "funding": {
29591 + "type": "opencollective",
29592 + "url": "https://opencollective.com/unified"
29593 }
29594 },
31599 - "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-resolve-all": {
31600 - "version": "2.0.1",
31601 - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
31602 - "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
31603 - "funding": [
31604 - {
31605 - "type": "GitHub Sponsors",
31606 - "url": "https://github.com/sponsors/unifiedjs"
31607 - },
31608 - {
31609 - "type": "OpenCollective",
31610 - "url": "https://opencollective.com/unified"
31611 - }
31612 - ],
29595 + "node_modules/mdast-util-to-string/node_modules/@types/mdast": {
29596 + "version": "4.0.4",
29597 + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
29598 + "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
29599 "license": "MIT",
29600 "dependencies": {
31615 - "micromark-util-types": "^2.0.0"
29601 + "@types/unist": "*"
29602 }
29603 },
31618 - "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-symbol": {
31619 - "version": "2.0.1",
31620 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
31621 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
31622 - "funding": [
31623 - {
31624 - "type": "GitHub Sponsors",
31625 - "url": "https://github.com/sponsors/unifiedjs"
31626 - },
31627 - {
31628 - "type": "OpenCollective",
31629 - "url": "https://opencollective.com/unified"
31630 - }
31631 - ],
31632 - "license": "MIT"
29604 + "node_modules/mdast-util-toc": {
29605 + "version": "6.1.1",
29606 + "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-6.1.1.tgz",
29607 + "integrity": "sha512-Er21728Kow8hehecK2GZtb7Ny3omcoPUVrmObiSUwmoRYVZaXLR751QROEFjR8W/vAQdHMLj49Lz20J55XaNpw==",
29608 + "license": "MIT",
29609 + "dependencies": {
29610 + "@types/extend": "^3.0.0",
29611 + "@types/mdast": "^3.0.0",
29612 + "extend": "^3.0.0",
29613 + "github-slugger": "^2.0.0",
29614 + "mdast-util-to-string": "^3.1.0",
29615 + "unist-util-is": "^5.0.0",
29616 + "unist-util-visit": "^4.0.0"
29617 + },
29618 + "funding": {
29619 + "type": "opencollective",
29620 + "url": "https://opencollective.com/unified"
29621 + }
29622 },
31634 - "node_modules/micromark-extension-gfm-strikethrough/node_modules/micromark-util-types": {
31635 - "version": "2.0.2",
31636 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
31637 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
31638 - "funding": [
31639 - {
31640 - "type": "GitHub Sponsors",
31641 - "url": "https://github.com/sponsors/unifiedjs"
31642 - },
31643 - {
31644 - "type": "OpenCollective",
31645 - "url": "https://opencollective.com/unified"
31646 - }
31647 - ],
29623 + "node_modules/mdast-util-toc/node_modules/@types/unist": {
29624 + "version": "2.0.11",
29625 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
29626 + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
29627 "license": "MIT"
29628 },
31650 - "node_modules/micromark-extension-gfm-table": {
31651 - "version": "2.1.1",
31652 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
31653 - "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
29629 + "node_modules/mdast-util-toc/node_modules/mdast-util-to-string": {
29630 + "version": "3.2.0",
29631 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
29632 + "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
29633 "license": "MIT",
29634 "dependencies": {
31656 - "devlop": "^1.0.0",
31657 - "micromark-factory-space": "^2.0.0",
31658 - "micromark-util-character": "^2.0.0",
31659 - "micromark-util-symbol": "^2.0.0",
31660 - "micromark-util-types": "^2.0.0"
29635 + "@types/mdast": "^3.0.0"
29636 },
29637 "funding": {
29638 "type": "opencollective",
29639 "url": "https://opencollective.com/unified"
29640 }
29641 },
31667 - "node_modules/micromark-extension-gfm-table/node_modules/micromark-factory-space": {
31668 - "version": "2.0.1",
31669 - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
31670 - "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
31671 - "funding": [
31672 - {
31673 - "type": "GitHub Sponsors",
31674 - "url": "https://github.com/sponsors/unifiedjs"
31675 - },
31676 - {
31677 - "type": "OpenCollective",
31678 - "url": "https://opencollective.com/unified"
31679 - }
31680 - ],
29642 + "node_modules/mdast-util-toc/node_modules/unist-util-visit": {
29643 + "version": "4.1.2",
29644 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
29645 + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
29646 "license": "MIT",
29647 "dependencies": {
31683 - "micromark-util-character": "^2.0.0",
31684 - "micromark-util-types": "^2.0.0"
29648 + "@types/unist": "^2.0.0",
29649 + "unist-util-is": "^5.0.0",
29650 + "unist-util-visit-parents": "^5.1.1"
29651 + },
29652 + "funding": {
29653 + "type": "opencollective",
29654 + "url": "https://opencollective.com/unified"
29655 }
29656 },
31687 - "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-character": {
31688 - "version": "2.1.1",
31689 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
31690 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
31691 - "funding": [
31692 - {
31693 - "type": "GitHub Sponsors",
31694 - "url": "https://github.com/sponsors/unifiedjs"
31695 - },
31696 - {
31697 - "type": "OpenCollective",
31698 - "url": "https://opencollective.com/unified"
31699 - }
31700 - ],
29657 + "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents": {
29658 + "version": "5.1.3",
29659 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
29660 + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
29661 "license": "MIT",
29662 "dependencies": {
31703 - "micromark-util-symbol": "^2.0.0",
31704 - "micromark-util-types": "^2.0.0"
29663 + "@types/unist": "^2.0.0",
29664 + "unist-util-is": "^5.0.0"
29665 + },
29666 + "funding": {
29667 + "type": "opencollective",
29668 + "url": "https://opencollective.com/unified"
29669 }
29670 },
31707 - "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-symbol": {
31708 - "version": "2.0.1",
31709 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
31710 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
31711 - "funding": [
31712 - {
31713 - "type": "GitHub Sponsors",
31714 - "url": "https://github.com/sponsors/unifiedjs"
31715 - },
31716 - {
31717 - "type": "OpenCollective",
31718 - "url": "https://opencollective.com/unified"
31719 - }
31720 - ],
29671 + "node_modules/mdn-data": {
29672 + "version": "2.0.14",
29673 + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
29674 + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
29675 + "license": "CC0-1.0"
29676 + },
29677 + "node_modules/mdurl": {
29678 + "version": "1.0.1",
29679 + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
29680 + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==",
29681 "license": "MIT"
29682 },
31723 - "node_modules/micromark-extension-gfm-table/node_modules/micromark-util-types": {
31724 - "version": "2.0.2",
31725 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
31726 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
31727 - "funding": [
31728 - {
31729 - "type": "GitHub Sponsors",
31730 - "url": "https://github.com/sponsors/unifiedjs"
31731 - },
31732 - {
31733 - "type": "OpenCollective",
31734 - "url": "https://opencollective.com/unified"
31735 - }
31736 - ],
29683 + "node_modules/meant": {
29684 + "version": "1.0.3",
29685 + "resolved": "https://registry.npmjs.org/meant/-/meant-1.0.3.tgz",
29686 + "integrity": "sha512-88ZRGcNxAq4EH38cQ4D85PM57pikCwS8Z99EWHODxN7KBY+UuPiqzRTtZzS8KTXO/ywSWbdjjJST2Hly/EQxLw==",
29687 "license": "MIT"
29688 },
31739 - "node_modules/micromark-extension-gfm-tagfilter": {
31740 - "version": "2.0.0",
31741 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
31742 - "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
29689 + "node_modules/media-typer": {
29690 + "version": "0.3.0",
29691 + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
29692 + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
29693 "license": "MIT",
29694 + "engines": {
29695 + "node": ">= 0.6"
29696 + }
29697 + },
29698 + "node_modules/memfs": {
29699 + "version": "3.5.3",
29700 + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz",
29701 + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
29702 + "license": "Unlicense",
29703 "dependencies": {
31745 - "micromark-util-types": "^2.0.0"
29704 + "fs-monkey": "^1.0.4"
29705 },
31747 - "funding": {
31748 - "type": "opencollective",
31749 - "url": "https://opencollective.com/unified"
29706 + "engines": {
29707 + "node": ">= 4.0.0"
29708 }
29709 },
31752 - "node_modules/micromark-extension-gfm-tagfilter/node_modules/micromark-util-types": {
31753 - "version": "2.0.2",
31754 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
31755 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
31756 - "funding": [
31757 - {
31758 - "type": "GitHub Sponsors",
31759 - "url": "https://github.com/sponsors/unifiedjs"
31760 - },
31761 - {
31762 - "type": "OpenCollective",
31763 - "url": "https://opencollective.com/unified"
31764 - }
31765 - ],
29710 + "node_modules/memoizee": {
29711 + "version": "0.4.17",
29712 + "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.17.tgz",
29713 + "integrity": "sha512-DGqD7Hjpi/1or4F/aYAspXKNm5Yili0QDAFAY4QYvpqpgiY6+1jOfqpmByzjxbWd/T9mChbCArXAbDAsTm5oXA==",
29714 + "license": "ISC",
29715 + "dependencies": {
29716 + "d": "^1.0.2",
29717 + "es5-ext": "^0.10.64",
29718 + "es6-weak-map": "^2.0.3",
29719 + "event-emitter": "^0.3.5",
29720 + "is-promise": "^2.2.2",
29721 + "lru-queue": "^0.1.0",
29722 + "next-tick": "^1.1.0",
29723 + "timers-ext": "^0.1.7"
29724 + },
29725 + "engines": {
29726 + "node": ">=0.12"
29727 + }
29728 + },
29729 + "node_modules/memory-fs": {
29730 + "version": "0.2.0",
29731 + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.2.0.tgz",
29732 + "integrity": "sha512-+y4mDxU4rvXXu5UDSGCGNiesFmwCHuefGMoPCO1WYucNYj7DsLqrFaa2fXVI0H+NNiPTwwzKwspn9yTZqUGqng==",
29733 + "dev": true,
29734 "license": "MIT"
29735 },
31768 - "node_modules/micromark-extension-gfm-task-list-item": {
31769 - "version": "2.1.0",
31770 - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
31771 - "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
29736 + "node_modules/meow": {
29737 + "version": "12.1.1",
29738 + "resolved": "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz",
29739 + "integrity": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==",
29740 + "dev": true,
29741 "license": "MIT",
31773 - "dependencies": {
31774 - "devlop": "^1.0.0",
31775 - "micromark-factory-space": "^2.0.0",
31776 - "micromark-util-character": "^2.0.0",
31777 - "micromark-util-symbol": "^2.0.0",
31778 - "micromark-util-types": "^2.0.0"
29742 + "engines": {
29743 + "node": ">=16.10"
29744 },
29745 "funding": {
31781 - "type": "opencollective",
31782 - "url": "https://opencollective.com/unified"
29746 + "url": "https://github.com/sponsors/sindresorhus"
29747 }
29748 },
31785 - "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-factory-space": {
31786 - "version": "2.0.1",
31787 - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
31788 - "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
31789 - "funding": [
31790 - {
31791 - "type": "GitHub Sponsors",
31792 - "url": "https://github.com/sponsors/unifiedjs"
31793 - },
31794 - {
31795 - "type": "OpenCollective",
31796 - "url": "https://opencollective.com/unified"
31797 - }
31798 - ],
29749 + "node_modules/merge-descriptors": {
29750 + "version": "1.0.3",
29751 + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
29752 + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
29753 "license": "MIT",
31800 - "dependencies": {
31801 - "micromark-util-character": "^2.0.0",
31802 - "micromark-util-types": "^2.0.0"
29754 + "funding": {
29755 + "url": "https://github.com/sponsors/sindresorhus"
29756 }
29757 },
31805 - "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-character": {
31806 - "version": "2.1.1",
31807 - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
31808 - "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
29758 + "node_modules/merge-stream": {
29759 + "version": "2.0.0",
29760 + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
29761 + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
29762 + "license": "MIT"
29763 + },
29764 + "node_modules/merge2": {
29765 + "version": "1.4.1",
29766 + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
29767 + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
29768 + "license": "MIT",
29769 + "engines": {
29770 + "node": ">= 8"
29771 + }
29772 + },
29773 + "node_modules/methods": {
29774 + "version": "1.1.2",
29775 + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
29776 + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
29777 + "license": "MIT",
29778 + "engines": {
29779 + "node": ">= 0.6"
29780 + }
29781 + },
29782 + "node_modules/micromark": {
29783 + "version": "4.0.2",
29784 + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
29785 + "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
29786 "funding": [
29787 {
29788 "type": "GitHub Sponsors",
@@ -31818,30 +29795,29 @@
29795 ],
29796 "license": "MIT",
29797 "dependencies": {
29798 + "@types/debug": "^4.0.0",
29799 + "debug": "^4.0.0",
29800 + "decode-named-character-reference": "^1.0.0",
29801 + "devlop": "^1.0.0",
29802 + "micromark-core-commonmark": "^2.0.0",
29803 + "micromark-factory-space": "^2.0.0",
29804 + "micromark-util-character": "^2.0.0",
29805 + "micromark-util-chunked": "^2.0.0",
29806 + "micromark-util-combine-extensions": "^2.0.0",
29807 + "micromark-util-decode-numeric-character-reference": "^2.0.0",
29808 + "micromark-util-encode": "^2.0.0",
29809 + "micromark-util-normalize-identifier": "^2.0.0",
29810 + "micromark-util-resolve-all": "^2.0.0",
29811 + "micromark-util-sanitize-uri": "^2.0.0",
29812 + "micromark-util-subtokenize": "^2.0.0",
29813 "micromark-util-symbol": "^2.0.0",
29814 "micromark-util-types": "^2.0.0"
29815 }
29816 },
31825 - "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-symbol": {
31826 - "version": "2.0.1",
31827 - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
31828 - "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
31829 - "funding": [
31830 - {
31831 - "type": "GitHub Sponsors",
31832 - "url": "https://github.com/sponsors/unifiedjs"
31833 - },
31834 - {
31835 - "type": "OpenCollective",
31836 - "url": "https://opencollective.com/unified"
31837 - }
31838 - ],
31839 - "license": "MIT"
31840 - },
31841 - "node_modules/micromark-extension-gfm-task-list-item/node_modules/micromark-util-types": {
31842 - "version": "2.0.2",
31843 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
31844 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
29817 + "node_modules/micromark-core-commonmark": {
29818 + "version": "1.1.0",
29819 + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz",
29820 + "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
29821 "funding": [
29822 {
29823 "type": "GitHub Sponsors",
@@ -31852,31 +29828,46 @@
29828 "url": "https://opencollective.com/unified"
29829 }
29830 ],
31855 - "license": "MIT"
29831 + "license": "MIT",
29832 + "dependencies": {
29833 + "decode-named-character-reference": "^1.0.0",
29834 + "micromark-factory-destination": "^1.0.0",
29835 + "micromark-factory-label": "^1.0.0",
29836 + "micromark-factory-space": "^1.0.0",
29837 + "micromark-factory-title": "^1.0.0",
29838 + "micromark-factory-whitespace": "^1.0.0",
29839 + "micromark-util-character": "^1.0.0",
29840 + "micromark-util-chunked": "^1.0.0",
29841 + "micromark-util-classify-character": "^1.0.0",
29842 + "micromark-util-html-tag-name": "^1.0.0",
29843 + "micromark-util-normalize-identifier": "^1.0.0",
29844 + "micromark-util-resolve-all": "^1.0.0",
29845 + "micromark-util-subtokenize": "^1.0.0",
29846 + "micromark-util-symbol": "^1.0.0",
29847 + "micromark-util-types": "^1.0.1",
29848 + "uvu": "^0.5.0"
29849 + }
29850 },
31857 - "node_modules/micromark-extension-gfm/node_modules/micromark-util-chunked": {
31858 - "version": "2.0.1",
31859 - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
31860 - "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
31861 - "funding": [
31862 - {
31863 - "type": "GitHub Sponsors",
31864 - "url": "https://github.com/sponsors/unifiedjs"
31865 - },
31866 - {
31867 - "type": "OpenCollective",
31868 - "url": "https://opencollective.com/unified"
31869 - }
31870 - ],
29851 + "node_modules/micromark-extension-frontmatter": {
29852 + "version": "2.0.0",
29853 + "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz",
29854 + "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==",
29855 "license": "MIT",
29856 "dependencies": {
31873 - "micromark-util-symbol": "^2.0.0"
29857 + "fault": "^2.0.0",
29858 + "micromark-util-character": "^2.0.0",
29859 + "micromark-util-symbol": "^2.0.0",
29860 + "micromark-util-types": "^2.0.0"
29861 + },
29862 + "funding": {
29863 + "type": "opencollective",
29864 + "url": "https://opencollective.com/unified"
29865 }
29866 },
31876 - "node_modules/micromark-extension-gfm/node_modules/micromark-util-combine-extensions": {
31877 - "version": "2.0.1",
31878 - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
31879 - "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
29867 + "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-character": {
29868 + "version": "2.1.1",
29869 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
29870 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
29871 "funding": [
29872 {
29873 "type": "GitHub Sponsors",
@@ -31889,11 +29880,11 @@
29880 ],
29881 "license": "MIT",
29882 "dependencies": {
31892 - "micromark-util-chunked": "^2.0.0",
29883 + "micromark-util-symbol": "^2.0.0",
29884 "micromark-util-types": "^2.0.0"
29885 }
29886 },
31896 - "node_modules/micromark-extension-gfm/node_modules/micromark-util-symbol": {
29887 + "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-symbol": {
29888 "version": "2.0.1",
29889 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
29890 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
@@ -31909,10 +29900,10 @@
29900 ],
29901 "license": "MIT"
29902 },
31912 - "node_modules/micromark-extension-gfm/node_modules/micromark-util-types": {
31913 - "version": "2.0.2",
31914 - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
31915 - "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
29903 + "node_modules/micromark-extension-frontmatter/node_modules/micromark-util-types": {
29904 + "version": "2.0.1",
29905 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
29906 + "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
29907 "funding": [
29908 {
29909 "type": "GitHub Sponsors",
@@ -39752,33 +37743,6 @@
37743 "@types/unist": "*"
37744 }
37745 },
39755 - "node_modules/remark-gfm": {
39756 - "version": "4.0.1",
39757 - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
39758 - "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
39759 - "license": "MIT",
39760 - "dependencies": {
39761 - "@types/mdast": "^4.0.0",
39762 - "mdast-util-gfm": "^3.0.0",
39763 - "micromark-extension-gfm": "^3.0.0",
39764 - "remark-parse": "^11.0.0",
39765 - "remark-stringify": "^11.0.0",
39766 - "unified": "^11.0.0"
39767 - },
39768 - "funding": {
39769 - "type": "opencollective",
39770 - "url": "https://opencollective.com/unified"
39771 - }
39772 - },
39773 - "node_modules/remark-gfm/node_modules/@types/mdast": {
39774 - "version": "4.0.4",
39775 - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
39776 - "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
39777 - "license": "MIT",
39778 - "dependencies": {
39779 - "@types/unist": "*"
39780 - }
39781 - },
37746 "node_modules/remark-mdx": {
37747 "version": "3.1.0",
37748 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.1.0.tgz",
@@ -40162,6 +38126,7 @@
38126 "version": "11.0.0",
38127 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
38128 "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
38129 + "dev": true,
38130 "license": "MIT",
38131 "dependencies": {
38132 "@types/mdast": "^4.0.0",
@@ -40177,6 +38142,7 @@
38142 "version": "4.0.4",
38143 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
38144 "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
38145 + "dev": true,
38146 "license": "MIT",
38147 "dependencies": {
38148 "@types/unist": "*"
@@ -40186,6 +38152,7 @@
38152 "version": "4.1.0",
38153 "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
38154 "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
38155 + "dev": true,
38156 "license": "MIT",
38157 "dependencies": {
38158 "@types/mdast": "^4.0.0",
@@ -40200,6 +38167,7 @@
38167 "version": "2.1.2",
38168 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
38169 "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
38170 + "dev": true,
38171 "license": "MIT",
38172 "dependencies": {
38173 "@types/mdast": "^4.0.0",
@@ -40221,6 +38189,7 @@
38189 "version": "2.1.1",
38190 "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
38191 "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
38192 + "dev": true,
38193 "funding": [
38194 {
38195 "type": "GitHub Sponsors",
@@ -40241,6 +38210,7 @@
38210 "version": "2.0.1",
38211 "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
38212 "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
38213 + "dev": true,
38214 "funding": [
38215 {
38216 "type": "GitHub Sponsors",
@@ -40262,6 +38232,7 @@
38232 "version": "2.0.2",
38233 "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
38234 "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
38235 + "dev": true,
38236 "funding": [
38237 {
38238 "type": "GitHub Sponsors",
@@ -40281,6 +38252,7 @@
38252 "version": "2.0.1",
38253 "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
38254 "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
38255 + "dev": true,
38256 "funding": [
38257 {
38258 "type": "GitHub Sponsors",
@@ -40303,6 +38275,7 @@
38275 "version": "2.0.1",
38276 "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
38277 "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
38278 + "dev": true,
38279 "funding": [
38280 {
38281 "type": "GitHub Sponsors",
@@ -40319,6 +38292,7 @@
38292 "version": "2.0.1",
38293 "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz",
38294 "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==",
38295 + "dev": true,
38296 "funding": [
38297 {
38298 "type": "GitHub Sponsors",
@@ -40335,6 +38309,7 @@
38309 "version": "6.0.0",
38310 "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
38311 "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
38312 + "dev": true,
38313 "license": "MIT",
38314 "dependencies": {
38315 "@types/unist": "^3.0.0"
package.json
-1
@@ -66,7 +66,6 @@
66 "react-dom": "^18.2.0",
67 "react-focus-on": "^3.9.1",
68 "remark-frontmatter": "^5.0.0",
69 - "remark-gfm": "^4.0.1",
69 "styled-components": "^5.3.11",
70 "styled-system": "^5.1.5"
71 },