chore: bump eslint-plugin-mdx from 2.2.0 to 3.0.0 (#876)

Bumps [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/mdx-js/eslint-mdx/releases) - [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-mdx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Dec 11, 2023 at 11:38 UTC bd52f633d716f054f0cc9876372e8e20aa62a623
2 files changed +837 -271
package-lock.json
+836 -270
@@ -60,7 +60,7 @@
60 "eslint-plugin-github": "^4.10.1",
61 "eslint-plugin-import": "^2.28.1",
62 "eslint-plugin-jsx-a11y": "^6.7.1",
63 - "eslint-plugin-mdx": "^2.2.0",
63 + "eslint-plugin-mdx": "^3.0.0",
64 "eslint-plugin-node": "^11.1.0",
65 "eslint-plugin-prettier": "^5.0.1",
66 "eslint-plugin-primer-react": "^4.0.3",
@@ -16702,22 +16702,22 @@
16702 }
16703 },
16704 "node_modules/eslint-plugin-mdx": {
16705 - "version": "2.2.0",
16706 - "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-2.2.0.tgz",
16707 - "integrity": "sha512-OseoMXUIr8iy3E0me+wJLVAxuB0kxHP1plxuYAJDynzorzOj2OKv8Fhr+rIOJ32zfl3bnEWsqFnUiCnyznr1JQ==",
16705 + "version": "3.0.0",
16706 + "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.0.0.tgz",
16707 + "integrity": "sha512-vLSFgcD1UtCCciGiUhaIpUhHlWuYJyjUHdUiV+C1lDFbvuWbZhVr9ZhTbOhPGRUljfDeiCz3pyturTIlpH/fEA==",
16708 "dev": true,
16709 "dependencies": {
16710 - "eslint-mdx": "^2.2.0",
16710 + "eslint-mdx": "^3.0.0",
16711 "eslint-plugin-markdown": "^3.0.1",
16712 - "remark-mdx": "^2.3.0",
16713 - "remark-parse": "^10.0.2",
16714 - "remark-stringify": "^10.0.3",
16715 - "tslib": "^2.6.1",
16716 - "unified": "^10.1.2",
16717 - "vfile": "^5.3.7"
16712 + "remark-mdx": "^3.0.0",
16713 + "remark-parse": "^11.0.0",
16714 + "remark-stringify": "^11.0.0",
16715 + "tslib": "^2.6.2",
16716 + "unified": "^11.0.4",
16717 + "vfile": "^6.0.1"
16718 },
16719 "engines": {
16720 - "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
16720 + "node": ">=18.0.0"
16721 },
16722 "funding": {
16723 "type": "opencollective",
@@ -16727,25 +16727,6 @@
16727 "eslint": ">=8.0.0"
16728 }
16729 },
16730 - "node_modules/eslint-plugin-mdx/node_modules/@npmcli/config": {
16731 - "version": "6.4.0",
16732 - "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-6.4.0.tgz",
16733 - "integrity": "sha512-/fQjIbuNVIT/PbXvw178Tm97bxV0E0nVUFKHivMKtSI2pcs8xKdaWkHJxf9dTI0G/y5hp/KuCvgcUu5HwAtI1w==",
16734 - "dev": true,
16735 - "dependencies": {
16736 - "@npmcli/map-workspaces": "^3.0.2",
16737 - "ci-info": "^3.8.0",
16738 - "ini": "^4.1.0",
16739 - "nopt": "^7.0.0",
16740 - "proc-log": "^3.0.0",
16741 - "read-package-json-fast": "^3.0.2",
16742 - "semver": "^7.3.5",
16743 - "walk-up-path": "^3.0.1"
16744 - },
16745 - "engines": {
16746 - "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
16747 - }
16748 - },
16730 "node_modules/eslint-plugin-mdx/node_modules/@types/debug": {
16731 "version": "4.1.12",
16732 "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
@@ -16755,366 +16736,965 @@
16736 "@types/ms": "*"
16737 }
16738 },
16758 - "node_modules/eslint-plugin-mdx/node_modules/@types/node": {
16759 - "version": "18.19.3",
16760 - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.3.tgz",
16761 - "integrity": "sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==",
16739 + "node_modules/eslint-plugin-mdx/node_modules/@types/hast": {
16740 + "version": "3.0.3",
16741 + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz",
16742 + "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==",
16743 + "dev": true,
16744 + "dependencies": {
16745 + "@types/unist": "*"
16746 + }
16747 + },
16748 + "node_modules/eslint-plugin-mdx/node_modules/@types/mdast": {
16749 + "version": "4.0.3",
16750 + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz",
16751 + "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==",
16752 "dev": true,
16753 "dependencies": {
16764 - "undici-types": "~5.26.4"
16754 + "@types/unist": "*"
16755 }
16756 },
16767 - "node_modules/eslint-plugin-mdx/node_modules/ansi-regex": {
16768 - "version": "6.0.1",
16769 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
16770 - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
16757 + "node_modules/eslint-plugin-mdx/node_modules/@types/unist": {
16758 + "version": "3.0.2",
16759 + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
16760 + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
16761 + "dev": true
16762 + },
16763 + "node_modules/eslint-plugin-mdx/node_modules/estree-util-is-identifier-name": {
16764 + "version": "3.0.0",
16765 + "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
16766 + "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
16767 "dev": true,
16772 - "engines": {
16773 - "node": ">=12"
16768 + "funding": {
16769 + "type": "opencollective",
16770 + "url": "https://opencollective.com/unified"
16771 + }
16772 + },
16773 + "node_modules/eslint-plugin-mdx/node_modules/estree-util-visit": {
16774 + "version": "2.0.0",
16775 + "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-2.0.0.tgz",
16776 + "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",
16777 + "dev": true,
16778 + "dependencies": {
16779 + "@types/estree-jsx": "^1.0.0",
16780 + "@types/unist": "^3.0.0"
16781 },
16782 "funding": {
16776 - "url": "https://github.com/chalk/ansi-regex?sponsor=1"
16783 + "type": "opencollective",
16784 + "url": "https://opencollective.com/unified"
16785 }
16786 },
16779 - "node_modules/eslint-plugin-mdx/node_modules/ci-info": {
16780 - "version": "3.9.0",
16781 - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
16782 - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
16787 + "node_modules/eslint-plugin-mdx/node_modules/is-plain-obj": {
16788 + "version": "4.1.0",
16789 + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
16790 + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
16791 "dev": true,
16784 - "funding": [
16785 - {
16786 - "type": "github",
16787 - "url": "https://github.com/sponsors/sibiraj-s"
16788 - }
16789 - ],
16792 "engines": {
16791 - "node": ">=8"
16793 + "node": ">=12"
16794 + },
16795 + "funding": {
16796 + "url": "https://github.com/sponsors/sindresorhus"
16797 }
16798 },
16794 - "node_modules/eslint-plugin-mdx/node_modules/concat-stream": {
16799 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-from-markdown": {
16800 "version": "2.0.0",
16796 - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
16797 - "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
16801 + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz",
16802 + "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==",
16803 "dev": true,
16799 - "engines": [
16800 - "node >= 6.0"
16801 - ],
16804 "dependencies": {
16803 - "buffer-from": "^1.0.0",
16804 - "inherits": "^2.0.3",
16805 - "readable-stream": "^3.0.2",
16806 - "typedarray": "^0.0.6"
16805 + "@types/mdast": "^4.0.0",
16806 + "@types/unist": "^3.0.0",
16807 + "decode-named-character-reference": "^1.0.0",
16808 + "devlop": "^1.0.0",
16809 + "mdast-util-to-string": "^4.0.0",
16810 + "micromark": "^4.0.0",
16811 + "micromark-util-decode-numeric-character-reference": "^2.0.0",
16812 + "micromark-util-decode-string": "^2.0.0",
16813 + "micromark-util-normalize-identifier": "^2.0.0",
16814 + "micromark-util-symbol": "^2.0.0",
16815 + "micromark-util-types": "^2.0.0",
16816 + "unist-util-stringify-position": "^4.0.0"
16817 + },
16818 + "funding": {
16819 + "type": "opencollective",
16820 + "url": "https://opencollective.com/unified"
16821 }
16822 },
16809 - "node_modules/eslint-plugin-mdx/node_modules/eslint-mdx": {
16810 - "version": "2.2.0",
16811 - "resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-2.2.0.tgz",
16812 - "integrity": "sha512-AriN6lCW6KhWQ9GEiXapR1DokKHefOUqKvCmHxnE9puCWYhWiycU2SNKH8jmrasDBreZ+RtJDLi+RcUNLJatjg==",
16823 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-mdx": {
16824 + "version": "3.0.0",
16825 + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
16826 + "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
16827 "dev": true,
16828 "dependencies": {
16815 - "acorn": "^8.10.0",
16816 - "acorn-jsx": "^5.3.2",
16817 - "espree": "^9.6.1",
16818 - "estree-util-visit": "^1.2.1",
16819 - "remark-mdx": "^2.3.0",
16820 - "remark-parse": "^10.0.2",
16821 - "remark-stringify": "^10.0.3",
16822 - "synckit": "^0.8.5",
16823 - "tslib": "^2.6.1",
16824 - "unified": "^10.1.2",
16825 - "unified-engine": "^10.1.0",
16826 - "unist-util-visit": "^4.1.2",
16827 - "uvu": "^0.5.6",
16828 - "vfile": "^5.3.7"
16829 + "mdast-util-from-markdown": "^2.0.0",
16830 + "mdast-util-mdx-expression": "^2.0.0",
16831 + "mdast-util-mdx-jsx": "^3.0.0",
16832 + "mdast-util-mdxjs-esm": "^2.0.0",
16833 + "mdast-util-to-markdown": "^2.0.0"
16834 },
16830 - "engines": {
16831 - "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
16835 + "funding": {
16836 + "type": "opencollective",
16837 + "url": "https://opencollective.com/unified"
16838 + }
16839 + },
16840 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-mdx-expression": {
16841 + "version": "2.0.0",
16842 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.0.tgz",
16843 + "integrity": "sha512-fGCu8eWdKUKNu5mohVGkhBXCXGnOTLuFqOvGMvdikr+J1w7lDJgxThOKpwRWzzbyXAU2hhSwsmssOY4yTokluw==",
16844 + "dev": true,
16845 + "dependencies": {
16846 + "@types/estree-jsx": "^1.0.0",
16847 + "@types/hast": "^3.0.0",
16848 + "@types/mdast": "^4.0.0",
16849 + "devlop": "^1.0.0",
16850 + "mdast-util-from-markdown": "^2.0.0",
16851 + "mdast-util-to-markdown": "^2.0.0"
16852 },
16853 "funding": {
16854 "type": "opencollective",
16855 "url": "https://opencollective.com/unified"
16856 + }
16857 + },
16858 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-mdx-jsx": {
16859 + "version": "3.0.0",
16860 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.0.0.tgz",
16861 + "integrity": "sha512-XZuPPzQNBPAlaqsTTgRrcJnyFbSOBovSadFgbFu8SnuNgm+6Bdx1K+IWoitsmj6Lq6MNtI+ytOqwN70n//NaBA==",
16862 + "dev": true,
16863 + "dependencies": {
16864 + "@types/estree-jsx": "^1.0.0",
16865 + "@types/hast": "^3.0.0",
16866 + "@types/mdast": "^4.0.0",
16867 + "@types/unist": "^3.0.0",
16868 + "ccount": "^2.0.0",
16869 + "devlop": "^1.1.0",
16870 + "mdast-util-from-markdown": "^2.0.0",
16871 + "mdast-util-to-markdown": "^2.0.0",
16872 + "parse-entities": "^4.0.0",
16873 + "stringify-entities": "^4.0.0",
16874 + "unist-util-remove-position": "^5.0.0",
16875 + "unist-util-stringify-position": "^4.0.0",
16876 + "vfile-message": "^4.0.0"
16877 },
16837 - "peerDependencies": {
16838 - "eslint": ">=8.0.0"
16878 + "funding": {
16879 + "type": "opencollective",
16880 + "url": "https://opencollective.com/unified"
16881 }
16882 },
16841 - "node_modules/eslint-plugin-mdx/node_modules/glob": {
16842 - "version": "8.1.0",
16843 - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
16844 - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
16883 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-mdxjs-esm": {
16884 + "version": "2.0.1",
16885 + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
16886 + "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
16887 "dev": true,
16888 "dependencies": {
16847 - "fs.realpath": "^1.0.0",
16848 - "inflight": "^1.0.4",
16849 - "inherits": "2",
16850 - "minimatch": "^5.0.1",
16851 - "once": "^1.3.0"
16889 + "@types/estree-jsx": "^1.0.0",
16890 + "@types/hast": "^3.0.0",
16891 + "@types/mdast": "^4.0.0",
16892 + "devlop": "^1.0.0",
16893 + "mdast-util-from-markdown": "^2.0.0",
16894 + "mdast-util-to-markdown": "^2.0.0"
16895 },
16853 - "engines": {
16854 - "node": ">=12"
16896 + "funding": {
16897 + "type": "opencollective",
16898 + "url": "https://opencollective.com/unified"
16899 + }
16900 + },
16901 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-phrasing": {
16902 + "version": "4.0.0",
16903 + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz",
16904 + "integrity": "sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==",
16905 + "dev": true,
16906 + "dependencies": {
16907 + "@types/mdast": "^4.0.0",
16908 + "unist-util-is": "^6.0.0"
16909 },
16910 "funding": {
16857 - "url": "https://github.com/sponsors/isaacs"
16911 + "type": "opencollective",
16912 + "url": "https://opencollective.com/unified"
16913 }
16914 },
16860 - "node_modules/eslint-plugin-mdx/node_modules/import-meta-resolve": {
16861 - "version": "2.2.2",
16862 - "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.2.2.tgz",
16863 - "integrity": "sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==",
16915 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-to-markdown": {
16916 + "version": "2.1.0",
16917 + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz",
16918 + "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==",
16919 "dev": true,
16920 + "dependencies": {
16921 + "@types/mdast": "^4.0.0",
16922 + "@types/unist": "^3.0.0",
16923 + "longest-streak": "^3.0.0",
16924 + "mdast-util-phrasing": "^4.0.0",
16925 + "mdast-util-to-string": "^4.0.0",
16926 + "micromark-util-decode-string": "^2.0.0",
16927 + "unist-util-visit": "^5.0.0",
16928 + "zwitch": "^2.0.0"
16929 + },
16930 "funding": {
16866 - "type": "github",
16867 - "url": "https://github.com/sponsors/wooorm"
16931 + "type": "opencollective",
16932 + "url": "https://opencollective.com/unified"
16933 }
16934 },
16870 - "node_modules/eslint-plugin-mdx/node_modules/is-plain-obj": {
16871 - "version": "4.1.0",
16872 - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
16873 - "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
16935 + "node_modules/eslint-plugin-mdx/node_modules/mdast-util-to-string": {
16936 + "version": "4.0.0",
16937 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
16938 + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
16939 "dev": true,
16875 - "engines": {
16876 - "node": ">=12"
16940 + "dependencies": {
16941 + "@types/mdast": "^4.0.0"
16942 },
16943 "funding": {
16879 - "url": "https://github.com/sponsors/sindresorhus"
16944 + "type": "opencollective",
16945 + "url": "https://opencollective.com/unified"
16946 }
16947 },
16882 - "node_modules/eslint-plugin-mdx/node_modules/json-parse-even-better-errors": {
16883 - "version": "2.3.1",
16884 - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
16885 - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
16886 - "dev": true
16948 + "node_modules/eslint-plugin-mdx/node_modules/micromark": {
16949 + "version": "4.0.0",
16950 + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz",
16951 + "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==",
16952 + "dev": true,
16953 + "funding": [
16954 + {
16955 + "type": "GitHub Sponsors",
16956 + "url": "https://github.com/sponsors/unifiedjs"
16957 + },
16958 + {
16959 + "type": "OpenCollective",
16960 + "url": "https://opencollective.com/unified"
16961 + }
16962 + ],
16963 + "dependencies": {
16964 + "@types/debug": "^4.0.0",
16965 + "debug": "^4.0.0",
16966 + "decode-named-character-reference": "^1.0.0",
16967 + "devlop": "^1.0.0",
16968 + "micromark-core-commonmark": "^2.0.0",
16969 + "micromark-factory-space": "^2.0.0",
16970 + "micromark-util-character": "^2.0.0",
16971 + "micromark-util-chunked": "^2.0.0",
16972 + "micromark-util-combine-extensions": "^2.0.0",
16973 + "micromark-util-decode-numeric-character-reference": "^2.0.0",
16974 + "micromark-util-encode": "^2.0.0",
16975 + "micromark-util-normalize-identifier": "^2.0.0",
16976 + "micromark-util-resolve-all": "^2.0.0",
16977 + "micromark-util-sanitize-uri": "^2.0.0",
16978 + "micromark-util-subtokenize": "^2.0.0",
16979 + "micromark-util-symbol": "^2.0.0",
16980 + "micromark-util-types": "^2.0.0"
16981 + }
16982 },
16888 - "node_modules/eslint-plugin-mdx/node_modules/lines-and-columns": {
16889 - "version": "2.0.4",
16890 - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz",
16891 - "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==",
16983 + "node_modules/eslint-plugin-mdx/node_modules/micromark-core-commonmark": {
16984 + "version": "2.0.0",
16985 + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz",
16986 + "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==",
16987 "dev": true,
16893 - "engines": {
16894 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
16988 + "funding": [
16989 + {
16990 + "type": "GitHub Sponsors",
16991 + "url": "https://github.com/sponsors/unifiedjs"
16992 + },
16993 + {
16994 + "type": "OpenCollective",
16995 + "url": "https://opencollective.com/unified"
16996 + }
16997 + ],
16998 + "dependencies": {
16999 + "decode-named-character-reference": "^1.0.0",
17000 + "devlop": "^1.0.0",
17001 + "micromark-factory-destination": "^2.0.0",
17002 + "micromark-factory-label": "^2.0.0",
17003 + "micromark-factory-space": "^2.0.0",
17004 + "micromark-factory-title": "^2.0.0",
17005 + "micromark-factory-whitespace": "^2.0.0",
17006 + "micromark-util-character": "^2.0.0",
17007 + "micromark-util-chunked": "^2.0.0",
17008 + "micromark-util-classify-character": "^2.0.0",
17009 + "micromark-util-html-tag-name": "^2.0.0",
17010 + "micromark-util-normalize-identifier": "^2.0.0",
17011 + "micromark-util-resolve-all": "^2.0.0",
17012 + "micromark-util-subtokenize": "^2.0.0",
17013 + "micromark-util-symbol": "^2.0.0",
17014 + "micromark-util-types": "^2.0.0"
17015 }
17016 },
16897 - "node_modules/eslint-plugin-mdx/node_modules/load-plugin": {
16898 - "version": "5.1.0",
16899 - "resolved": "https://registry.npmjs.org/load-plugin/-/load-plugin-5.1.0.tgz",
16900 - "integrity": "sha512-Lg1CZa1CFj2CbNaxijTL6PCbzd4qGTlZov+iH2p5Xwy/ApcZJh+i6jMN2cYePouTfjJfrNu3nXFdEw8LvbjPFQ==",
17017 + "node_modules/eslint-plugin-mdx/node_modules/micromark-extension-mdx-expression": {
17018 + "version": "3.0.0",
17019 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.0.tgz",
17020 + "integrity": "sha512-sI0nwhUDz97xyzqJAbHQhp5TfaxEvZZZ2JDqUo+7NvyIYG6BZ5CPPqj2ogUoPJlmXHBnyZUzISg9+oUmU6tUjQ==",
17021 "dev": true,
17022 + "funding": [
17023 + {
17024 + "type": "GitHub Sponsors",
17025 + "url": "https://github.com/sponsors/unifiedjs"
17026 + },
17027 + {
17028 + "type": "OpenCollective",
17029 + "url": "https://opencollective.com/unified"
17030 + }
17031 + ],
17032 "dependencies": {
16903 - "@npmcli/config": "^6.0.0",
16904 - "import-meta-resolve": "^2.0.0"
17033 + "@types/estree": "^1.0.0",
17034 + "devlop": "^1.0.0",
17035 + "micromark-factory-mdx-expression": "^2.0.0",
17036 + "micromark-factory-space": "^2.0.0",
17037 + "micromark-util-character": "^2.0.0",
17038 + "micromark-util-events-to-acorn": "^2.0.0",
17039 + "micromark-util-symbol": "^2.0.0",
17040 + "micromark-util-types": "^2.0.0"
17041 + }
17042 + },
17043 + "node_modules/eslint-plugin-mdx/node_modules/micromark-extension-mdx-jsx": {
17044 + "version": "3.0.0",
17045 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.0.tgz",
17046 + "integrity": "sha512-uvhhss8OGuzR4/N17L1JwvmJIpPhAd8oByMawEKx6NVdBCbesjH4t+vjEp3ZXft9DwvlKSD07fCeI44/N0Vf2w==",
17047 + "dev": true,
17048 + "dependencies": {
17049 + "@types/acorn": "^4.0.0",
17050 + "@types/estree": "^1.0.0",
17051 + "devlop": "^1.0.0",
17052 + "estree-util-is-identifier-name": "^3.0.0",
17053 + "micromark-factory-mdx-expression": "^2.0.0",
17054 + "micromark-factory-space": "^2.0.0",
17055 + "micromark-util-character": "^2.0.0",
17056 + "micromark-util-symbol": "^2.0.0",
17057 + "micromark-util-types": "^2.0.0",
17058 + "vfile-message": "^4.0.0"
17059 },
17060 "funding": {
16907 - "type": "github",
16908 - "url": "https://github.com/sponsors/wooorm"
17061 + "type": "opencollective",
17062 + "url": "https://opencollective.com/unified"
17063 }
17064 },
16911 - "node_modules/eslint-plugin-mdx/node_modules/minimatch": {
16912 - "version": "5.1.6",
16913 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
16914 - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
17065 + "node_modules/eslint-plugin-mdx/node_modules/micromark-extension-mdx-md": {
17066 + "version": "2.0.0",
17067 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
17068 + "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
17069 "dev": true,
17070 "dependencies": {
16917 - "brace-expansion": "^2.0.1"
17071 + "micromark-util-types": "^2.0.0"
17072 },
16919 - "engines": {
16920 - "node": ">=10"
17073 + "funding": {
17074 + "type": "opencollective",
17075 + "url": "https://opencollective.com/unified"
17076 }
17077 },
16923 - "node_modules/eslint-plugin-mdx/node_modules/parse-json": {
16924 - "version": "6.0.2",
16925 - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-6.0.2.tgz",
16926 - "integrity": "sha512-SA5aMiaIjXkAiBrW/yPgLgQAQg42f7K3ACO+2l/zOvtQBwX58DMUsFJXelW2fx3yMBmWOVkR6j1MGsdSbCA4UA==",
17078 + "node_modules/eslint-plugin-mdx/node_modules/micromark-extension-mdxjs": {
17079 + "version": "3.0.0",
17080 + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
17081 + "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
17082 "dev": true,
17083 "dependencies": {
16929 - "@babel/code-frame": "^7.16.0",
16930 - "error-ex": "^1.3.2",
16931 - "json-parse-even-better-errors": "^2.3.1",
16932 - "lines-and-columns": "^2.0.2"
16933 - },
16934 - "engines": {
16935 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
17084 + "acorn": "^8.0.0",
17085 + "acorn-jsx": "^5.0.0",
17086 + "micromark-extension-mdx-expression": "^3.0.0",
17087 + "micromark-extension-mdx-jsx": "^3.0.0",
17088 + "micromark-extension-mdx-md": "^2.0.0",
17089 + "micromark-extension-mdxjs-esm": "^3.0.0",
17090 + "micromark-util-combine-extensions": "^2.0.0",
17091 + "micromark-util-types": "^2.0.0"
17092 },
17093 "funding": {
16938 - "url": "https://github.com/sponsors/sindresorhus"
17094 + "type": "opencollective",
17095 + "url": "https://opencollective.com/unified"
17096 }
17097 },
16941 - "node_modules/eslint-plugin-mdx/node_modules/readable-stream": {
16942 - "version": "3.6.2",
16943 - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
16944 - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
17098 + "node_modules/eslint-plugin-mdx/node_modules/micromark-extension-mdxjs-esm": {
17099 + "version": "3.0.0",
17100 + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
17101 + "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
17102 "dev": true,
17103 "dependencies": {
16947 - "inherits": "^2.0.3",
16948 - "string_decoder": "^1.1.1",
16949 - "util-deprecate": "^1.0.1"
17104 + "@types/estree": "^1.0.0",
17105 + "devlop": "^1.0.0",
17106 + "micromark-core-commonmark": "^2.0.0",
17107 + "micromark-util-character": "^2.0.0",
17108 + "micromark-util-events-to-acorn": "^2.0.0",
17109 + "micromark-util-symbol": "^2.0.0",
17110 + "micromark-util-types": "^2.0.0",
17111 + "unist-util-position-from-estree": "^2.0.0",
17112 + "vfile-message": "^4.0.0"
17113 },
16951 - "engines": {
16952 - "node": ">= 6"
17114 + "funding": {
17115 + "type": "opencollective",
17116 + "url": "https://opencollective.com/unified"
17117 }
17118 },
16955 - "node_modules/eslint-plugin-mdx/node_modules/remark-stringify": {
16956 - "version": "10.0.3",
16957 - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.3.tgz",
16958 - "integrity": "sha512-koyOzCMYoUHudypbj4XpnAKFbkddRMYZHwghnxd7ue5210WzGw6kOBwauJTRUMq16jsovXx8dYNvSSWP89kZ3A==",
17119 + "node_modules/eslint-plugin-mdx/node_modules/micromark-factory-destination": {
17120 + "version": "2.0.0",
17121 + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz",
17122 + "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==",
17123 "dev": true,
17124 + "funding": [
17125 + {
17126 + "type": "GitHub Sponsors",
17127 + "url": "https://github.com/sponsors/unifiedjs"
17128 + },
17129 + {
17130 + "type": "OpenCollective",
17131 + "url": "https://opencollective.com/unified"
17132 + }
17133 + ],
17134 "dependencies": {
16961 - "@types/mdast": "^3.0.0",
16962 - "mdast-util-to-markdown": "^1.0.0",
16963 - "unified": "^10.0.0"
17135 + "micromark-util-character": "^2.0.0",
17136 + "micromark-util-symbol": "^2.0.0",
17137 + "micromark-util-types": "^2.0.0"
17138 + }
17139 + },
17140 + "node_modules/eslint-plugin-mdx/node_modules/micromark-factory-label": {
17141 + "version": "2.0.0",
17142 + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz",
17143 + "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==",
17144 + "dev": true,
17145 + "funding": [
17146 + {
17147 + "type": "GitHub Sponsors",
17148 + "url": "https://github.com/sponsors/unifiedjs"
17149 + },
17150 + {
17151 + "type": "OpenCollective",
17152 + "url": "https://opencollective.com/unified"
17153 + }
17154 + ],
17155 + "dependencies": {
17156 + "devlop": "^1.0.0",
17157 + "micromark-util-character": "^2.0.0",
17158 + "micromark-util-symbol": "^2.0.0",
17159 + "micromark-util-types": "^2.0.0"
17160 + }
17161 + },
17162 + "node_modules/eslint-plugin-mdx/node_modules/micromark-factory-mdx-expression": {
17163 + "version": "2.0.1",
17164 + "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.1.tgz",
17165 + "integrity": "sha512-F0ccWIUHRLRrYp5TC9ZYXmZo+p2AM13ggbsW4T0b5CRKP8KHVRB8t4pwtBgTxtjRmwrK0Irwm7vs2JOZabHZfg==",
17166 + "dev": true,
17167 + "funding": [
17168 + {
17169 + "type": "GitHub Sponsors",
17170 + "url": "https://github.com/sponsors/unifiedjs"
17171 + },
17172 + {
17173 + "type": "OpenCollective",
17174 + "url": "https://opencollective.com/unified"
17175 + }
17176 + ],
17177 + "dependencies": {
17178 + "@types/estree": "^1.0.0",
17179 + "devlop": "^1.0.0",
17180 + "micromark-util-character": "^2.0.0",
17181 + "micromark-util-events-to-acorn": "^2.0.0",
17182 + "micromark-util-symbol": "^2.0.0",
17183 + "micromark-util-types": "^2.0.0",
17184 + "unist-util-position-from-estree": "^2.0.0",
17185 + "vfile-message": "^4.0.0"
17186 + }
17187 + },
17188 + "node_modules/eslint-plugin-mdx/node_modules/micromark-factory-space": {
17189 + "version": "2.0.0",
17190 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz",
17191 + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==",
17192 + "dev": true,
17193 + "funding": [
17194 + {
17195 + "type": "GitHub Sponsors",
17196 + "url": "https://github.com/sponsors/unifiedjs"
17197 + },
17198 + {
17199 + "type": "OpenCollective",
17200 + "url": "https://opencollective.com/unified"
17201 + }
17202 + ],
17203 + "dependencies": {
17204 + "micromark-util-character": "^2.0.0",
17205 + "micromark-util-types": "^2.0.0"
17206 + }
17207 + },
17208 + "node_modules/eslint-plugin-mdx/node_modules/micromark-factory-title": {
17209 + "version": "2.0.0",
17210 + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz",
17211 + "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==",
17212 + "dev": true,
17213 + "funding": [
17214 + {
17215 + "type": "GitHub Sponsors",
17216 + "url": "https://github.com/sponsors/unifiedjs"
17217 + },
17218 + {
17219 + "type": "OpenCollective",
17220 + "url": "https://opencollective.com/unified"
17221 + }
17222 + ],
17223 + "dependencies": {
17224 + "micromark-factory-space": "^2.0.0",
17225 + "micromark-util-character": "^2.0.0",
17226 + "micromark-util-symbol": "^2.0.0",
17227 + "micromark-util-types": "^2.0.0"
17228 + }
17229 + },
17230 + "node_modules/eslint-plugin-mdx/node_modules/micromark-factory-whitespace": {
17231 + "version": "2.0.0",
17232 + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz",
17233 + "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==",
17234 + "dev": true,
17235 + "funding": [
17236 + {
17237 + "type": "GitHub Sponsors",
17238 + "url": "https://github.com/sponsors/unifiedjs"
17239 + },
17240 + {
17241 + "type": "OpenCollective",
17242 + "url": "https://opencollective.com/unified"
17243 + }
17244 + ],
17245 + "dependencies": {
17246 + "micromark-factory-space": "^2.0.0",
17247 + "micromark-util-character": "^2.0.0",
17248 + "micromark-util-symbol": "^2.0.0",
17249 + "micromark-util-types": "^2.0.0"
17250 + }
17251 + },
17252 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-character": {
17253 + "version": "2.0.1",
17254 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz",
17255 + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==",
17256 + "dev": true,
17257 + "funding": [
17258 + {
17259 + "type": "GitHub Sponsors",
17260 + "url": "https://github.com/sponsors/unifiedjs"
17261 + },
17262 + {
17263 + "type": "OpenCollective",
17264 + "url": "https://opencollective.com/unified"
17265 + }
17266 + ],
17267 + "dependencies": {
17268 + "micromark-util-symbol": "^2.0.0",
17269 + "micromark-util-types": "^2.0.0"
17270 + }
17271 + },
17272 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-chunked": {
17273 + "version": "2.0.0",
17274 + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz",
17275 + "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==",
17276 + "dev": true,
17277 + "funding": [
17278 + {
17279 + "type": "GitHub Sponsors",
17280 + "url": "https://github.com/sponsors/unifiedjs"
17281 + },
17282 + {
17283 + "type": "OpenCollective",
17284 + "url": "https://opencollective.com/unified"
17285 + }
17286 + ],
17287 + "dependencies": {
17288 + "micromark-util-symbol": "^2.0.0"
17289 + }
17290 + },
17291 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-classify-character": {
17292 + "version": "2.0.0",
17293 + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz",
17294 + "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==",
17295 + "dev": true,
17296 + "funding": [
17297 + {
17298 + "type": "GitHub Sponsors",
17299 + "url": "https://github.com/sponsors/unifiedjs"
17300 + },
17301 + {
17302 + "type": "OpenCollective",
17303 + "url": "https://opencollective.com/unified"
17304 + }
17305 + ],
17306 + "dependencies": {
17307 + "micromark-util-character": "^2.0.0",
17308 + "micromark-util-symbol": "^2.0.0",
17309 + "micromark-util-types": "^2.0.0"
17310 + }
17311 + },
17312 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-combine-extensions": {
17313 + "version": "2.0.0",
17314 + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz",
17315 + "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==",
17316 + "dev": true,
17317 + "funding": [
17318 + {
17319 + "type": "GitHub Sponsors",
17320 + "url": "https://github.com/sponsors/unifiedjs"
17321 + },
17322 + {
17323 + "type": "OpenCollective",
17324 + "url": "https://opencollective.com/unified"
17325 + }
17326 + ],
17327 + "dependencies": {
17328 + "micromark-util-chunked": "^2.0.0",
17329 + "micromark-util-types": "^2.0.0"
17330 + }
17331 + },
17332 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-decode-numeric-character-reference": {
17333 + "version": "2.0.1",
17334 + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz",
17335 + "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==",
17336 + "dev": true,
17337 + "funding": [
17338 + {
17339 + "type": "GitHub Sponsors",
17340 + "url": "https://github.com/sponsors/unifiedjs"
17341 + },
17342 + {
17343 + "type": "OpenCollective",
17344 + "url": "https://opencollective.com/unified"
17345 + }
17346 + ],
17347 + "dependencies": {
17348 + "micromark-util-symbol": "^2.0.0"
17349 + }
17350 + },
17351 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-decode-string": {
17352 + "version": "2.0.0",
17353 + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz",
17354 + "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==",
17355 + "dev": true,
17356 + "funding": [
17357 + {
17358 + "type": "GitHub Sponsors",
17359 + "url": "https://github.com/sponsors/unifiedjs"
17360 + },
17361 + {
17362 + "type": "OpenCollective",
17363 + "url": "https://opencollective.com/unified"
17364 + }
17365 + ],
17366 + "dependencies": {
17367 + "decode-named-character-reference": "^1.0.0",
17368 + "micromark-util-character": "^2.0.0",
17369 + "micromark-util-decode-numeric-character-reference": "^2.0.0",
17370 + "micromark-util-symbol": "^2.0.0"
17371 + }
17372 + },
17373 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-encode": {
17374 + "version": "2.0.0",
17375 + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz",
17376 + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==",
17377 + "dev": true,
17378 + "funding": [
17379 + {
17380 + "type": "GitHub Sponsors",
17381 + "url": "https://github.com/sponsors/unifiedjs"
17382 + },
17383 + {
17384 + "type": "OpenCollective",
17385 + "url": "https://opencollective.com/unified"
17386 + }
17387 + ]
17388 + },
17389 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-events-to-acorn": {
17390 + "version": "2.0.2",
17391 + "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.2.tgz",
17392 + "integrity": "sha512-Fk+xmBrOv9QZnEDguL9OI9/NQQp6Hz4FuQ4YmCb/5V7+9eAh1s6AYSvL20kHkD67YIg7EpE54TiSlcsf3vyZgA==",
17393 + "dev": true,
17394 + "funding": [
17395 + {
17396 + "type": "GitHub Sponsors",
17397 + "url": "https://github.com/sponsors/unifiedjs"
17398 + },
17399 + {
17400 + "type": "OpenCollective",
17401 + "url": "https://opencollective.com/unified"
17402 + }
17403 + ],
17404 + "dependencies": {
17405 + "@types/acorn": "^4.0.0",
17406 + "@types/estree": "^1.0.0",
17407 + "@types/unist": "^3.0.0",
17408 + "devlop": "^1.0.0",
17409 + "estree-util-visit": "^2.0.0",
17410 + "micromark-util-symbol": "^2.0.0",
17411 + "micromark-util-types": "^2.0.0",
17412 + "vfile-message": "^4.0.0"
17413 + }
17414 + },
17415 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-html-tag-name": {
17416 + "version": "2.0.0",
17417 + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz",
17418 + "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==",
17419 + "dev": true,
17420 + "funding": [
17421 + {
17422 + "type": "GitHub Sponsors",
17423 + "url": "https://github.com/sponsors/unifiedjs"
17424 + },
17425 + {
17426 + "type": "OpenCollective",
17427 + "url": "https://opencollective.com/unified"
17428 + }
17429 + ]
17430 + },
17431 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-normalize-identifier": {
17432 + "version": "2.0.0",
17433 + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz",
17434 + "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==",
17435 + "dev": true,
17436 + "funding": [
17437 + {
17438 + "type": "GitHub Sponsors",
17439 + "url": "https://github.com/sponsors/unifiedjs"
17440 + },
17441 + {
17442 + "type": "OpenCollective",
17443 + "url": "https://opencollective.com/unified"
17444 + }
17445 + ],
17446 + "dependencies": {
17447 + "micromark-util-symbol": "^2.0.0"
17448 + }
17449 + },
17450 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-resolve-all": {
17451 + "version": "2.0.0",
17452 + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz",
17453 + "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==",
17454 + "dev": true,
17455 + "funding": [
17456 + {
17457 + "type": "GitHub Sponsors",
17458 + "url": "https://github.com/sponsors/unifiedjs"
17459 + },
17460 + {
17461 + "type": "OpenCollective",
17462 + "url": "https://opencollective.com/unified"
17463 + }
17464 + ],
17465 + "dependencies": {
17466 + "micromark-util-types": "^2.0.0"
17467 + }
17468 + },
17469 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-sanitize-uri": {
17470 + "version": "2.0.0",
17471 + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz",
17472 + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==",
17473 + "dev": true,
17474 + "funding": [
17475 + {
17476 + "type": "GitHub Sponsors",
17477 + "url": "https://github.com/sponsors/unifiedjs"
17478 + },
17479 + {
17480 + "type": "OpenCollective",
17481 + "url": "https://opencollective.com/unified"
17482 + }
17483 + ],
17484 + "dependencies": {
17485 + "micromark-util-character": "^2.0.0",
17486 + "micromark-util-encode": "^2.0.0",
17487 + "micromark-util-symbol": "^2.0.0"
17488 + }
17489 + },
17490 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-subtokenize": {
17491 + "version": "2.0.0",
17492 + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz",
17493 + "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==",
17494 + "dev": true,
17495 + "funding": [
17496 + {
17497 + "type": "GitHub Sponsors",
17498 + "url": "https://github.com/sponsors/unifiedjs"
17499 + },
17500 + {
17501 + "type": "OpenCollective",
17502 + "url": "https://opencollective.com/unified"
17503 + }
17504 + ],
17505 + "dependencies": {
17506 + "devlop": "^1.0.0",
17507 + "micromark-util-chunked": "^2.0.0",
17508 + "micromark-util-symbol": "^2.0.0",
17509 + "micromark-util-types": "^2.0.0"
17510 + }
17511 + },
17512 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-symbol": {
17513 + "version": "2.0.0",
17514 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz",
17515 + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==",
17516 + "dev": true,
17517 + "funding": [
17518 + {
17519 + "type": "GitHub Sponsors",
17520 + "url": "https://github.com/sponsors/unifiedjs"
17521 + },
17522 + {
17523 + "type": "OpenCollective",
17524 + "url": "https://opencollective.com/unified"
17525 + }
17526 + ]
17527 + },
17528 + "node_modules/eslint-plugin-mdx/node_modules/micromark-util-types": {
17529 + "version": "2.0.0",
17530 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz",
17531 + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==",
17532 + "dev": true,
17533 + "funding": [
17534 + {
17535 + "type": "GitHub Sponsors",
17536 + "url": "https://github.com/sponsors/unifiedjs"
17537 + },
17538 + {
17539 + "type": "OpenCollective",
17540 + "url": "https://opencollective.com/unified"
17541 + }
17542 + ]
17543 + },
17544 + "node_modules/eslint-plugin-mdx/node_modules/remark-mdx": {
17545 + "version": "3.0.0",
17546 + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-3.0.0.tgz",
17547 + "integrity": "sha512-O7yfjuC6ra3NHPbRVxfflafAj3LTwx3b73aBvkEFU5z4PsD6FD4vrqJAkE5iNGLz71GdjXfgRqm3SQ0h0VuE7g==",
17548 + "dev": true,
17549 + "dependencies": {
17550 + "mdast-util-mdx": "^3.0.0",
17551 + "micromark-extension-mdxjs": "^3.0.0"
17552 },
17553 "funding": {
17554 "type": "opencollective",
17555 "url": "https://opencollective.com/unified"
17556 }
17557 },
16970 - "node_modules/eslint-plugin-mdx/node_modules/semver": {
16971 - "version": "7.5.4",
16972 - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
16973 - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
17558 + "node_modules/eslint-plugin-mdx/node_modules/remark-parse": {
17559 + "version": "11.0.0",
17560 + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
17561 + "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
17562 "dev": true,
17563 "dependencies": {
16976 - "lru-cache": "^6.0.0"
16977 - },
16978 - "bin": {
16979 - "semver": "bin/semver.js"
17564 + "@types/mdast": "^4.0.0",
17565 + "mdast-util-from-markdown": "^2.0.0",
17566 + "micromark-util-types": "^2.0.0",
17567 + "unified": "^11.0.0"
17568 },
16981 - "engines": {
16982 - "node": ">=10"
17569 + "funding": {
17570 + "type": "opencollective",
17571 + "url": "https://opencollective.com/unified"
17572 }
17573 },
16985 - "node_modules/eslint-plugin-mdx/node_modules/string-width": {
16986 - "version": "5.1.2",
16987 - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
16988 - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
17574 + "node_modules/eslint-plugin-mdx/node_modules/unified": {
17575 + "version": "11.0.4",
17576 + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz",
17577 + "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==",
17578 "dev": true,
17579 "dependencies": {
16991 - "eastasianwidth": "^0.2.0",
16992 - "emoji-regex": "^9.2.2",
16993 - "strip-ansi": "^7.0.1"
16994 - },
16995 - "engines": {
16996 - "node": ">=12"
17580 + "@types/unist": "^3.0.0",
17581 + "bail": "^2.0.0",
17582 + "devlop": "^1.0.0",
17583 + "extend": "^3.0.0",
17584 + "is-plain-obj": "^4.0.0",
17585 + "trough": "^2.0.0",
17586 + "vfile": "^6.0.0"
17587 },
17588 "funding": {
16999 - "url": "https://github.com/sponsors/sindresorhus"
17589 + "type": "opencollective",
17590 + "url": "https://opencollective.com/unified"
17591 }
17592 },
17002 - "node_modules/eslint-plugin-mdx/node_modules/strip-ansi": {
17003 - "version": "7.1.0",
17004 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
17005 - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
17593 + "node_modules/eslint-plugin-mdx/node_modules/unist-util-is": {
17594 + "version": "6.0.0",
17595 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
17596 + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
17597 "dev": true,
17598 "dependencies": {
17008 - "ansi-regex": "^6.0.1"
17599 + "@types/unist": "^3.0.0"
17600 },
17010 - "engines": {
17011 - "node": ">=12"
17601 + "funding": {
17602 + "type": "opencollective",
17603 + "url": "https://opencollective.com/unified"
17604 + }
17605 + },
17606 + "node_modules/eslint-plugin-mdx/node_modules/unist-util-position-from-estree": {
17607 + "version": "2.0.0",
17608 + "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
17609 + "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
17610 + "dev": true,
17611 + "dependencies": {
17612 + "@types/unist": "^3.0.0"
17613 },
17614 "funding": {
17014 - "url": "https://github.com/chalk/strip-ansi?sponsor=1"
17615 + "type": "opencollective",
17616 + "url": "https://opencollective.com/unified"
17617 }
17618 },
17017 - "node_modules/eslint-plugin-mdx/node_modules/supports-color": {
17018 - "version": "9.4.0",
17019 - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
17020 - "integrity": "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==",
17619 + "node_modules/eslint-plugin-mdx/node_modules/unist-util-remove-position": {
17620 + "version": "5.0.0",
17621 + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
17622 + "integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
17623 "dev": true,
17022 - "engines": {
17023 - "node": ">=12"
17624 + "dependencies": {
17625 + "@types/unist": "^3.0.0",
17626 + "unist-util-visit": "^5.0.0"
17627 },
17628 "funding": {
17026 - "url": "https://github.com/chalk/supports-color?sponsor=1"
17629 + "type": "opencollective",
17630 + "url": "https://opencollective.com/unified"
17631 }
17632 },
17029 - "node_modules/eslint-plugin-mdx/node_modules/unified-engine": {
17030 - "version": "10.1.0",
17031 - "resolved": "https://registry.npmjs.org/unified-engine/-/unified-engine-10.1.0.tgz",
17032 - "integrity": "sha512-5+JDIs4hqKfHnJcVCxTid1yBoI/++FfF/1PFdSMpaftZZZY+qg2JFruRbf7PaIwa9KgLotXQV3gSjtY0IdcFGQ==",
17633 + "node_modules/eslint-plugin-mdx/node_modules/unist-util-stringify-position": {
17634 + "version": "4.0.0",
17635 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
17636 + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
17637 "dev": true,
17638 "dependencies": {
17035 - "@types/concat-stream": "^2.0.0",
17036 - "@types/debug": "^4.0.0",
17037 - "@types/is-empty": "^1.0.0",
17038 - "@types/node": "^18.0.0",
17039 - "@types/unist": "^2.0.0",
17040 - "concat-stream": "^2.0.0",
17041 - "debug": "^4.0.0",
17042 - "fault": "^2.0.0",
17043 - "glob": "^8.0.0",
17044 - "ignore": "^5.0.0",
17045 - "is-buffer": "^2.0.0",
17046 - "is-empty": "^1.0.0",
17047 - "is-plain-obj": "^4.0.0",
17048 - "load-plugin": "^5.0.0",
17049 - "parse-json": "^6.0.0",
17050 - "to-vfile": "^7.0.0",
17051 - "trough": "^2.0.0",
17052 - "unist-util-inspect": "^7.0.0",
17053 - "vfile-message": "^3.0.0",
17054 - "vfile-reporter": "^7.0.0",
17055 - "vfile-statistics": "^2.0.0",
17056 - "yaml": "^2.0.0"
17639 + "@types/unist": "^3.0.0"
17640 },
17641 "funding": {
17642 "type": "opencollective",
17643 "url": "https://opencollective.com/unified"
17644 }
17645 },
17063 - "node_modules/eslint-plugin-mdx/node_modules/unist-util-inspect": {
17064 - "version": "7.0.2",
17065 - "resolved": "https://registry.npmjs.org/unist-util-inspect/-/unist-util-inspect-7.0.2.tgz",
17066 - "integrity": "sha512-Op0XnmHUl6C2zo/yJCwhXQSm/SmW22eDZdWP2qdf4WpGrgO1ZxFodq+5zFyeRGasFjJotAnLgfuD1jkcKqiH1Q==",
17646 + "node_modules/eslint-plugin-mdx/node_modules/unist-util-visit": {
17647 + "version": "5.0.0",
17648 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
17649 + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
17650 "dev": true,
17651 "dependencies": {
17069 - "@types/unist": "^2.0.0"
17652 + "@types/unist": "^3.0.0",
17653 + "unist-util-is": "^6.0.0",
17654 + "unist-util-visit-parents": "^6.0.0"
17655 },
17656 "funding": {
17657 "type": "opencollective",
17658 "url": "https://opencollective.com/unified"
17659 }
17660 },
17076 - "node_modules/eslint-plugin-mdx/node_modules/vfile-reporter": {
17077 - "version": "7.0.5",
17078 - "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-7.0.5.tgz",
17079 - "integrity": "sha512-NdWWXkv6gcd7AZMvDomlQbK3MqFWL1RlGzMn++/O2TI+68+nqxCPTvLugdOtfSzXmjh+xUyhp07HhlrbJjT+mw==",
17661 + "node_modules/eslint-plugin-mdx/node_modules/unist-util-visit-parents": {
17662 + "version": "6.0.1",
17663 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
17664 + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
17665 "dev": true,
17666 "dependencies": {
17082 - "@types/supports-color": "^8.0.0",
17083 - "string-width": "^5.0.0",
17084 - "supports-color": "^9.0.0",
17085 - "unist-util-stringify-position": "^3.0.0",
17086 - "vfile": "^5.0.0",
17087 - "vfile-message": "^3.0.0",
17088 - "vfile-sort": "^3.0.0",
17089 - "vfile-statistics": "^2.0.0"
17667 + "@types/unist": "^3.0.0",
17668 + "unist-util-is": "^6.0.0"
17669 },
17670 "funding": {
17671 "type": "opencollective",
17672 "url": "https://opencollective.com/unified"
17673 }
17674 },
17096 - "node_modules/eslint-plugin-mdx/node_modules/vfile-sort": {
17097 - "version": "3.0.1",
17098 - "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-3.0.1.tgz",
17099 - "integrity": "sha512-1os1733XY6y0D5x0ugqSeaVJm9lYgj0j5qdcZQFyxlZOSy1jYarL77lLyb5gK4Wqr1d5OxmuyflSO3zKyFnTFw==",
17675 + "node_modules/eslint-plugin-mdx/node_modules/vfile": {
17676 + "version": "6.0.1",
17677 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz",
17678 + "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==",
17679 "dev": true,
17680 "dependencies": {
17102 - "vfile": "^5.0.0",
17103 - "vfile-message": "^3.0.0"
17681 + "@types/unist": "^3.0.0",
17682 + "unist-util-stringify-position": "^4.0.0",
17683 + "vfile-message": "^4.0.0"
17684 },
17685 "funding": {
17686 "type": "opencollective",
17687 "url": "https://opencollective.com/unified"
17688 }
17689 },
17110 - "node_modules/eslint-plugin-mdx/node_modules/vfile-statistics": {
17111 - "version": "2.0.1",
17112 - "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-2.0.1.tgz",
17113 - "integrity": "sha512-W6dkECZmP32EG/l+dp2jCLdYzmnDBIw6jwiLZSER81oR5AHRcVqL+k3Z+pfH1R73le6ayDkJRMk0sutj1bMVeg==",
17690 + "node_modules/eslint-plugin-mdx/node_modules/vfile-message": {
17691 + "version": "4.0.2",
17692 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
17693 + "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
17694 "dev": true,
17695 "dependencies": {
17116 - "vfile": "^5.0.0",
17117 - "vfile-message": "^3.0.0"
17696 + "@types/unist": "^3.0.0",
17697 + "unist-util-stringify-position": "^4.0.0"
17698 },
17699 "funding": {
17700 "type": "opencollective",
@@ -37154,20 +37734,6 @@
37734 "node": ">=8.0"
37735 }
37736 },
37157 - "node_modules/to-vfile": {
37158 - "version": "7.2.4",
37159 - "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-7.2.4.tgz",
37160 - "integrity": "sha512-2eQ+rJ2qGbyw3senPI0qjuM7aut8IYXK6AEoOWb+fJx/mQYzviTckm1wDjq91QYHAPBTYzmdJXxMFA6Mk14mdw==",
37161 - "dev": true,
37162 - "dependencies": {
37163 - "is-buffer": "^2.0.0",
37164 - "vfile": "^5.1.0"
37165 - },
37166 - "funding": {
37167 - "type": "opencollective",
37168 - "url": "https://opencollective.com/unified"
37169 - }
37170 - },
37737 "node_modules/toggle-selection": {
37738 "version": "1.0.6",
37739 "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
package.json
+1 -1
@@ -78,7 +78,7 @@
78 "eslint-plugin-github": "^4.10.1",
79 "eslint-plugin-import": "^2.28.1",
80 "eslint-plugin-jsx-a11y": "^6.7.1",
81 - "eslint-plugin-mdx": "^2.2.0",
81 + "eslint-plugin-mdx": "^3.0.0",
82 "eslint-plugin-node": "^11.1.0",
83 "eslint-plugin-prettier": "^5.0.1",
84 "eslint-plugin-primer-react": "^4.0.3",