loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update dependency markdownlint-cli to v0.44.0 (forgejo) (#6758)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | devDependencies | minor | [`0.43.0` -> `0.44.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.43.0/0.44.0) |

---

### Release Notes

<details>
<summary>igorshubovych/markdownlint-cli (markdownlint-cli)</summary>

### [`v0.44.0`](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.44.0)

[Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.43.0...v0.44.0)

- Update `markdownlint` dependency to `0.37.4`
- Convert module to ECMAScript (breaking change)
- Stop using `require`, convert to `import`
- Improve `MD032`
- Update all dependencies via `Dependabot`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - "* 0-3 * * *" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEzNi4xIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6758
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
Earl Warren
6bd9867c 41dceec6

+747 -77
+746 -76
package-lock.json
··· 88 88 "globals": "15.14.0", 89 89 "happy-dom": "16.8.1", 90 90 "license-checker-rseidelsohn": "4.4.2", 91 - "markdownlint-cli": "0.43.0", 91 + "markdownlint-cli": "0.44.0", 92 92 "postcss-html": "1.8.0", 93 93 "stylelint": "16.12.0", 94 94 "stylelint-declaration-block-no-ignored-properties": "2.8.0", ··· 4533 4533 "@types/d3-selection": "*" 4534 4534 } 4535 4535 }, 4536 + "node_modules/@types/debug": { 4537 + "version": "4.1.12", 4538 + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", 4539 + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", 4540 + "dev": true, 4541 + "license": "MIT", 4542 + "dependencies": { 4543 + "@types/ms": "*" 4544 + } 4545 + }, 4536 4546 "node_modules/@types/doctrine": { 4537 4547 "version": "0.0.9", 4538 4548 "resolved": "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz", ··· 4594 4604 "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", 4595 4605 "license": "MIT" 4596 4606 }, 4607 + "node_modules/@types/katex": { 4608 + "version": "0.16.7", 4609 + "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz", 4610 + "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==", 4611 + "dev": true, 4612 + "license": "MIT" 4613 + }, 4597 4614 "node_modules/@types/markdown-escape": { 4598 4615 "version": "1.1.3", 4599 4616 "resolved": "https://registry.npmjs.org/@types/markdown-escape/-/markdown-escape-1.1.3.tgz", ··· 4605 4622 "version": "4.3.2", 4606 4623 "resolved": "https://registry.npmjs.org/@types/marked/-/marked-4.3.2.tgz", 4607 4624 "integrity": "sha512-a79Yc3TOk6dGdituy8hmTTJXjOkZ7zsFYV10L337ttq/rec8lRMDBpV7fL3uLx6TgbFCa5DU/h8FmIBQPSbU0w==", 4625 + "license": "MIT" 4626 + }, 4627 + "node_modules/@types/ms": { 4628 + "version": "2.1.0", 4629 + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", 4630 + "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", 4631 + "dev": true, 4608 4632 "license": "MIT" 4609 4633 }, 4610 4634 "node_modules/@types/node": { ··· 4645 4669 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", 4646 4670 "license": "MIT", 4647 4671 "optional": true 4672 + }, 4673 + "node_modules/@types/unist": { 4674 + "version": "2.0.11", 4675 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", 4676 + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", 4677 + "dev": true, 4678 + "license": "MIT" 4648 4679 }, 4649 4680 "node_modules/@types/urijs": { 4650 4681 "version": "1.19.25", ··· 6143 6174 "url": "https://github.com/chalk/chalk?sponsor=1" 6144 6175 } 6145 6176 }, 6177 + "node_modules/character-entities": { 6178 + "version": "2.0.2", 6179 + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", 6180 + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", 6181 + "dev": true, 6182 + "license": "MIT", 6183 + "funding": { 6184 + "type": "github", 6185 + "url": "https://github.com/sponsors/wooorm" 6186 + } 6187 + }, 6188 + "node_modules/character-entities-legacy": { 6189 + "version": "3.0.0", 6190 + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", 6191 + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", 6192 + "dev": true, 6193 + "license": "MIT", 6194 + "funding": { 6195 + "type": "github", 6196 + "url": "https://github.com/sponsors/wooorm" 6197 + } 6198 + }, 6199 + "node_modules/character-reference-invalid": { 6200 + "version": "2.0.1", 6201 + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", 6202 + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", 6203 + "dev": true, 6204 + "license": "MIT", 6205 + "funding": { 6206 + "type": "github", 6207 + "url": "https://github.com/sponsors/wooorm" 6208 + } 6209 + }, 6146 6210 "node_modules/chart.js": { 6147 6211 "version": "4.4.5", 6148 6212 "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.5.tgz", ··· 7271 7335 } 7272 7336 } 7273 7337 }, 7338 + "node_modules/decode-named-character-reference": { 7339 + "version": "1.0.2", 7340 + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", 7341 + "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", 7342 + "dev": true, 7343 + "license": "MIT", 7344 + "dependencies": { 7345 + "character-entities": "^2.0.0" 7346 + }, 7347 + "funding": { 7348 + "type": "github", 7349 + "url": "https://github.com/sponsors/wooorm" 7350 + } 7351 + }, 7274 7352 "node_modules/decode-uri-component": { 7275 7353 "version": "0.2.2", 7276 7354 "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", ··· 7363 7441 "node": ">= 0.6.0" 7364 7442 } 7365 7443 }, 7444 + "node_modules/dequal": { 7445 + "version": "2.0.3", 7446 + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", 7447 + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", 7448 + "dev": true, 7449 + "license": "MIT", 7450 + "engines": { 7451 + "node": ">=6" 7452 + } 7453 + }, 7454 + "node_modules/devlop": { 7455 + "version": "1.1.0", 7456 + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", 7457 + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", 7458 + "dev": true, 7459 + "license": "MIT", 7460 + "dependencies": { 7461 + "dequal": "^2.0.0" 7462 + }, 7463 + "funding": { 7464 + "type": "github", 7465 + "url": "https://github.com/sponsors/wooorm" 7466 + } 7467 + }, 7366 7468 "node_modules/didyoumean": { 7367 7469 "version": "1.2.2", 7368 7470 "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", ··· 9527 9629 "node": ">=10.13.0" 9528 9630 } 9529 9631 }, 9632 + "node_modules/is-alphabetical": { 9633 + "version": "2.0.1", 9634 + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", 9635 + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", 9636 + "dev": true, 9637 + "license": "MIT", 9638 + "funding": { 9639 + "type": "github", 9640 + "url": "https://github.com/sponsors/wooorm" 9641 + } 9642 + }, 9643 + "node_modules/is-alphanumerical": { 9644 + "version": "2.0.1", 9645 + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", 9646 + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", 9647 + "dev": true, 9648 + "license": "MIT", 9649 + "dependencies": { 9650 + "is-alphabetical": "^2.0.0", 9651 + "is-decimal": "^2.0.0" 9652 + }, 9653 + "funding": { 9654 + "type": "github", 9655 + "url": "https://github.com/sponsors/wooorm" 9656 + } 9657 + }, 9530 9658 "node_modules/is-array-buffer": { 9531 9659 "version": "3.0.5", 9532 9660 "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz", ··· 9704 9832 "url": "https://github.com/sponsors/ljharb" 9705 9833 } 9706 9834 }, 9835 + "node_modules/is-decimal": { 9836 + "version": "2.0.1", 9837 + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", 9838 + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", 9839 + "dev": true, 9840 + "license": "MIT", 9841 + "funding": { 9842 + "type": "github", 9843 + "url": "https://github.com/sponsors/wooorm" 9844 + } 9845 + }, 9707 9846 "node_modules/is-extglob": { 9708 9847 "version": "2.1.1", 9709 9848 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", ··· 9781 9920 }, 9782 9921 "engines": { 9783 9922 "node": ">=0.10.0" 9923 + } 9924 + }, 9925 + "node_modules/is-hexadecimal": { 9926 + "version": "2.0.1", 9927 + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", 9928 + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", 9929 + "dev": true, 9930 + "license": "MIT", 9931 + "funding": { 9932 + "type": "github", 9933 + "url": "https://github.com/sponsors/wooorm" 9784 9934 } 9785 9935 }, 9786 9936 "node_modules/is-js-type": { ··· 10796 10946 } 10797 10947 }, 10798 10948 "node_modules/markdownlint": { 10799 - "version": "0.36.1", 10800 - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.1.tgz", 10801 - "integrity": "sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==", 10949 + "version": "0.37.4", 10950 + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.4.tgz", 10951 + "integrity": "sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==", 10802 10952 "dev": true, 10803 10953 "license": "MIT", 10804 10954 "dependencies": { 10805 10955 "markdown-it": "14.1.0", 10806 - "markdownlint-micromark": "0.1.12" 10956 + "micromark": "4.0.1", 10957 + "micromark-core-commonmark": "2.0.2", 10958 + "micromark-extension-directive": "3.0.2", 10959 + "micromark-extension-gfm-autolink-literal": "2.1.0", 10960 + "micromark-extension-gfm-footnote": "2.1.0", 10961 + "micromark-extension-gfm-table": "2.1.0", 10962 + "micromark-extension-math": "3.1.0", 10963 + "micromark-util-types": "2.0.1" 10807 10964 }, 10808 10965 "engines": { 10809 10966 "node": ">=18" ··· 10813 10970 } 10814 10971 }, 10815 10972 "node_modules/markdownlint-cli": { 10816 - "version": "0.43.0", 10817 - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.43.0.tgz", 10818 - "integrity": "sha512-6vwurKK4B21eyYzwgX6ph13cZS7hE6LZfcS8QyD722CyxVD2RtAvbZK2p7k+FZbbKORulEuwl+hJaEq1l6/hoQ==", 10973 + "version": "0.44.0", 10974 + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.44.0.tgz", 10975 + "integrity": "sha512-ZJTAONlvF9NkrIBltCdW15DxN9UTbPiKMEqAh2EU2gwIFlrCMavyCEPPO121cqfYOrLUJWW8/XKWongstmmTeQ==", 10819 10976 "dev": true, 10820 10977 "license": "MIT", 10821 10978 "dependencies": { 10822 - "commander": "~12.1.0", 10823 - "glob": "~11.0.0", 10824 - "ignore": "~6.0.2", 10825 - "js-yaml": "^4.1.0", 10979 + "commander": "~13.1.0", 10980 + "glob": "~10.4.5", 10981 + "ignore": "~7.0.3", 10982 + "js-yaml": "~4.1.0", 10826 10983 "jsonc-parser": "~3.3.1", 10827 - "jsonpointer": "5.0.1", 10828 - "markdownlint": "~0.36.1", 10829 - "minimatch": "~10.0.1", 10984 + "jsonpointer": "~5.0.1", 10985 + "markdownlint": "~0.37.4", 10986 + "minimatch": "~9.0.5", 10830 10987 "run-con": "~1.3.2", 10831 10988 "smol-toml": "~1.3.1" 10832 10989 }, ··· 10838 10995 } 10839 10996 }, 10840 10997 "node_modules/markdownlint-cli/node_modules/commander": { 10841 - "version": "12.1.0", 10842 - "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", 10843 - "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", 10998 + "version": "13.1.0", 10999 + "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", 11000 + "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", 10844 11001 "dev": true, 10845 11002 "license": "MIT", 10846 11003 "engines": { ··· 10848 11005 } 10849 11006 }, 10850 11007 "node_modules/markdownlint-cli/node_modules/glob": { 10851 - "version": "11.0.1", 10852 - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz", 10853 - "integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==", 11008 + "version": "10.4.5", 11009 + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", 11010 + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", 10854 11011 "dev": true, 10855 11012 "license": "ISC", 10856 11013 "dependencies": { 10857 11014 "foreground-child": "^3.1.0", 10858 - "jackspeak": "^4.0.1", 10859 - "minimatch": "^10.0.0", 11015 + "jackspeak": "^3.1.2", 11016 + "minimatch": "^9.0.4", 10860 11017 "minipass": "^7.1.2", 10861 11018 "package-json-from-dist": "^1.0.0", 10862 - "path-scurry": "^2.0.0" 11019 + "path-scurry": "^1.11.1" 10863 11020 }, 10864 11021 "bin": { 10865 11022 "glob": "dist/esm/bin.mjs" 10866 11023 }, 10867 - "engines": { 10868 - "node": "20 || >=22" 10869 - }, 10870 11024 "funding": { 10871 11025 "url": "https://github.com/sponsors/isaacs" 10872 11026 } 10873 11027 }, 10874 11028 "node_modules/markdownlint-cli/node_modules/ignore": { 10875 - "version": "6.0.2", 10876 - "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", 10877 - "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", 11029 + "version": "7.0.3", 11030 + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz", 11031 + "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==", 10878 11032 "dev": true, 10879 11033 "license": "MIT", 10880 11034 "engines": { 10881 11035 "node": ">= 4" 10882 11036 } 10883 11037 }, 10884 - "node_modules/markdownlint-cli/node_modules/jackspeak": { 10885 - "version": "4.0.2", 10886 - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz", 10887 - "integrity": "sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==", 10888 - "dev": true, 10889 - "license": "BlueOak-1.0.0", 10890 - "dependencies": { 10891 - "@isaacs/cliui": "^8.0.2" 10892 - }, 10893 - "engines": { 10894 - "node": "20 || >=22" 10895 - }, 10896 - "funding": { 10897 - "url": "https://github.com/sponsors/isaacs" 10898 - } 10899 - }, 10900 11038 "node_modules/markdownlint-cli/node_modules/jsonc-parser": { 10901 11039 "version": "3.3.1", 10902 11040 "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", ··· 10904 11042 "dev": true, 10905 11043 "license": "MIT" 10906 11044 }, 10907 - "node_modules/markdownlint-cli/node_modules/lru-cache": { 10908 - "version": "11.0.2", 10909 - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz", 10910 - "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==", 11045 + "node_modules/markdownlint-cli/node_modules/minimatch": { 11046 + "version": "9.0.5", 11047 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 11048 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 10911 11049 "dev": true, 10912 11050 "license": "ISC", 10913 - "engines": { 10914 - "node": "20 || >=22" 10915 - } 10916 - }, 10917 - "node_modules/markdownlint-cli/node_modules/path-scurry": { 10918 - "version": "2.0.0", 10919 - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", 10920 - "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", 10921 - "dev": true, 10922 - "license": "BlueOak-1.0.0", 10923 11051 "dependencies": { 10924 - "lru-cache": "^11.0.0", 10925 - "minipass": "^7.1.2" 11052 + "brace-expansion": "^2.0.1" 10926 11053 }, 10927 11054 "engines": { 10928 - "node": "20 || >=22" 11055 + "node": ">=16 || 14 >=14.17" 10929 11056 }, 10930 11057 "funding": { 10931 11058 "url": "https://github.com/sponsors/isaacs" 10932 - } 10933 - }, 10934 - "node_modules/markdownlint-micromark": { 10935 - "version": "0.1.12", 10936 - "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz", 10937 - "integrity": "sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==", 10938 - "dev": true, 10939 - "license": "MIT", 10940 - "engines": { 10941 - "node": ">=18" 10942 - }, 10943 - "funding": { 10944 - "url": "https://github.com/sponsors/DavidAnson" 10945 11059 } 10946 11060 }, 10947 11061 "node_modules/marked": { ··· 11059 11173 "node": ">= 18" 11060 11174 } 11061 11175 }, 11176 + "node_modules/micromark": { 11177 + "version": "4.0.1", 11178 + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz", 11179 + "integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==", 11180 + "dev": true, 11181 + "funding": [ 11182 + { 11183 + "type": "GitHub Sponsors", 11184 + "url": "https://github.com/sponsors/unifiedjs" 11185 + }, 11186 + { 11187 + "type": "OpenCollective", 11188 + "url": "https://opencollective.com/unified" 11189 + } 11190 + ], 11191 + "license": "MIT", 11192 + "dependencies": { 11193 + "@types/debug": "^4.0.0", 11194 + "debug": "^4.0.0", 11195 + "decode-named-character-reference": "^1.0.0", 11196 + "devlop": "^1.0.0", 11197 + "micromark-core-commonmark": "^2.0.0", 11198 + "micromark-factory-space": "^2.0.0", 11199 + "micromark-util-character": "^2.0.0", 11200 + "micromark-util-chunked": "^2.0.0", 11201 + "micromark-util-combine-extensions": "^2.0.0", 11202 + "micromark-util-decode-numeric-character-reference": "^2.0.0", 11203 + "micromark-util-encode": "^2.0.0", 11204 + "micromark-util-normalize-identifier": "^2.0.0", 11205 + "micromark-util-resolve-all": "^2.0.0", 11206 + "micromark-util-sanitize-uri": "^2.0.0", 11207 + "micromark-util-subtokenize": "^2.0.0", 11208 + "micromark-util-symbol": "^2.0.0", 11209 + "micromark-util-types": "^2.0.0" 11210 + } 11211 + }, 11212 + "node_modules/micromark-core-commonmark": { 11213 + "version": "2.0.2", 11214 + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz", 11215 + "integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==", 11216 + "dev": true, 11217 + "funding": [ 11218 + { 11219 + "type": "GitHub Sponsors", 11220 + "url": "https://github.com/sponsors/unifiedjs" 11221 + }, 11222 + { 11223 + "type": "OpenCollective", 11224 + "url": "https://opencollective.com/unified" 11225 + } 11226 + ], 11227 + "license": "MIT", 11228 + "dependencies": { 11229 + "decode-named-character-reference": "^1.0.0", 11230 + "devlop": "^1.0.0", 11231 + "micromark-factory-destination": "^2.0.0", 11232 + "micromark-factory-label": "^2.0.0", 11233 + "micromark-factory-space": "^2.0.0", 11234 + "micromark-factory-title": "^2.0.0", 11235 + "micromark-factory-whitespace": "^2.0.0", 11236 + "micromark-util-character": "^2.0.0", 11237 + "micromark-util-chunked": "^2.0.0", 11238 + "micromark-util-classify-character": "^2.0.0", 11239 + "micromark-util-html-tag-name": "^2.0.0", 11240 + "micromark-util-normalize-identifier": "^2.0.0", 11241 + "micromark-util-resolve-all": "^2.0.0", 11242 + "micromark-util-subtokenize": "^2.0.0", 11243 + "micromark-util-symbol": "^2.0.0", 11244 + "micromark-util-types": "^2.0.0" 11245 + } 11246 + }, 11247 + "node_modules/micromark-extension-directive": { 11248 + "version": "3.0.2", 11249 + "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz", 11250 + "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==", 11251 + "dev": true, 11252 + "license": "MIT", 11253 + "dependencies": { 11254 + "devlop": "^1.0.0", 11255 + "micromark-factory-space": "^2.0.0", 11256 + "micromark-factory-whitespace": "^2.0.0", 11257 + "micromark-util-character": "^2.0.0", 11258 + "micromark-util-symbol": "^2.0.0", 11259 + "micromark-util-types": "^2.0.0", 11260 + "parse-entities": "^4.0.0" 11261 + }, 11262 + "funding": { 11263 + "type": "opencollective", 11264 + "url": "https://opencollective.com/unified" 11265 + } 11266 + }, 11267 + "node_modules/micromark-extension-gfm-autolink-literal": { 11268 + "version": "2.1.0", 11269 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", 11270 + "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", 11271 + "dev": true, 11272 + "license": "MIT", 11273 + "dependencies": { 11274 + "micromark-util-character": "^2.0.0", 11275 + "micromark-util-sanitize-uri": "^2.0.0", 11276 + "micromark-util-symbol": "^2.0.0", 11277 + "micromark-util-types": "^2.0.0" 11278 + }, 11279 + "funding": { 11280 + "type": "opencollective", 11281 + "url": "https://opencollective.com/unified" 11282 + } 11283 + }, 11284 + "node_modules/micromark-extension-gfm-footnote": { 11285 + "version": "2.1.0", 11286 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", 11287 + "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", 11288 + "dev": true, 11289 + "license": "MIT", 11290 + "dependencies": { 11291 + "devlop": "^1.0.0", 11292 + "micromark-core-commonmark": "^2.0.0", 11293 + "micromark-factory-space": "^2.0.0", 11294 + "micromark-util-character": "^2.0.0", 11295 + "micromark-util-normalize-identifier": "^2.0.0", 11296 + "micromark-util-sanitize-uri": "^2.0.0", 11297 + "micromark-util-symbol": "^2.0.0", 11298 + "micromark-util-types": "^2.0.0" 11299 + }, 11300 + "funding": { 11301 + "type": "opencollective", 11302 + "url": "https://opencollective.com/unified" 11303 + } 11304 + }, 11305 + "node_modules/micromark-extension-gfm-table": { 11306 + "version": "2.1.0", 11307 + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz", 11308 + "integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==", 11309 + "dev": true, 11310 + "license": "MIT", 11311 + "dependencies": { 11312 + "devlop": "^1.0.0", 11313 + "micromark-factory-space": "^2.0.0", 11314 + "micromark-util-character": "^2.0.0", 11315 + "micromark-util-symbol": "^2.0.0", 11316 + "micromark-util-types": "^2.0.0" 11317 + }, 11318 + "funding": { 11319 + "type": "opencollective", 11320 + "url": "https://opencollective.com/unified" 11321 + } 11322 + }, 11323 + "node_modules/micromark-extension-math": { 11324 + "version": "3.1.0", 11325 + "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", 11326 + "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", 11327 + "dev": true, 11328 + "license": "MIT", 11329 + "dependencies": { 11330 + "@types/katex": "^0.16.0", 11331 + "devlop": "^1.0.0", 11332 + "katex": "^0.16.0", 11333 + "micromark-factory-space": "^2.0.0", 11334 + "micromark-util-character": "^2.0.0", 11335 + "micromark-util-symbol": "^2.0.0", 11336 + "micromark-util-types": "^2.0.0" 11337 + }, 11338 + "funding": { 11339 + "type": "opencollective", 11340 + "url": "https://opencollective.com/unified" 11341 + } 11342 + }, 11343 + "node_modules/micromark-factory-destination": { 11344 + "version": "2.0.1", 11345 + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", 11346 + "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", 11347 + "dev": true, 11348 + "funding": [ 11349 + { 11350 + "type": "GitHub Sponsors", 11351 + "url": "https://github.com/sponsors/unifiedjs" 11352 + }, 11353 + { 11354 + "type": "OpenCollective", 11355 + "url": "https://opencollective.com/unified" 11356 + } 11357 + ], 11358 + "license": "MIT", 11359 + "dependencies": { 11360 + "micromark-util-character": "^2.0.0", 11361 + "micromark-util-symbol": "^2.0.0", 11362 + "micromark-util-types": "^2.0.0" 11363 + } 11364 + }, 11365 + "node_modules/micromark-factory-label": { 11366 + "version": "2.0.1", 11367 + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", 11368 + "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", 11369 + "dev": true, 11370 + "funding": [ 11371 + { 11372 + "type": "GitHub Sponsors", 11373 + "url": "https://github.com/sponsors/unifiedjs" 11374 + }, 11375 + { 11376 + "type": "OpenCollective", 11377 + "url": "https://opencollective.com/unified" 11378 + } 11379 + ], 11380 + "license": "MIT", 11381 + "dependencies": { 11382 + "devlop": "^1.0.0", 11383 + "micromark-util-character": "^2.0.0", 11384 + "micromark-util-symbol": "^2.0.0", 11385 + "micromark-util-types": "^2.0.0" 11386 + } 11387 + }, 11388 + "node_modules/micromark-factory-space": { 11389 + "version": "2.0.1", 11390 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", 11391 + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", 11392 + "dev": true, 11393 + "funding": [ 11394 + { 11395 + "type": "GitHub Sponsors", 11396 + "url": "https://github.com/sponsors/unifiedjs" 11397 + }, 11398 + { 11399 + "type": "OpenCollective", 11400 + "url": "https://opencollective.com/unified" 11401 + } 11402 + ], 11403 + "license": "MIT", 11404 + "dependencies": { 11405 + "micromark-util-character": "^2.0.0", 11406 + "micromark-util-types": "^2.0.0" 11407 + } 11408 + }, 11409 + "node_modules/micromark-factory-title": { 11410 + "version": "2.0.1", 11411 + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", 11412 + "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", 11413 + "dev": true, 11414 + "funding": [ 11415 + { 11416 + "type": "GitHub Sponsors", 11417 + "url": "https://github.com/sponsors/unifiedjs" 11418 + }, 11419 + { 11420 + "type": "OpenCollective", 11421 + "url": "https://opencollective.com/unified" 11422 + } 11423 + ], 11424 + "license": "MIT", 11425 + "dependencies": { 11426 + "micromark-factory-space": "^2.0.0", 11427 + "micromark-util-character": "^2.0.0", 11428 + "micromark-util-symbol": "^2.0.0", 11429 + "micromark-util-types": "^2.0.0" 11430 + } 11431 + }, 11432 + "node_modules/micromark-factory-whitespace": { 11433 + "version": "2.0.1", 11434 + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", 11435 + "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", 11436 + "dev": true, 11437 + "funding": [ 11438 + { 11439 + "type": "GitHub Sponsors", 11440 + "url": "https://github.com/sponsors/unifiedjs" 11441 + }, 11442 + { 11443 + "type": "OpenCollective", 11444 + "url": "https://opencollective.com/unified" 11445 + } 11446 + ], 11447 + "license": "MIT", 11448 + "dependencies": { 11449 + "micromark-factory-space": "^2.0.0", 11450 + "micromark-util-character": "^2.0.0", 11451 + "micromark-util-symbol": "^2.0.0", 11452 + "micromark-util-types": "^2.0.0" 11453 + } 11454 + }, 11455 + "node_modules/micromark-util-character": { 11456 + "version": "2.1.1", 11457 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", 11458 + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", 11459 + "dev": true, 11460 + "funding": [ 11461 + { 11462 + "type": "GitHub Sponsors", 11463 + "url": "https://github.com/sponsors/unifiedjs" 11464 + }, 11465 + { 11466 + "type": "OpenCollective", 11467 + "url": "https://opencollective.com/unified" 11468 + } 11469 + ], 11470 + "license": "MIT", 11471 + "dependencies": { 11472 + "micromark-util-symbol": "^2.0.0", 11473 + "micromark-util-types": "^2.0.0" 11474 + } 11475 + }, 11476 + "node_modules/micromark-util-chunked": { 11477 + "version": "2.0.1", 11478 + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", 11479 + "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", 11480 + "dev": true, 11481 + "funding": [ 11482 + { 11483 + "type": "GitHub Sponsors", 11484 + "url": "https://github.com/sponsors/unifiedjs" 11485 + }, 11486 + { 11487 + "type": "OpenCollective", 11488 + "url": "https://opencollective.com/unified" 11489 + } 11490 + ], 11491 + "license": "MIT", 11492 + "dependencies": { 11493 + "micromark-util-symbol": "^2.0.0" 11494 + } 11495 + }, 11496 + "node_modules/micromark-util-classify-character": { 11497 + "version": "2.0.1", 11498 + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", 11499 + "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", 11500 + "dev": true, 11501 + "funding": [ 11502 + { 11503 + "type": "GitHub Sponsors", 11504 + "url": "https://github.com/sponsors/unifiedjs" 11505 + }, 11506 + { 11507 + "type": "OpenCollective", 11508 + "url": "https://opencollective.com/unified" 11509 + } 11510 + ], 11511 + "license": "MIT", 11512 + "dependencies": { 11513 + "micromark-util-character": "^2.0.0", 11514 + "micromark-util-symbol": "^2.0.0", 11515 + "micromark-util-types": "^2.0.0" 11516 + } 11517 + }, 11518 + "node_modules/micromark-util-combine-extensions": { 11519 + "version": "2.0.1", 11520 + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", 11521 + "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", 11522 + "dev": true, 11523 + "funding": [ 11524 + { 11525 + "type": "GitHub Sponsors", 11526 + "url": "https://github.com/sponsors/unifiedjs" 11527 + }, 11528 + { 11529 + "type": "OpenCollective", 11530 + "url": "https://opencollective.com/unified" 11531 + } 11532 + ], 11533 + "license": "MIT", 11534 + "dependencies": { 11535 + "micromark-util-chunked": "^2.0.0", 11536 + "micromark-util-types": "^2.0.0" 11537 + } 11538 + }, 11539 + "node_modules/micromark-util-decode-numeric-character-reference": { 11540 + "version": "2.0.2", 11541 + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", 11542 + "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", 11543 + "dev": true, 11544 + "funding": [ 11545 + { 11546 + "type": "GitHub Sponsors", 11547 + "url": "https://github.com/sponsors/unifiedjs" 11548 + }, 11549 + { 11550 + "type": "OpenCollective", 11551 + "url": "https://opencollective.com/unified" 11552 + } 11553 + ], 11554 + "license": "MIT", 11555 + "dependencies": { 11556 + "micromark-util-symbol": "^2.0.0" 11557 + } 11558 + }, 11559 + "node_modules/micromark-util-encode": { 11560 + "version": "2.0.1", 11561 + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", 11562 + "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", 11563 + "dev": true, 11564 + "funding": [ 11565 + { 11566 + "type": "GitHub Sponsors", 11567 + "url": "https://github.com/sponsors/unifiedjs" 11568 + }, 11569 + { 11570 + "type": "OpenCollective", 11571 + "url": "https://opencollective.com/unified" 11572 + } 11573 + ], 11574 + "license": "MIT" 11575 + }, 11576 + "node_modules/micromark-util-html-tag-name": { 11577 + "version": "2.0.1", 11578 + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", 11579 + "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", 11580 + "dev": true, 11581 + "funding": [ 11582 + { 11583 + "type": "GitHub Sponsors", 11584 + "url": "https://github.com/sponsors/unifiedjs" 11585 + }, 11586 + { 11587 + "type": "OpenCollective", 11588 + "url": "https://opencollective.com/unified" 11589 + } 11590 + ], 11591 + "license": "MIT" 11592 + }, 11593 + "node_modules/micromark-util-normalize-identifier": { 11594 + "version": "2.0.1", 11595 + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", 11596 + "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", 11597 + "dev": true, 11598 + "funding": [ 11599 + { 11600 + "type": "GitHub Sponsors", 11601 + "url": "https://github.com/sponsors/unifiedjs" 11602 + }, 11603 + { 11604 + "type": "OpenCollective", 11605 + "url": "https://opencollective.com/unified" 11606 + } 11607 + ], 11608 + "license": "MIT", 11609 + "dependencies": { 11610 + "micromark-util-symbol": "^2.0.0" 11611 + } 11612 + }, 11613 + "node_modules/micromark-util-resolve-all": { 11614 + "version": "2.0.1", 11615 + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", 11616 + "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", 11617 + "dev": true, 11618 + "funding": [ 11619 + { 11620 + "type": "GitHub Sponsors", 11621 + "url": "https://github.com/sponsors/unifiedjs" 11622 + }, 11623 + { 11624 + "type": "OpenCollective", 11625 + "url": "https://opencollective.com/unified" 11626 + } 11627 + ], 11628 + "license": "MIT", 11629 + "dependencies": { 11630 + "micromark-util-types": "^2.0.0" 11631 + } 11632 + }, 11633 + "node_modules/micromark-util-sanitize-uri": { 11634 + "version": "2.0.1", 11635 + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", 11636 + "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", 11637 + "dev": true, 11638 + "funding": [ 11639 + { 11640 + "type": "GitHub Sponsors", 11641 + "url": "https://github.com/sponsors/unifiedjs" 11642 + }, 11643 + { 11644 + "type": "OpenCollective", 11645 + "url": "https://opencollective.com/unified" 11646 + } 11647 + ], 11648 + "license": "MIT", 11649 + "dependencies": { 11650 + "micromark-util-character": "^2.0.0", 11651 + "micromark-util-encode": "^2.0.0", 11652 + "micromark-util-symbol": "^2.0.0" 11653 + } 11654 + }, 11655 + "node_modules/micromark-util-subtokenize": { 11656 + "version": "2.0.4", 11657 + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz", 11658 + "integrity": "sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==", 11659 + "dev": true, 11660 + "funding": [ 11661 + { 11662 + "type": "GitHub Sponsors", 11663 + "url": "https://github.com/sponsors/unifiedjs" 11664 + }, 11665 + { 11666 + "type": "OpenCollective", 11667 + "url": "https://opencollective.com/unified" 11668 + } 11669 + ], 11670 + "license": "MIT", 11671 + "dependencies": { 11672 + "devlop": "^1.0.0", 11673 + "micromark-util-chunked": "^2.0.0", 11674 + "micromark-util-symbol": "^2.0.0", 11675 + "micromark-util-types": "^2.0.0" 11676 + } 11677 + }, 11678 + "node_modules/micromark-util-symbol": { 11679 + "version": "2.0.1", 11680 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", 11681 + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", 11682 + "dev": true, 11683 + "funding": [ 11684 + { 11685 + "type": "GitHub Sponsors", 11686 + "url": "https://github.com/sponsors/unifiedjs" 11687 + }, 11688 + { 11689 + "type": "OpenCollective", 11690 + "url": "https://opencollective.com/unified" 11691 + } 11692 + ], 11693 + "license": "MIT" 11694 + }, 11695 + "node_modules/micromark-util-types": { 11696 + "version": "2.0.1", 11697 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz", 11698 + "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==", 11699 + "dev": true, 11700 + "funding": [ 11701 + { 11702 + "type": "GitHub Sponsors", 11703 + "url": "https://github.com/sponsors/unifiedjs" 11704 + }, 11705 + { 11706 + "type": "OpenCollective", 11707 + "url": "https://opencollective.com/unified" 11708 + } 11709 + ], 11710 + "license": "MIT" 11711 + }, 11062 11712 "node_modules/micromatch": { 11063 11713 "version": "4.0.8", 11064 11714 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", ··· 11579 12229 }, 11580 12230 "engines": { 11581 12231 "node": ">=6" 12232 + } 12233 + }, 12234 + "node_modules/parse-entities": { 12235 + "version": "4.0.2", 12236 + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", 12237 + "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", 12238 + "dev": true, 12239 + "license": "MIT", 12240 + "dependencies": { 12241 + "@types/unist": "^2.0.0", 12242 + "character-entities-legacy": "^3.0.0", 12243 + "character-reference-invalid": "^2.0.0", 12244 + "decode-named-character-reference": "^1.0.0", 12245 + "is-alphanumerical": "^2.0.0", 12246 + "is-decimal": "^2.0.0", 12247 + "is-hexadecimal": "^2.0.0" 12248 + }, 12249 + "funding": { 12250 + "type": "github", 12251 + "url": "https://github.com/sponsors/wooorm" 11582 12252 } 11583 12253 }, 11584 12254 "node_modules/parse-json": {
+1 -1
package.json
··· 87 87 "globals": "15.14.0", 88 88 "happy-dom": "16.8.1", 89 89 "license-checker-rseidelsohn": "4.4.2", 90 - "markdownlint-cli": "0.43.0", 90 + "markdownlint-cli": "0.44.0", 91 91 "postcss-html": "1.8.0", 92 92 "stylelint": "16.12.0", 93 93 "stylelint-declaration-block-no-ignored-properties": "2.8.0",