CLI documentation update from CI

npm CLI robot committed Jan 12, 2023 at 02:34 UTC 7090dc198974dfb0152cd1ecfc55f763bd27392a
1 file changed +2195 -377
package-lock.json
+2195 -377
@@ -4405,6 +4405,7 @@
4405 "version": "1.6.22",
4406 "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz",
4407 "integrity": "sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==",
4408 + "peer": true,
4409 "dependencies": {
4410 "@babel/core": "7.12.9",
4411 "@babel/plugin-syntax-jsx": "7.12.1",
@@ -4435,6 +4436,7 @@
4436 "version": "7.12.9",
4437 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
4438 "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
4439 + "peer": true,
4440 "dependencies": {
4441 "@babel/code-frame": "^7.10.4",
4442 "@babel/generator": "^7.12.5",
@@ -4465,6 +4467,7 @@
4467 "version": "5.7.1",
4468 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
4469 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
4470 + "peer": true,
4471 "bin": {
4472 "semver": "bin/semver"
4473 }
@@ -4473,6 +4476,7 @@
4476 "version": "0.5.7",
4477 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
4478 "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
4479 + "peer": true,
4480 "engines": {
4481 "node": ">=0.10.0"
4482 }
@@ -4493,6 +4497,7 @@
4497 "version": "1.6.22",
4498 "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz",
4499 "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==",
4500 + "peer": true,
4501 "funding": {
4502 "type": "opencollective",
4503 "url": "https://opencollective.com/unified"
@@ -6391,11 +6396,18 @@
6396 "resolved": "https://registry.npmjs.org/@turist/time/-/time-0.0.2.tgz",
6397 "integrity": "sha512-qLOvfmlG2vCVw5fo/oz8WAZYlpe5a5OurgTj3diIxJCdjRHpapC+vQCz3er9LV79Vcat+DifBjeAhOAdmndtDQ=="
6398 },
6399 + "node_modules/@types/acorn": {
6400 + "version": "4.0.6",
6401 + "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz",
6402 + "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==",
6403 + "dependencies": {
6404 + "@types/estree": "*"
6405 + }
6406 + },
6407 "node_modules/@types/babel__core": {
6408 "version": "7.1.20",
6409 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.20.tgz",
6410 "integrity": "sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==",
6398 - "dev": true,
6411 "dependencies": {
6412 "@babel/parser": "^7.1.0",
6413 "@babel/types": "^7.0.0",
@@ -6408,7 +6420,6 @@
6420 "version": "7.6.4",
6421 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
6422 "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
6411 - "dev": true,
6423 "dependencies": {
6424 "@babel/types": "^7.0.0"
6425 }
@@ -6417,7 +6428,6 @@
6428 "version": "7.4.1",
6429 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
6430 "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
6420 - "dev": true,
6431 "dependencies": {
6432 "@babel/parser": "^7.1.0",
6433 "@babel/types": "^7.0.0"
@@ -6427,7 +6437,6 @@
6437 "version": "7.18.3",
6438 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz",
6439 "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==",
6430 - "dev": true,
6440 "dependencies": {
6441 "@babel/types": "^7.3.0"
6442 }
@@ -6507,6 +6516,14 @@
6516 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz",
6517 "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ=="
6518 },
6519 + "node_modules/@types/estree-jsx": {
6520 + "version": "1.0.0",
6521 + "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.0.tgz",
6522 + "integrity": "sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ==",
6523 + "dependencies": {
6524 + "@types/estree": "*"
6525 + }
6526 + },
6527 "node_modules/@types/get-port": {
6528 "version": "3.2.0",
6529 "resolved": "https://registry.npmjs.org/@types/get-port/-/get-port-3.2.0.tgz",
@@ -6689,6 +6706,11 @@
6706 "@types/unist": "*"
6707 }
6708 },
6709 + "node_modules/@types/mdx": {
6710 + "version": "2.0.3",
6711 + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.3.tgz",
6712 + "integrity": "sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ=="
6713 + },
6714 "node_modules/@types/minimatch": {
6715 "version": "5.1.2",
6716 "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
@@ -6708,6 +6730,11 @@
6730 "@types/node": "*"
6731 }
6732 },
6733 + "node_modules/@types/ms": {
6734 + "version": "0.7.31",
6735 + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz",
6736 + "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA=="
6737 + },
6738 "node_modules/@types/node": {
6739 "version": "14.18.36",
6740 "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.36.tgz",
@@ -6754,7 +6781,8 @@
6781 "node_modules/@types/parse5": {
6782 "version": "5.0.3",
6783 "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz",
6757 - "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw=="
6784 + "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==",
6785 + "peer": true
6786 },
6787 "node_modules/@types/prettier": {
6788 "version": "2.7.2",
@@ -8039,6 +8067,14 @@
8067 "node": ">=8"
8068 }
8069 },
8070 + "node_modules/astring": {
8071 + "version": "1.8.4",
8072 + "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.4.tgz",
8073 + "integrity": "sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==",
8074 + "bin": {
8075 + "astring": "bin/astring"
8076 + }
8077 + },
8078 "node_modules/async": {
8079 "version": "1.5.2",
8080 "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
@@ -8171,12 +8207,13 @@
8207 }
8208 },
8209 "node_modules/axios": {
8174 - "version": "0.27.2",
8175 - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
8176 - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
8210 + "version": "1.2.2",
8211 + "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.2.tgz",
8212 + "integrity": "sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==",
8213 "dependencies": {
8178 - "follow-redirects": "^1.14.9",
8179 - "form-data": "^4.0.0"
8214 + "follow-redirects": "^1.15.0",
8215 + "form-data": "^4.0.0",
8216 + "proxy-from-env": "^1.1.0"
8217 }
8218 },
8219 "node_modules/axobject-query": {
@@ -8307,6 +8344,7 @@
8344 "version": "1.6.22",
8345 "resolved": "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz",
8346 "integrity": "sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==",
8347 + "peer": true,
8348 "dependencies": {
8349 "@babel/helper-plugin-utils": "7.10.4",
8350 "@mdx-js/util": "1.6.22"
@@ -8322,7 +8360,8 @@
8360 "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": {
8361 "version": "7.10.4",
8362 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
8325 - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
8363 + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
8364 + "peer": true
8365 },
8366 "node_modules/babel-plugin-dynamic-import-node": {
8367 "version": "2.3.3",
@@ -8336,6 +8375,7 @@
8375 "version": "1.6.22",
8376 "resolved": "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz",
8377 "integrity": "sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==",
8378 + "peer": true,
8379 "dependencies": {
8380 "@babel/helper-plugin-utils": "7.10.4"
8381 },
@@ -8347,7 +8387,8 @@
8387 "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": {
8388 "version": "7.10.4",
8389 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
8350 - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
8390 + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
8391 + "peer": true
8392 },
8393 "node_modules/babel-plugin-istanbul": {
8394 "version": "6.1.1",
@@ -8490,49 +8531,18 @@
8531 }
8532 },
8533 "node_modules/babel-plugin-preval": {
8493 - "version": "3.0.1",
8494 - "resolved": "https://registry.npmjs.org/babel-plugin-preval/-/babel-plugin-preval-3.0.1.tgz",
8495 - "integrity": "sha512-s8hmTlRSmzcL7cHSIi0s6WxmpOAxfIlWqSVQwBIt7V5bNBaac+8JMZ6kJXLOazMJ8gCIcb5AJgQUgPHvbSYUzw==",
8534 + "version": "5.1.0",
8535 + "resolved": "https://registry.npmjs.org/babel-plugin-preval/-/babel-plugin-preval-5.1.0.tgz",
8536 + "integrity": "sha512-G5R+xmo5LS41A4UyZjOjV0mp9AvkuCyUOAJ6TOv/jTZS+VKh7L7HUDRcCSOb0YCM/u0fFarh7Diz0wjY8rFNFg==",
8537 "dependencies": {
8497 - "babel-plugin-macros": "^2.2.2",
8538 + "@babel/runtime": "^7.12.5",
8539 + "@types/babel__core": "^7.1.12",
8540 + "babel-plugin-macros": "^3.0.1",
8541 "require-from-string": "^2.0.2"
8542 },
8543 "engines": {
8501 - "node": ">=4",
8502 - "npm": ">=3"
8503 - }
8504 - },
8505 - "node_modules/babel-plugin-preval/node_modules/babel-plugin-macros": {
8506 - "version": "2.8.0",
8507 - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz",
8508 - "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==",
8509 - "dependencies": {
8510 - "@babel/runtime": "^7.7.2",
8511 - "cosmiconfig": "^6.0.0",
8512 - "resolve": "^1.12.0"
8513 - }
8514 - },
8515 - "node_modules/babel-plugin-preval/node_modules/cosmiconfig": {
8516 - "version": "6.0.0",
8517 - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz",
8518 - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==",
8519 - "dependencies": {
8520 - "@types/parse-json": "^4.0.0",
8521 - "import-fresh": "^3.1.0",
8522 - "parse-json": "^5.0.0",
8523 - "path-type": "^4.0.0",
8524 - "yaml": "^1.7.2"
8525 - },
8526 - "engines": {
8527 - "node": ">=8"
8528 - }
8529 - },
8530 - "node_modules/babel-plugin-preval/node_modules/yaml": {
8531 - "version": "1.10.2",
8532 - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
8533 - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
8534 - "engines": {
8535 - "node": ">= 6"
8544 + "node": ">=10",
8545 + "npm": ">=6"
8546 }
8547 },
8548 "node_modules/babel-plugin-remove-graphql-queries": {
@@ -9874,6 +9884,7 @@
9884 "version": "7.0.4",
9885 "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
9886 "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
9887 + "dev": true,
9888 "dependencies": {
9889 "string-width": "^4.2.0",
9890 "strip-ansi": "^6.0.0",
@@ -10131,6 +10142,7 @@
10142 "version": "1.0.8",
10143 "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
10144 "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
10145 + "peer": true,
10146 "funding": {
10147 "type": "github",
10148 "url": "https://github.com/sponsors/wooorm"
@@ -11015,6 +11027,27 @@
11027 "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
11028 "dev": true
11029 },
11030 + "node_modules/decode-named-character-reference": {
11031 + "version": "1.0.2",
11032 + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz",
11033 + "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==",
11034 + "dependencies": {
11035 + "character-entities": "^2.0.0"
11036 + },
11037 + "funding": {
11038 + "type": "github",
11039 + "url": "https://github.com/sponsors/wooorm"
11040 + }
11041 + },
11042 + "node_modules/decode-named-character-reference/node_modules/character-entities": {
11043 + "version": "2.0.2",
11044 + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
11045 + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
11046 + "funding": {
11047 + "type": "github",
11048 + "url": "https://github.com/sponsors/wooorm"
11049 + }
11050 + },
11051 "node_modules/decode-uri-component": {
11052 "version": "0.2.2",
11053 "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
@@ -11181,6 +11214,14 @@
11214 "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
11215 "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
11216 },
11217 + "node_modules/dequal": {
11218 + "version": "2.0.3",
11219 + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
11220 + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
11221 + "engines": {
11222 + "node": ">=6"
11223 + }
11224 + },
11225 "node_modules/destroy": {
11226 "version": "1.2.0",
11227 "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
@@ -11194,6 +11235,7 @@
11235 "version": "2.0.4",
11236 "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz",
11237 "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==",
11238 + "peer": true,
11239 "dependencies": {
11240 "repeat-string": "^1.5.4"
11241 },
@@ -11407,7 +11449,6 @@
11449 "version": "5.1.0",
11450 "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
11451 "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
11410 - "dev": true,
11452 "engines": {
11453 "node": ">=0.3.1"
11454 }
@@ -12959,6 +13000,73 @@
13000 "node": ">=4.0"
13001 }
13002 },
13003 + "node_modules/estree-util-attach-comments": {
13004 + "version": "2.1.0",
13005 + "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-2.1.0.tgz",
13006 + "integrity": "sha512-rJz6I4L0GaXYtHpoMScgDIwM0/Vwbu5shbMeER596rB2D1EWF6+Gj0e0UKzJPZrpoOc87+Q2kgVFHfjAymIqmw==",
13007 + "dependencies": {
13008 + "@types/estree": "^1.0.0"
13009 + },
13010 + "funding": {
13011 + "type": "opencollective",
13012 + "url": "https://opencollective.com/unified"
13013 + }
13014 + },
13015 + "node_modules/estree-util-build-jsx": {
13016 + "version": "2.2.2",
13017 + "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-2.2.2.tgz",
13018 + "integrity": "sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==",
13019 + "dependencies": {
13020 + "@types/estree-jsx": "^1.0.0",
13021 + "estree-util-is-identifier-name": "^2.0.0",
13022 + "estree-walker": "^3.0.0"
13023 + },
13024 + "funding": {
13025 + "type": "opencollective",
13026 + "url": "https://opencollective.com/unified"
13027 + }
13028 + },
13029 + "node_modules/estree-util-is-identifier-name": {
13030 + "version": "2.0.1",
13031 + "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.0.1.tgz",
13032 + "integrity": "sha512-rxZj1GkQhY4x1j/CSnybK9cGuMFQYFPLq0iNyopqf14aOVLFtMv7Esika+ObJWPWiOHuMOAHz3YkWoLYYRnzWQ==",
13033 + "funding": {
13034 + "type": "opencollective",
13035 + "url": "https://opencollective.com/unified"
13036 + }
13037 + },
13038 + "node_modules/estree-util-to-js": {
13039 + "version": "1.1.0",
13040 + "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-1.1.0.tgz",
13041 + "integrity": "sha512-490lbfCcpLk+ofK6HCgqDfYs4KAfq6QVvDw3+Bm1YoKRgiOjKiKYGAVQE1uwh7zVxBgWhqp4FDtp5SqunpUk1A==",
13042 + "dependencies": {
13043 + "@types/estree-jsx": "^1.0.0",
13044 + "astring": "^1.8.0",
13045 + "source-map": "^0.7.0"
13046 + },
13047 + "funding": {
13048 + "type": "opencollective",
13049 + "url": "https://opencollective.com/unified"
13050 + }
13051 + },
13052 + "node_modules/estree-util-visit": {
13053 + "version": "1.2.0",
13054 + "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-1.2.0.tgz",
13055 + "integrity": "sha512-wdsoqhWueuJKsh5hqLw3j8lwFqNStm92VcwtAOAny8g/KS/l5Y8RISjR4k5W6skCj3Nirag/WUCMS0Nfy3sgsg==",
13056 + "dependencies": {
13057 + "@types/estree-jsx": "^1.0.0",
13058 + "@types/unist": "^2.0.0"
13059 + },
13060 + "funding": {
13061 + "type": "opencollective",
13062 + "url": "https://opencollective.com/unified"
13063 + }
13064 + },
13065 + "node_modules/estree-walker": {
13066 + "version": "3.0.2",
13067 + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.2.tgz",
13068 + "integrity": "sha512-C03BvXCQIH/po+PNPONx/zSM9ziPr9weX8xNhYb/IJtdJ9z+L4z9VKPTB+UTHdmhnIopA2kc419ueyVyHVktwA=="
13069 + },
13070 "node_modules/esutils": {
13071 "version": "2.0.3",
13072 "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
@@ -15831,20 +15939,20 @@
15939 }
15940 },
15941 "node_modules/get-pkg-repo": {
15834 - "version": "4.2.1",
15835 - "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz",
15836 - "integrity": "sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==",
15942 + "version": "5.0.0",
15943 + "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-5.0.0.tgz",
15944 + "integrity": "sha512-iYM3H4zu92jWcE5x9ITkKDKmUJGWrSUwubnHdDpBIXRaqq8oWhFoX3FHYf8jMc7LB4xTgpIv1yqgHEV+wsJcSg==",
15945 "dependencies": {
15946 "@hutson/parse-repository-url": "^3.0.0",
15947 "hosted-git-info": "^4.0.0",
15948 "through2": "^2.0.0",
15841 - "yargs": "^16.2.0"
15949 + "yargs": "^17.0.1"
15950 },
15951 "bin": {
15952 "get-pkg-repo": "src/cli.js"
15953 },
15954 "engines": {
15847 - "node": ">=6.9.0"
15955 + "node": ">=12"
15956 }
15957 },
15958 "node_modules/get-pkg-repo/node_modules/hosted-git-info": {
@@ -15883,23 +15991,6 @@
15991 "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
15992 "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
15993 },
15886 - "node_modules/get-pkg-repo/node_modules/yargs": {
15887 - "version": "16.2.0",
15888 - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
15889 - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
15890 - "dependencies": {
15891 - "cliui": "^7.0.2",
15892 - "escalade": "^3.1.1",
15893 - "get-caller-file": "^2.0.5",
15894 - "require-directory": "^2.1.1",
15895 - "string-width": "^4.2.0",
15896 - "y18n": "^5.0.5",
15897 - "yargs-parser": "^20.2.2"
15898 - },
15899 - "engines": {
15900 - "node": ">=10"
15901 - }
15902 - },
15994 "node_modules/get-port": {
15995 "version": "3.2.0",
15996 "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz",
@@ -16368,6 +16459,7 @@
16459 "version": "9.0.1",
16460 "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz",
16461 "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==",
16462 + "peer": true,
16463 "dependencies": {
16464 "@types/unist": "^2.0.3",
16465 "comma-separated-tokens": "^1.0.0",
@@ -16386,6 +16478,7 @@
16478 "version": "6.0.1",
16479 "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz",
16480 "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==",
16481 + "peer": true,
16482 "dependencies": {
16483 "@types/parse5": "^5.0.0",
16484 "hastscript": "^6.0.0",
@@ -16403,6 +16496,7 @@
16496 "version": "2.2.5",
16497 "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz",
16498 "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==",
16499 + "peer": true,
16500 "funding": {
16501 "type": "opencollective",
16502 "url": "https://opencollective.com/unified"
@@ -16412,6 +16506,7 @@
16506 "version": "6.0.1",
16507 "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz",
16508 "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==",
16509 + "peer": true,
16510 "dependencies": {
16511 "@types/hast": "^2.0.0",
16512 "hast-util-from-parse5": "^6.0.0",
@@ -16429,10 +16524,85 @@
16524 "url": "https://opencollective.com/unified"
16525 }
16526 },
16527 + "node_modules/hast-util-to-estree": {
16528 + "version": "2.1.0",
16529 + "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-2.1.0.tgz",
16530 + "integrity": "sha512-Vwch1etMRmm89xGgz+voWXvVHba2iiMdGMKmaMfYt35rbVtFDq8JNwwAIvi8zHMkO6Gvqo9oTMwJTmzVRfXh4g==",
16531 + "dependencies": {
16532 + "@types/estree": "^1.0.0",
16533 + "@types/estree-jsx": "^1.0.0",
16534 + "@types/hast": "^2.0.0",
16535 + "@types/unist": "^2.0.0",
16536 + "comma-separated-tokens": "^2.0.0",
16537 + "estree-util-attach-comments": "^2.0.0",
16538 + "estree-util-is-identifier-name": "^2.0.0",
16539 + "hast-util-whitespace": "^2.0.0",
16540 + "mdast-util-mdx-expression": "^1.0.0",
16541 + "mdast-util-mdxjs-esm": "^1.0.0",
16542 + "property-information": "^6.0.0",
16543 + "space-separated-tokens": "^2.0.0",
16544 + "style-to-object": "^0.3.0",
16545 + "unist-util-position": "^4.0.0",
16546 + "zwitch": "^2.0.0"
16547 + },
16548 + "funding": {
16549 + "type": "opencollective",
16550 + "url": "https://opencollective.com/unified"
16551 + }
16552 + },
16553 + "node_modules/hast-util-to-estree/node_modules/comma-separated-tokens": {
16554 + "version": "2.0.3",
16555 + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
16556 + "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
16557 + "funding": {
16558 + "type": "github",
16559 + "url": "https://github.com/sponsors/wooorm"
16560 + }
16561 + },
16562 + "node_modules/hast-util-to-estree/node_modules/property-information": {
16563 + "version": "6.2.0",
16564 + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.2.0.tgz",
16565 + "integrity": "sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==",
16566 + "funding": {
16567 + "type": "github",
16568 + "url": "https://github.com/sponsors/wooorm"
16569 + }
16570 + },
16571 + "node_modules/hast-util-to-estree/node_modules/space-separated-tokens": {
16572 + "version": "2.0.2",
16573 + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
16574 + "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
16575 + "funding": {
16576 + "type": "github",
16577 + "url": "https://github.com/sponsors/wooorm"
16578 + }
16579 + },
16580 + "node_modules/hast-util-to-estree/node_modules/unist-util-position": {
16581 + "version": "4.0.3",
16582 + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.3.tgz",
16583 + "integrity": "sha512-p/5EMGIa1qwbXjA+QgcBXaPWjSnZfQ2Sc3yBEEfgPwsEmJd8Qh+DSk3LGnmOM4S1bY2C0AjmMnB8RuEYxpPwXQ==",
16584 + "dependencies": {
16585 + "@types/unist": "^2.0.0"
16586 + },
16587 + "funding": {
16588 + "type": "opencollective",
16589 + "url": "https://opencollective.com/unified"
16590 + }
16591 + },
16592 + "node_modules/hast-util-to-estree/node_modules/zwitch": {
16593 + "version": "2.0.4",
16594 + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
16595 + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
16596 + "funding": {
16597 + "type": "github",
16598 + "url": "https://github.com/sponsors/wooorm"
16599 + }
16600 + },
16601 "node_modules/hast-util-to-parse5": {
16602 "version": "6.0.0",
16603 "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz",
16604 "integrity": "sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==",
16605 + "peer": true,
16606 "dependencies": {
16607 "hast-to-hyperscript": "^9.0.0",
16608 "property-information": "^5.0.0",
@@ -16445,10 +16615,20 @@
16615 "url": "https://opencollective.com/unified"
16616 }
16617 },
16618 + "node_modules/hast-util-whitespace": {
16619 + "version": "2.0.1",
16620 + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz",
16621 + "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==",
16622 + "funding": {
16623 + "type": "opencollective",
16624 + "url": "https://opencollective.com/unified"
16625 + }
16626 + },
16627 "node_modules/hastscript": {
16628 "version": "6.0.0",
16629 "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz",
16630 "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==",
16631 + "peer": true,
16632 "dependencies": {
16633 "@types/hast": "^2.0.0",
16634 "comma-separated-tokens": "^1.0.0",
@@ -16573,6 +16753,7 @@
16753 "version": "1.0.5",
16754 "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz",
16755 "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==",
16756 + "peer": true,
16757 "funding": {
16758 "type": "github",
16759 "url": "https://github.com/sponsors/wooorm"
@@ -17342,6 +17523,14 @@
17523 "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
17524 "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
17525 },
17526 + "node_modules/is-reference": {
17527 + "version": "3.0.1",
17528 + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.1.tgz",
17529 + "integrity": "sha512-baJJdQLiYaJdvFbJqXrcGv3WU3QCzBlUcI5QhbesIm6/xPsvmO+2CDoi/GMOFBQEQm+PXkwOPrp9KK5ozZsp2w==",
17530 + "dependencies": {
17531 + "@types/estree": "*"
17532 + }
17533 + },
17534 "node_modules/is-regex": {
17535 "version": "1.1.4",
17536 "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
@@ -19674,6 +19863,14 @@
19863 "url": "https://github.com/sponsors/wooorm"
19864 }
19865 },
19866 + "node_modules/markdown-extensions": {
19867 + "version": "1.1.1",
19868 + "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-1.1.1.tgz",
19869 + "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==",
19870 + "engines": {
19871 + "node": ">=0.10.0"
19872 + }
19873 + },
19874 "node_modules/markdown-table": {
19875 "version": "1.1.3",
19876 "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz",
@@ -19694,6 +19891,7 @@
19891 "version": "4.0.0",
19892 "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz",
19893 "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==",
19894 + "peer": true,
19895 "dependencies": {
19896 "unist-util-remove": "^2.0.0"
19897 },
@@ -19706,6 +19904,7 @@
19904 "version": "2.1.0",
19905 "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz",
19906 "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==",
19907 + "peer": true,
19908 "dependencies": {
19909 "unist-util-is": "^4.0.0"
19910 },
@@ -19751,6 +19950,7 @@
19950 "version": "4.0.0",
19951 "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
19952 "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
19953 + "peer": true,
19954 "dependencies": {
19955 "unist-util-visit": "^2.0.0"
19956 },
@@ -19759,302 +19959,1411 @@
19959 "url": "https://opencollective.com/unified"
19960 }
19961 },
19762 - "node_modules/mdast-util-to-hast": {
19763 - "version": "10.0.1",
19764 - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz",
19765 - "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==",
19962 + "node_modules/mdast-util-from-markdown": {
19963 + "version": "1.2.0",
19964 + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz",
19965 + "integrity": "sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==",
19966 "dependencies": {
19967 "@types/mdast": "^3.0.0",
19968 "@types/unist": "^2.0.0",
19769 - "mdast-util-definitions": "^4.0.0",
19770 - "mdurl": "^1.0.0",
19771 - "unist-builder": "^2.0.0",
19772 - "unist-util-generated": "^1.0.0",
19773 - "unist-util-position": "^3.0.0",
19774 - "unist-util-visit": "^2.0.0"
19969 + "decode-named-character-reference": "^1.0.0",
19970 + "mdast-util-to-string": "^3.1.0",
19971 + "micromark": "^3.0.0",
19972 + "micromark-util-decode-numeric-character-reference": "^1.0.0",
19973 + "micromark-util-decode-string": "^1.0.0",
19974 + "micromark-util-normalize-identifier": "^1.0.0",
19975 + "micromark-util-symbol": "^1.0.0",
19976 + "micromark-util-types": "^1.0.0",
19977 + "unist-util-stringify-position": "^3.0.0",
19978 + "uvu": "^0.5.0"
19979 },
19980 "funding": {
19981 "type": "opencollective",
19982 "url": "https://opencollective.com/unified"
19983 }
19984 },
19781 - "node_modules/mdast-util-to-nlcst": {
19782 - "version": "3.2.3",
19783 - "resolved": "https://registry.npmjs.org/mdast-util-to-nlcst/-/mdast-util-to-nlcst-3.2.3.tgz",
19784 - "integrity": "sha512-hPIsgEg7zCvdU6/qvjcR6lCmJeRuIEpZGY5xBV+pqzuMOvQajyyF8b6f24f8k3Rw8u40GwkI3aAxUXr3bB2xag==",
19785 - "dependencies": {
19786 - "nlcst-to-string": "^2.0.0",
19787 - "repeat-string": "^1.5.2",
19788 - "unist-util-position": "^3.0.0",
19789 - "vfile-location": "^2.0.0"
19985 + "node_modules/mdast-util-from-markdown/node_modules/mdast-util-to-string": {
19986 + "version": "3.1.0",
19987 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz",
19988 + "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==",
19989 + "funding": {
19990 + "type": "opencollective",
19991 + "url": "https://opencollective.com/unified"
19992 }
19993 },
19792 - "node_modules/mdast-util-to-nlcst/node_modules/vfile-location": {
19793 - "version": "2.0.6",
19794 - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
19795 - "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==",
19994 + "node_modules/mdast-util-from-markdown/node_modules/unist-util-stringify-position": {
19995 + "version": "3.0.2",
19996 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
19997 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
19998 + "dependencies": {
19999 + "@types/unist": "^2.0.0"
20000 + },
20001 "funding": {
20002 "type": "opencollective",
20003 "url": "https://opencollective.com/unified"
20004 }
20005 },
19801 - "node_modules/mdast-util-to-string": {
19802 - "version": "1.1.0",
19803 - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz",
19804 - "integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==",
20006 + "node_modules/mdast-util-mdx": {
20007 + "version": "2.0.0",
20008 + "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.0.tgz",
20009 + "integrity": "sha512-M09lW0CcBT1VrJUaF/PYxemxxHa7SLDHdSn94Q9FhxjCQfuW7nMAWKWimTmA3OyDMSTH981NN1csW1X+HPSluw==",
20010 + "dependencies": {
20011 + "mdast-util-mdx-expression": "^1.0.0",
20012 + "mdast-util-mdx-jsx": "^2.0.0",
20013 + "mdast-util-mdxjs-esm": "^1.0.0"
20014 + },
20015 "funding": {
20016 "type": "opencollective",
20017 "url": "https://opencollective.com/unified"
20018 }
20019 },
19810 - "node_modules/mdast-util-toc": {
19811 - "version": "3.1.0",
19812 - "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-3.1.0.tgz",
19813 - "integrity": "sha512-Za0hqL1PqWrvxGtA/3NH9D5nhGAUS9grMM4obEAz5+zsk1RIw/vWUchkaoDLNdrwk05A0CSC5eEXng36/1qE5w==",
20020 + "node_modules/mdast-util-mdx-expression": {
20021 + "version": "1.3.1",
20022 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.1.tgz",
20023 + "integrity": "sha512-TTb6cKyTA1RD+1su1iStZ5PAv3rFfOUKcoU5EstUpv/IZo63uDX03R8+jXjMEhcobXnNOiG6/ccekvVl4eV1zQ==",
20024 "dependencies": {
19815 - "github-slugger": "^1.2.1",
19816 - "mdast-util-to-string": "^1.0.5",
19817 - "unist-util-is": "^2.1.2",
19818 - "unist-util-visit": "^1.1.0"
20025 + "@types/estree-jsx": "^1.0.0",
20026 + "@types/hast": "^2.0.0",
20027 + "@types/mdast": "^3.0.0",
20028 + "mdast-util-from-markdown": "^1.0.0",
20029 + "mdast-util-to-markdown": "^1.0.0"
20030 + },
20031 + "funding": {
20032 + "type": "opencollective",
20033 + "url": "https://opencollective.com/unified"
20034 }
20035 },
19821 - "node_modules/mdast-util-toc/node_modules/unist-util-is": {
19822 - "version": "2.1.3",
19823 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.3.tgz",
19824 - "integrity": "sha512-4WbQX2iwfr/+PfM4U3zd2VNXY+dWtZsN1fLnWEi2QQXA4qyDYAZcDMfXUX0Cu6XZUHHAO9q4nyxxLT4Awk1qUA=="
19825 - },
19826 - "node_modules/mdast-util-toc/node_modules/unist-util-visit": {
19827 - "version": "1.4.1",
19828 - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
19829 - "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
20036 + "node_modules/mdast-util-mdx-jsx": {
20037 + "version": "2.1.0",
20038 + "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.0.tgz",
20039 + "integrity": "sha512-KzgzfWMhdteDkrY4mQtyvTU5bc/W4ppxhe9SzelO6QUUiwLAM+Et2Dnjjprik74a336kHdo0zKm7Tp+n6FFeRg==",
20040 "dependencies": {
19831 - "unist-util-visit-parents": "^2.0.0"
20041 + "@types/estree-jsx": "^1.0.0",
20042 + "@types/hast": "^2.0.0",
20043 + "@types/mdast": "^3.0.0",
20044 + "ccount": "^2.0.0",
20045 + "mdast-util-to-markdown": "^1.3.0",
20046 + "parse-entities": "^4.0.0",
20047 + "stringify-entities": "^4.0.0",
20048 + "unist-util-remove-position": "^4.0.0",
20049 + "unist-util-stringify-position": "^3.0.0",
20050 + "vfile-message": "^3.0.0"
20051 + },
20052 + "funding": {
20053 + "type": "opencollective",
20054 + "url": "https://opencollective.com/unified"
20055 }
20056 },
19834 - "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents": {
19835 - "version": "2.1.2",
19836 - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
19837 - "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
19838 - "dependencies": {
19839 - "unist-util-is": "^3.0.0"
20057 + "node_modules/mdast-util-mdx-jsx/node_modules/ccount": {
20058 + "version": "2.0.1",
20059 + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
20060 + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
20061 + "funding": {
20062 + "type": "github",
20063 + "url": "https://github.com/sponsors/wooorm"
20064 }
20065 },
19842 - "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
19843 - "version": "3.0.0",
19844 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
19845 - "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
20066 + "node_modules/mdast-util-mdx-jsx/node_modules/character-entities": {
20067 + "version": "2.0.2",
20068 + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
20069 + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
20070 + "funding": {
20071 + "type": "github",
20072 + "url": "https://github.com/sponsors/wooorm"
20073 + }
20074 },
19847 - "node_modules/mdn-data": {
19848 - "version": "2.0.14",
19849 - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
19850 - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
20075 + "node_modules/mdast-util-mdx-jsx/node_modules/character-entities-html4": {
20076 + "version": "2.1.0",
20077 + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
20078 + "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
20079 + "funding": {
20080 + "type": "github",
20081 + "url": "https://github.com/sponsors/wooorm"
20082 + }
20083 },
19852 - "node_modules/mdurl": {
19853 - "version": "1.0.1",
19854 - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
19855 - "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
20084 + "node_modules/mdast-util-mdx-jsx/node_modules/character-entities-legacy": {
20085 + "version": "3.0.0",
20086 + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
20087 + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
20088 + "funding": {
20089 + "type": "github",
20090 + "url": "https://github.com/sponsors/wooorm"
20091 + }
20092 },
19857 - "node_modules/meant": {
19858 - "version": "1.0.3",
19859 - "resolved": "https://registry.npmjs.org/meant/-/meant-1.0.3.tgz",
19860 - "integrity": "sha512-88ZRGcNxAq4EH38cQ4D85PM57pikCwS8Z99EWHODxN7KBY+UuPiqzRTtZzS8KTXO/ywSWbdjjJST2Hly/EQxLw=="
20093 + "node_modules/mdast-util-mdx-jsx/node_modules/character-reference-invalid": {
20094 + "version": "2.0.1",
20095 + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
20096 + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
20097 + "funding": {
20098 + "type": "github",
20099 + "url": "https://github.com/sponsors/wooorm"
20100 + }
20101 },
19862 - "node_modules/media-typer": {
19863 - "version": "0.3.0",
19864 - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
19865 - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
19866 - "engines": {
19867 - "node": ">= 0.6"
20102 + "node_modules/mdast-util-mdx-jsx/node_modules/is-alphabetical": {
20103 + "version": "2.0.1",
20104 + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
20105 + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
20106 + "funding": {
20107 + "type": "github",
20108 + "url": "https://github.com/sponsors/wooorm"
20109 }
20110 },
19870 - "node_modules/mem": {
19871 - "version": "8.1.1",
19872 - "resolved": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz",
19873 - "integrity": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==",
20111 + "node_modules/mdast-util-mdx-jsx/node_modules/is-alphanumerical": {
20112 + "version": "2.0.1",
20113 + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
20114 + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
20115 "dependencies": {
19875 - "map-age-cleaner": "^0.1.3",
19876 - "mimic-fn": "^3.1.0"
19877 - },
19878 - "engines": {
19879 - "node": ">=10"
20116 + "is-alphabetical": "^2.0.0",
20117 + "is-decimal": "^2.0.0"
20118 },
20119 "funding": {
19882 - "url": "https://github.com/sindresorhus/mem?sponsor=1"
20120 + "type": "github",
20121 + "url": "https://github.com/sponsors/wooorm"
20122 }
20123 },
19885 - "node_modules/mem/node_modules/mimic-fn": {
19886 - "version": "3.1.0",
19887 - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz",
19888 - "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==",
19889 - "engines": {
19890 - "node": ">=8"
20124 + "node_modules/mdast-util-mdx-jsx/node_modules/is-decimal": {
20125 + "version": "2.0.1",
20126 + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
20127 + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
20128 + "funding": {
20129 + "type": "github",
20130 + "url": "https://github.com/sponsors/wooorm"
20131 }
20132 },
19893 - "node_modules/memfs": {
19894 - "version": "3.4.12",
19895 - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.12.tgz",
19896 - "integrity": "sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==",
20133 + "node_modules/mdast-util-mdx-jsx/node_modules/is-hexadecimal": {
20134 + "version": "2.0.1",
20135 + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
20136 + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
20137 + "funding": {
20138 + "type": "github",
20139 + "url": "https://github.com/sponsors/wooorm"
20140 + }
20141 + },
20142 + "node_modules/mdast-util-mdx-jsx/node_modules/parse-entities": {
20143 + "version": "4.0.0",
20144 + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.0.tgz",
20145 + "integrity": "sha512-5nk9Fn03x3rEhGaX1FU6IDwG/k+GxLXlFAkgrbM1asuAFl3BhdQWvASaIsmwWypRNcZKHPYnIuOSfIWEyEQnPQ==",
20146 "dependencies": {
19898 - "fs-monkey": "^1.0.3"
20147 + "@types/unist": "^2.0.0",
20148 + "character-entities": "^2.0.0",
20149 + "character-entities-legacy": "^3.0.0",
20150 + "character-reference-invalid": "^2.0.0",
20151 + "decode-named-character-reference": "^1.0.0",
20152 + "is-alphanumerical": "^2.0.0",
20153 + "is-decimal": "^2.0.0",
20154 + "is-hexadecimal": "^2.0.0"
20155 },
19900 - "engines": {
19901 - "node": ">= 4.0.0"
20156 + "funding": {
20157 + "type": "github",
20158 + "url": "https://github.com/sponsors/wooorm"
20159 }
20160 },
19904 - "node_modules/memoizee": {
19905 - "version": "0.4.15",
19906 - "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.15.tgz",
19907 - "integrity": "sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==",
20161 + "node_modules/mdast-util-mdx-jsx/node_modules/stringify-entities": {
20162 + "version": "4.0.3",
20163 + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz",
20164 + "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==",
20165 "dependencies": {
19909 - "d": "^1.0.1",
19910 - "es5-ext": "^0.10.53",
19911 - "es6-weak-map": "^2.0.3",
19912 - "event-emitter": "^0.3.5",
19913 - "is-promise": "^2.2.2",
19914 - "lru-queue": "^0.1.0",
19915 - "next-tick": "^1.1.0",
19916 - "timers-ext": "^0.1.7"
20166 + "character-entities-html4": "^2.0.0",
20167 + "character-entities-legacy": "^3.0.0"
20168 + },
20169 + "funding": {
20170 + "type": "github",
20171 + "url": "https://github.com/sponsors/wooorm"
20172 }
20173 },
19919 - "node_modules/meow": {
19920 - "version": "8.1.2",
19921 - "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
19922 - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==",
19923 - "dev": true,
20174 + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-is": {
20175 + "version": "5.1.1",
20176 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
20177 + "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==",
20178 + "funding": {
20179 + "type": "opencollective",
20180 + "url": "https://opencollective.com/unified"
20181 + }
20182 + },
20183 + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-remove-position": {
20184 + "version": "4.0.1",
20185 + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-4.0.1.tgz",
20186 + "integrity": "sha512-0yDkppiIhDlPrfHELgB+NLQD5mfjup3a8UYclHruTJWmY74je8g+CIFr79x5f6AkmzSwlvKLbs63hC0meOMowQ==",
20187 "dependencies": {
19925 - "@types/minimist": "^1.2.0",
19926 - "camelcase-keys": "^6.2.2",
19927 - "decamelize-keys": "^1.1.0",
19928 - "hard-rejection": "^2.1.0",
19929 - "minimist-options": "4.1.0",
19930 - "normalize-package-data": "^3.0.0",
19931 - "read-pkg-up": "^7.0.1",
19932 - "redent": "^3.0.0",
19933 - "trim-newlines": "^3.0.0",
19934 - "type-fest": "^0.18.0",
19935 - "yargs-parser": "^20.2.3"
19936 - },
19937 - "engines": {
19938 - "node": ">=10"
20188 + "@types/unist": "^2.0.0",
20189 + "unist-util-visit": "^4.0.0"
20190 },
20191 "funding": {
19941 - "url": "https://github.com/sponsors/sindresorhus"
20192 + "type": "opencollective",
20193 + "url": "https://opencollective.com/unified"
20194 }
20195 },
19944 - "node_modules/meow/node_modules/find-up": {
19945 - "version": "4.1.0",
19946 - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
19947 - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
19948 - "dev": true,
20196 + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-stringify-position": {
20197 + "version": "3.0.2",
20198 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
20199 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
20200 "dependencies": {
19950 - "locate-path": "^5.0.0",
19951 - "path-exists": "^4.0.0"
20201 + "@types/unist": "^2.0.0"
20202 },
19953 - "engines": {
19954 - "node": ">=8"
20203 + "funding": {
20204 + "type": "opencollective",
20205 + "url": "https://opencollective.com/unified"
20206 }
20207 },
19957 - "node_modules/meow/node_modules/locate-path": {
19958 - "version": "5.0.0",
19959 - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
19960 - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
19961 - "dev": true,
20208 + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-visit": {
20209 + "version": "4.1.1",
20210 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz",
20211 + "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==",
20212 "dependencies": {
19963 - "p-locate": "^4.1.0"
20213 + "@types/unist": "^2.0.0",
20214 + "unist-util-is": "^5.0.0",
20215 + "unist-util-visit-parents": "^5.1.1"
20216 },
19965 - "engines": {
19966 - "node": ">=8"
20217 + "funding": {
20218 + "type": "opencollective",
20219 + "url": "https://opencollective.com/unified"
20220 }
20221 },
19969 - "node_modules/meow/node_modules/p-limit": {
19970 - "version": "2.3.0",
19971 - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
19972 - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
19973 - "dev": true,
20222 + "node_modules/mdast-util-mdx-jsx/node_modules/unist-util-visit-parents": {
20223 + "version": "5.1.1",
20224 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.1.tgz",
20225 + "integrity": "sha512-gks4baapT/kNRaWxuGkl5BIhoanZo7sC/cUT/JToSRNL1dYoXRFl75d++NkjYk4TAu2uv2Px+l8guMajogeuiw==",
20226 "dependencies": {
19975 - "p-try": "^2.0.0"
19976 - },
19977 - "engines": {
19978 - "node": ">=6"
20227 + "@types/unist": "^2.0.0",
20228 + "unist-util-is": "^5.0.0"
20229 },
20230 "funding": {
19981 - "url": "https://github.com/sponsors/sindresorhus"
20231 + "type": "opencollective",
20232 + "url": "https://opencollective.com/unified"
20233 }
20234 },
19984 - "node_modules/meow/node_modules/p-locate": {
19985 - "version": "4.1.0",
19986 - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
19987 - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
19988 - "dev": true,
20235 + "node_modules/mdast-util-mdx-jsx/node_modules/vfile-message": {
20236 + "version": "3.1.3",
20237 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.3.tgz",
20238 + "integrity": "sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA==",
20239 "dependencies": {
19990 - "p-limit": "^2.2.0"
20240 + "@types/unist": "^2.0.0",
20241 + "unist-util-stringify-position": "^3.0.0"
20242 },
19992 - "engines": {
19993 - "node": ">=8"
20243 + "funding": {
20244 + "type": "opencollective",
20245 + "url": "https://opencollective.com/unified"
20246 }
20247 },
19996 - "node_modules/meow/node_modules/read-pkg-up": {
19997 - "version": "7.0.1",
19998 - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
19999 - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
20000 - "dev": true,
20248 + "node_modules/mdast-util-mdxjs-esm": {
20249 + "version": "1.3.0",
20250 + "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.0.tgz",
20251 + "integrity": "sha512-7N5ihsOkAEGjFotIX9p/YPdl4TqUoMxL4ajNz7PbT89BqsdWJuBC9rvgt6wpbwTZqWWR0jKWqQbwsOWDBUZv4g==",
20252 "dependencies": {
20002 - "find-up": "^4.1.0",
20003 - "read-pkg": "^5.2.0",
20004 - "type-fest": "^0.8.1"
20253 + "@types/estree-jsx": "^1.0.0",
20254 + "@types/hast": "^2.0.0",
20255 + "@types/mdast": "^3.0.0",
20256 + "mdast-util-from-markdown": "^1.0.0",
20257 + "mdast-util-to-markdown": "^1.0.0"
20258 },
20006 - "engines": {
20007 - "node": ">=8"
20259 + "funding": {
20260 + "type": "opencollective",
20261 + "url": "https://opencollective.com/unified"
20262 + }
20263 + },
20264 + "node_modules/mdast-util-phrasing": {
20265 + "version": "3.0.0",
20266 + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.0.tgz",
20267 + "integrity": "sha512-S+QYsDRLkGi8U7o5JF1agKa/sdP+CNGXXLqC17pdTVL8FHHgQEiwFGa9yE5aYtUxNiFGYoaDy9V1kC85Sz86Gg==",
20268 + "dependencies": {
20269 + "@types/mdast": "^3.0.0",
20270 + "unist-util-is": "^5.0.0"
20271 },
20272 "funding": {
20010 - "url": "https://github.com/sponsors/sindresorhus"
20273 + "type": "opencollective",
20274 + "url": "https://opencollective.com/unified"
20275 + }
20276 + },
20277 + "node_modules/mdast-util-phrasing/node_modules/unist-util-is": {
20278 + "version": "5.1.1",
20279 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
20280 + "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==",
20281 + "funding": {
20282 + "type": "opencollective",
20283 + "url": "https://opencollective.com/unified"
20284 + }
20285 + },
20286 + "node_modules/mdast-util-to-hast": {
20287 + "version": "10.0.1",
20288 + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz",
20289 + "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==",
20290 + "peer": true,
20291 + "dependencies": {
20292 + "@types/mdast": "^3.0.0",
20293 + "@types/unist": "^2.0.0",
20294 + "mdast-util-definitions": "^4.0.0",
20295 + "mdurl": "^1.0.0",
20296 + "unist-builder": "^2.0.0",
20297 + "unist-util-generated": "^1.0.0",
20298 + "unist-util-position": "^3.0.0",
20299 + "unist-util-visit": "^2.0.0"
20300 + },
20301 + "funding": {
20302 + "type": "opencollective",
20303 + "url": "https://opencollective.com/unified"
20304 + }
20305 + },
20306 + "node_modules/mdast-util-to-markdown": {
20307 + "version": "1.5.0",
20308 + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz",
20309 + "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==",
20310 + "dependencies": {
20311 + "@types/mdast": "^3.0.0",
20312 + "@types/unist": "^2.0.0",
20313 + "longest-streak": "^3.0.0",
20314 + "mdast-util-phrasing": "^3.0.0",
20315 + "mdast-util-to-string": "^3.0.0",
20316 + "micromark-util-decode-string": "^1.0.0",
20317 + "unist-util-visit": "^4.0.0",
20318 + "zwitch": "^2.0.0"
20319 + },
20320 + "funding": {
20321 + "type": "opencollective",
20322 + "url": "https://opencollective.com/unified"
20323 + }
20324 + },
20325 + "node_modules/mdast-util-to-markdown/node_modules/longest-streak": {
20326 + "version": "3.1.0",
20327 + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
20328 + "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
20329 + "funding": {
20330 + "type": "github",
20331 + "url": "https://github.com/sponsors/wooorm"
20332 + }
20333 + },
20334 + "node_modules/mdast-util-to-markdown/node_modules/mdast-util-to-string": {
20335 + "version": "3.1.0",
20336 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz",
20337 + "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==",
20338 + "funding": {
20339 + "type": "opencollective",
20340 + "url": "https://opencollective.com/unified"
20341 + }
20342 + },
20343 + "node_modules/mdast-util-to-markdown/node_modules/unist-util-is": {
20344 + "version": "5.1.1",
20345 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
20346 + "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==",
20347 + "funding": {
20348 + "type": "opencollective",
20349 + "url": "https://opencollective.com/unified"
20350 + }
20351 + },
20352 + "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
20353 + "version": "4.1.1",
20354 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz",
20355 + "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==",
20356 + "dependencies": {
20357 + "@types/unist": "^2.0.0",
20358 + "unist-util-is": "^5.0.0",
20359 + "unist-util-visit-parents": "^5.1.1"
20360 + },
20361 + "funding": {
20362 + "type": "opencollective",
20363 + "url": "https://opencollective.com/unified"
20364 + }
20365 + },
20366 + "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit-parents": {
20367 + "version": "5.1.1",
20368 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.1.tgz",
20369 + "integrity": "sha512-gks4baapT/kNRaWxuGkl5BIhoanZo7sC/cUT/JToSRNL1dYoXRFl75d++NkjYk4TAu2uv2Px+l8guMajogeuiw==",
20370 + "dependencies": {
20371 + "@types/unist": "^2.0.0",
20372 + "unist-util-is": "^5.0.0"
20373 + },
20374 + "funding": {
20375 + "type": "opencollective",
20376 + "url": "https://opencollective.com/unified"
20377 + }
20378 + },
20379 + "node_modules/mdast-util-to-markdown/node_modules/zwitch": {
20380 + "version": "2.0.4",
20381 + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
20382 + "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
20383 + "funding": {
20384 + "type": "github",
20385 + "url": "https://github.com/sponsors/wooorm"
20386 + }
20387 + },
20388 + "node_modules/mdast-util-to-nlcst": {
20389 + "version": "3.2.3",
20390 + "resolved": "https://registry.npmjs.org/mdast-util-to-nlcst/-/mdast-util-to-nlcst-3.2.3.tgz",
20391 + "integrity": "sha512-hPIsgEg7zCvdU6/qvjcR6lCmJeRuIEpZGY5xBV+pqzuMOvQajyyF8b6f24f8k3Rw8u40GwkI3aAxUXr3bB2xag==",
20392 + "dependencies": {
20393 + "nlcst-to-string": "^2.0.0",
20394 + "repeat-string": "^1.5.2",
20395 + "unist-util-position": "^3.0.0",
20396 + "vfile-location": "^2.0.0"
20397 + }
20398 + },
20399 + "node_modules/mdast-util-to-nlcst/node_modules/vfile-location": {
20400 + "version": "2.0.6",
20401 + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz",
20402 + "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==",
20403 + "funding": {
20404 + "type": "opencollective",
20405 + "url": "https://opencollective.com/unified"
20406 + }
20407 + },
20408 + "node_modules/mdast-util-to-string": {
20409 + "version": "1.1.0",
20410 + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz",
20411 + "integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==",
20412 + "funding": {
20413 + "type": "opencollective",
20414 + "url": "https://opencollective.com/unified"
20415 + }
20416 + },
20417 + "node_modules/mdast-util-toc": {
20418 + "version": "3.1.0",
20419 + "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-3.1.0.tgz",
20420 + "integrity": "sha512-Za0hqL1PqWrvxGtA/3NH9D5nhGAUS9grMM4obEAz5+zsk1RIw/vWUchkaoDLNdrwk05A0CSC5eEXng36/1qE5w==",
20421 + "dependencies": {
20422 + "github-slugger": "^1.2.1",
20423 + "mdast-util-to-string": "^1.0.5",
20424 + "unist-util-is": "^2.1.2",
20425 + "unist-util-visit": "^1.1.0"
20426 + }
20427 + },
20428 + "node_modules/mdast-util-toc/node_modules/unist-util-is": {
20429 + "version": "2.1.3",
20430 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.3.tgz",
20431 + "integrity": "sha512-4WbQX2iwfr/+PfM4U3zd2VNXY+dWtZsN1fLnWEi2QQXA4qyDYAZcDMfXUX0Cu6XZUHHAO9q4nyxxLT4Awk1qUA=="
20432 + },
20433 + "node_modules/mdast-util-toc/node_modules/unist-util-visit": {
20434 + "version": "1.4.1",
20435 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
20436 + "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
20437 + "dependencies": {
20438 + "unist-util-visit-parents": "^2.0.0"
20439 + }
20440 + },
20441 + "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents": {
20442 + "version": "2.1.2",
20443 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
20444 + "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
20445 + "dependencies": {
20446 + "unist-util-is": "^3.0.0"
20447 + }
20448 + },
20449 + "node_modules/mdast-util-toc/node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
20450 + "version": "3.0.0",
20451 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
20452 + "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
20453 + },
20454 + "node_modules/mdn-data": {
20455 + "version": "2.0.14",
20456 + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz",
20457 + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
20458 + },
20459 + "node_modules/mdurl": {
20460 + "version": "1.0.1",
20461 + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
20462 + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==",
20463 + "peer": true
20464 + },
20465 + "node_modules/meant": {
20466 + "version": "1.0.3",
20467 + "resolved": "https://registry.npmjs.org/meant/-/meant-1.0.3.tgz",
20468 + "integrity": "sha512-88ZRGcNxAq4EH38cQ4D85PM57pikCwS8Z99EWHODxN7KBY+UuPiqzRTtZzS8KTXO/ywSWbdjjJST2Hly/EQxLw=="
20469 + },
20470 + "node_modules/media-typer": {
20471 + "version": "0.3.0",
20472 + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
20473 + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
20474 + "engines": {
20475 + "node": ">= 0.6"
20476 + }
20477 + },
20478 + "node_modules/mem": {
20479 + "version": "8.1.1",
20480 + "resolved": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz",
20481 + "integrity": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==",
20482 + "dependencies": {
20483 + "map-age-cleaner": "^0.1.3",
20484 + "mimic-fn": "^3.1.0"
20485 + },
20486 + "engines": {
20487 + "node": ">=10"
20488 + },
20489 + "funding": {
20490 + "url": "https://github.com/sindresorhus/mem?sponsor=1"
20491 + }
20492 + },
20493 + "node_modules/mem/node_modules/mimic-fn": {
20494 + "version": "3.1.0",
20495 + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz",
20496 + "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==",
20497 + "engines": {
20498 + "node": ">=8"
20499 + }
20500 + },
20501 + "node_modules/memfs": {
20502 + "version": "3.4.12",
20503 + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.12.tgz",
20504 + "integrity": "sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==",
20505 + "dependencies": {
20506 + "fs-monkey": "^1.0.3"
20507 + },
20508 + "engines": {
20509 + "node": ">= 4.0.0"
20510 + }
20511 + },
20512 + "node_modules/memoizee": {
20513 + "version": "0.4.15",
20514 + "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.15.tgz",
20515 + "integrity": "sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==",
20516 + "dependencies": {
20517 + "d": "^1.0.1",
20518 + "es5-ext": "^0.10.53",
20519 + "es6-weak-map": "^2.0.3",
20520 + "event-emitter": "^0.3.5",
20521 + "is-promise": "^2.2.2",
20522 + "lru-queue": "^0.1.0",
20523 + "next-tick": "^1.1.0",
20524 + "timers-ext": "^0.1.7"
20525 + }
20526 + },
20527 + "node_modules/meow": {
20528 + "version": "8.1.2",
20529 + "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
20530 + "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==",
20531 + "dev": true,
20532 + "dependencies": {
20533 + "@types/minimist": "^1.2.0",
20534 + "camelcase-keys": "^6.2.2",
20535 + "decamelize-keys": "^1.1.0",
20536 + "hard-rejection": "^2.1.0",
20537 + "minimist-options": "4.1.0",
20538 + "normalize-package-data": "^3.0.0",
20539 + "read-pkg-up": "^7.0.1",
20540 + "redent": "^3.0.0",
20541 + "trim-newlines": "^3.0.0",
20542 + "type-fest": "^0.18.0",
20543 + "yargs-parser": "^20.2.3"
20544 + },
20545 + "engines": {
20546 + "node": ">=10"
20547 + },
20548 + "funding": {
20549 + "url": "https://github.com/sponsors/sindresorhus"
20550 + }
20551 + },
20552 + "node_modules/meow/node_modules/find-up": {
20553 + "version": "4.1.0",
20554 + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
20555 + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
20556 + "dev": true,
20557 + "dependencies": {
20558 + "locate-path": "^5.0.0",
20559 + "path-exists": "^4.0.0"
20560 + },
20561 + "engines": {
20562 + "node": ">=8"
20563 + }
20564 + },
20565 + "node_modules/meow/node_modules/locate-path": {
20566 + "version": "5.0.0",
20567 + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
20568 + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
20569 + "dev": true,
20570 + "dependencies": {
20571 + "p-locate": "^4.1.0"
20572 + },
20573 + "engines": {
20574 + "node": ">=8"
20575 + }
20576 + },
20577 + "node_modules/meow/node_modules/p-limit": {
20578 + "version": "2.3.0",
20579 + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
20580 + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
20581 + "dev": true,
20582 + "dependencies": {
20583 + "p-try": "^2.0.0"
20584 + },
20585 + "engines": {
20586 + "node": ">=6"
20587 + },
20588 + "funding": {
20589 + "url": "https://github.com/sponsors/sindresorhus"
20590 + }
20591 + },
20592 + "node_modules/meow/node_modules/p-locate": {
20593 + "version": "4.1.0",
20594 + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
20595 + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
20596 + "dev": true,
20597 + "dependencies": {
20598 + "p-limit": "^2.2.0"
20599 + },
20600 + "engines": {
20601 + "node": ">=8"
20602 + }
20603 + },
20604 + "node_modules/meow/node_modules/read-pkg-up": {
20605 + "version": "7.0.1",
20606 + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
20607 + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
20608 + "dev": true,
20609 + "dependencies": {
20610 + "find-up": "^4.1.0",
20611 + "read-pkg": "^5.2.0",
20612 + "type-fest": "^0.8.1"
20613 + },
20614 + "engines": {
20615 + "node": ">=8"
20616 + },
20617 + "funding": {
20618 + "url": "https://github.com/sponsors/sindresorhus"
20619 + }
20620 + },
20621 + "node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": {
20622 + "version": "0.8.1",
20623 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
20624 + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
20625 + "dev": true,
20626 + "engines": {
20627 + "node": ">=8"
20628 + }
20629 + },
20630 + "node_modules/meow/node_modules/type-fest": {
20631 + "version": "0.18.1",
20632 + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
20633 + "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
20634 + "dev": true,
20635 + "engines": {
20636 + "node": ">=10"
20637 + },
20638 + "funding": {
20639 + "url": "https://github.com/sponsors/sindresorhus"
20640 + }
20641 + },
20642 + "node_modules/merge-descriptors": {
20643 + "version": "1.0.1",
20644 + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
20645 + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
20646 + },
20647 + "node_modules/merge-stream": {
20648 + "version": "2.0.0",
20649 + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
20650 + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
20651 + },
20652 + "node_modules/merge2": {
20653 + "version": "1.4.1",
20654 + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
20655 + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
20656 + "engines": {
20657 + "node": ">= 8"
20658 + }
20659 + },
20660 + "node_modules/methods": {
20661 + "version": "1.1.2",
20662 + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
20663 + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
20664 + "engines": {
20665 + "node": ">= 0.6"
20666 + }
20667 + },
20668 + "node_modules/micromark": {
20669 + "version": "3.1.0",
20670 + "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.1.0.tgz",
20671 + "integrity": "sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==",
20672 + "funding": [
20673 + {
20674 + "type": "GitHub Sponsors",
20675 + "url": "https://github.com/sponsors/unifiedjs"
20676 + },
20677 + {
20678 + "type": "OpenCollective",
20679 + "url": "https://opencollective.com/unified"
20680 + }
20681 + ],
20682 + "dependencies": {
20683 + "@types/debug": "^4.0.0",
20684 + "debug": "^4.0.0",
20685 + "decode-named-character-reference": "^1.0.0",
20686 + "micromark-core-commonmark": "^1.0.1",
20687 + "micromark-factory-space": "^1.0.0",
20688 + "micromark-util-character": "^1.0.0",
20689 + "micromark-util-chunked": "^1.0.0",
20690 + "micromark-util-combine-extensions": "^1.0.0",
20691 + "micromark-util-decode-numeric-character-reference": "^1.0.0",
20692 + "micromark-util-encode": "^1.0.0",
20693 + "micromark-util-normalize-identifier": "^1.0.0",
20694 + "micromark-util-resolve-all": "^1.0.0",
20695 + "micromark-util-sanitize-uri": "^1.0.0",
20696 + "micromark-util-subtokenize": "^1.0.0",
20697 + "micromark-util-symbol": "^1.0.0",
20698 + "micromark-util-types": "^1.0.1",
20699 + "uvu": "^0.5.0"
20700 + }
20701 + },
20702 + "node_modules/micromark-core-commonmark": {
20703 + "version": "1.0.6",
20704 + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz",
20705 + "integrity": "sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==",
20706 + "funding": [
20707 + {
20708 + "type": "GitHub Sponsors",
20709 + "url": "https://github.com/sponsors/unifiedjs"
20710 + },
20711 + {
20712 + "type": "OpenCollective",
20713 + "url": "https://opencollective.com/unified"
20714 + }
20715 + ],
20716 + "dependencies": {
20717 + "decode-named-character-reference": "^1.0.0",
20718 + "micromark-factory-destination": "^1.0.0",
20719 + "micromark-factory-label": "^1.0.0",
20720 + "micromark-factory-space": "^1.0.0",
20721 + "micromark-factory-title": "^1.0.0",
20722 + "micromark-factory-whitespace": "^1.0.0",
20723 + "micromark-util-character": "^1.0.0",
20724 + "micromark-util-chunked": "^1.0.0",
20725 + "micromark-util-classify-character": "^1.0.0",
20726 + "micromark-util-html-tag-name": "^1.0.0",
20727 + "micromark-util-normalize-identifier": "^1.0.0",
20728 + "micromark-util-resolve-all": "^1.0.0",
20729 + "micromark-util-subtokenize": "^1.0.0",
20730 + "micromark-util-symbol": "^1.0.0",
20731 + "micromark-util-types": "^1.0.1",
20732 + "uvu": "^0.5.0"
20733 + }
20734 + },
20735 + "node_modules/micromark-extension-mdx-expression": {
20736 + "version": "1.0.3",
20737 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-1.0.3.tgz",
20738 + "integrity": "sha512-TjYtjEMszWze51NJCZmhv7MEBcgYRgb3tJeMAJ+HQCAaZHHRBaDCccqQzGizR/H4ODefP44wRTgOn2vE5I6nZA==",
20739 + "funding": [
20740 + {
20741 + "type": "GitHub Sponsors",
20742 + "url": "https://github.com/sponsors/unifiedjs"
20743 + },
20744 + {
20745 + "type": "OpenCollective",
20746 + "url": "https://opencollective.com/unified"
20747 + }
20748 + ],
20749 + "dependencies": {
20750 + "micromark-factory-mdx-expression": "^1.0.0",
20751 + "micromark-factory-space": "^1.0.0",
20752 + "micromark-util-character": "^1.0.0",
20753 + "micromark-util-events-to-acorn": "^1.0.0",
20754 + "micromark-util-symbol": "^1.0.0",
20755 + "micromark-util-types": "^1.0.0",
20756 + "uvu": "^0.5.0"
20757 + }
20758 + },
20759 + "node_modules/micromark-extension-mdx-jsx": {
20760 + "version": "1.0.3",
20761 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-1.0.3.tgz",
20762 + "integrity": "sha512-VfA369RdqUISF0qGgv2FfV7gGjHDfn9+Qfiv5hEwpyr1xscRj/CiVRkU7rywGFCO7JwJ5L0e7CJz60lY52+qOA==",
20763 + "dependencies": {
20764 + "@types/acorn": "^4.0.0",
20765 + "estree-util-is-identifier-name": "^2.0.0",
20766 + "micromark-factory-mdx-expression": "^1.0.0",
20767 + "micromark-factory-space": "^1.0.0",
20768 + "micromark-util-character": "^1.0.0",
20769 + "micromark-util-symbol": "^1.0.0",
20770 + "micromark-util-types": "^1.0.0",
20771 + "uvu": "^0.5.0",
20772 + "vfile-message": "^3.0.0"
20773 + },
20774 + "funding": {
20775 + "type": "opencollective",
20776 + "url": "https://opencollective.com/unified"
20777 + }
20778 + },
20779 + "node_modules/micromark-extension-mdx-jsx/node_modules/unist-util-stringify-position": {
20780 + "version": "3.0.2",
20781 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
20782 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
20783 + "dependencies": {
20784 + "@types/unist": "^2.0.0"
20785 + },
20786 + "funding": {
20787 + "type": "opencollective",
20788 + "url": "https://opencollective.com/unified"
20789 + }
20790 + },
20791 + "node_modules/micromark-extension-mdx-jsx/node_modules/vfile-message": {
20792 + "version": "3.1.3",
20793 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.3.tgz",
20794 + "integrity": "sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA==",
20795 + "dependencies": {
20796 + "@types/unist": "^2.0.0",
20797 + "unist-util-stringify-position": "^3.0.0"
20798 + },
20799 + "funding": {
20800 + "type": "opencollective",
20801 + "url": "https://opencollective.com/unified"
20802 + }
20803 + },
20804 + "node_modules/micromark-extension-mdx-md": {
20805 + "version": "1.0.0",
20806 + "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.0.tgz",
20807 + "integrity": "sha512-xaRAMoSkKdqZXDAoSgp20Azm0aRQKGOl0RrS81yGu8Hr/JhMsBmfs4wR7m9kgVUIO36cMUQjNyiyDKPrsv8gOw==",
20808 + "dependencies": {
20809 + "micromark-util-types": "^1.0.0"
20810 + },
20811 + "funding": {
20812 + "type": "opencollective",
20813 + "url": "https://opencollective.com/unified"
20814 + }
20815 + },
20816 + "node_modules/micromark-extension-mdxjs": {
20817 + "version": "1.0.0",
20818 + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-1.0.0.tgz",
20819 + "integrity": "sha512-TZZRZgeHvtgm+IhtgC2+uDMR7h8eTKF0QUX9YsgoL9+bADBpBY6SiLvWqnBlLbCEevITmTqmEuY3FoxMKVs1rQ==",
20820 + "dependencies": {
20821 + "acorn": "^8.0.0",
20822 + "acorn-jsx": "^5.0.0",
20823 + "micromark-extension-mdx-expression": "^1.0.0",
20824 + "micromark-extension-mdx-jsx": "^1.0.0",
20825 + "micromark-extension-mdx-md": "^1.0.0",
20826 + "micromark-extension-mdxjs-esm": "^1.0.0",
20827 + "micromark-util-combine-extensions": "^1.0.0",
20828 + "micromark-util-types": "^1.0.0"
20829 + },
20830 + "funding": {
20831 + "type": "opencollective",
20832 + "url": "https://opencollective.com/unified"
20833 + }
20834 + },
20835 + "node_modules/micromark-extension-mdxjs-esm": {
20836 + "version": "1.0.3",
20837 + "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.3.tgz",
20838 + "integrity": "sha512-2N13ol4KMoxb85rdDwTAC6uzs8lMX0zeqpcyx7FhS7PxXomOnLactu8WI8iBNXW8AVyea3KIJd/1CKnUmwrK9A==",
20839 + "dependencies": {
20840 + "micromark-core-commonmark": "^1.0.0",
20841 + "micromark-util-character": "^1.0.0",
20842 + "micromark-util-events-to-acorn": "^1.0.0",
20843 + "micromark-util-symbol": "^1.0.0",
20844 + "micromark-util-types": "^1.0.0",
20845 + "unist-util-position-from-estree": "^1.1.0",
20846 + "uvu": "^0.5.0",
20847 + "vfile-message": "^3.0.0"
20848 + },
20849 + "funding": {
20850 + "type": "opencollective",
20851 + "url": "https://opencollective.com/unified"
20852 + }
20853 + },
20854 + "node_modules/micromark-extension-mdxjs-esm/node_modules/unist-util-stringify-position": {
20855 + "version": "3.0.2",
20856 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
20857 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
20858 + "dependencies": {
20859 + "@types/unist": "^2.0.0"
20860 + },
20861 + "funding": {
20862 + "type": "opencollective",
20863 + "url": "https://opencollective.com/unified"
20864 + }
20865 + },
20866 + "node_modules/micromark-extension-mdxjs-esm/node_modules/vfile-message": {
20867 + "version": "3.1.3",
20868 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.3.tgz",
20869 + "integrity": "sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA==",
20870 + "dependencies": {
20871 + "@types/unist": "^2.0.0",
20872 + "unist-util-stringify-position": "^3.0.0"
20873 + },
20874 + "funding": {
20875 + "type": "opencollective",
20876 + "url": "https://opencollective.com/unified"
20877 + }
20878 + },
20879 + "node_modules/micromark-factory-destination": {
20880 + "version": "1.0.0",
20881 + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz",
20882 + "integrity": "sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==",
20883 + "funding": [
20884 + {
20885 + "type": "GitHub Sponsors",
20886 + "url": "https://github.com/sponsors/unifiedjs"
20887 + },
20888 + {
20889 + "type": "OpenCollective",
20890 + "url": "https://opencollective.com/unified"
20891 + }
20892 + ],
20893 + "dependencies": {
20894 + "micromark-util-character": "^1.0.0",
20895 + "micromark-util-symbol": "^1.0.0",
20896 + "micromark-util-types": "^1.0.0"
20897 + }
20898 + },
20899 + "node_modules/micromark-factory-label": {
20900 + "version": "1.0.2",
20901 + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz",
20902 + "integrity": "sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==",
20903 + "funding": [
20904 + {
20905 + "type": "GitHub Sponsors",
20906 + "url": "https://github.com/sponsors/unifiedjs"
20907 + },
20908 + {
20909 + "type": "OpenCollective",
20910 + "url": "https://opencollective.com/unified"
20911 + }
20912 + ],
20913 + "dependencies": {
20914 + "micromark-util-character": "^1.0.0",
20915 + "micromark-util-symbol": "^1.0.0",
20916 + "micromark-util-types": "^1.0.0",
20917 + "uvu": "^0.5.0"
20918 + }
20919 + },
20920 + "node_modules/micromark-factory-mdx-expression": {
20921 + "version": "1.0.6",
20922 + "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-1.0.6.tgz",
20923 + "integrity": "sha512-WRQIc78FV7KrCfjsEf/sETopbYjElh3xAmNpLkd1ODPqxEngP42eVRGbiPEQWpRV27LzqW+XVTvQAMIIRLPnNA==",
20924 + "funding": [
20925 + {
20926 + "type": "GitHub Sponsors",
20927 + "url": "https://github.com/sponsors/unifiedjs"
20928 + },
20929 + {
20930 + "type": "OpenCollective",
20931 + "url": "https://opencollective.com/unified"
20932 + }
20933 + ],
20934 + "dependencies": {
20935 + "micromark-factory-space": "^1.0.0",
20936 + "micromark-util-character": "^1.0.0",
20937 + "micromark-util-events-to-acorn": "^1.0.0",
20938 + "micromark-util-symbol": "^1.0.0",
20939 + "micromark-util-types": "^1.0.0",
20940 + "unist-util-position-from-estree": "^1.0.0",
20941 + "uvu": "^0.5.0",
20942 + "vfile-message": "^3.0.0"
20943 + }
20944 + },
20945 + "node_modules/micromark-factory-mdx-expression/node_modules/unist-util-stringify-position": {
20946 + "version": "3.0.2",
20947 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
20948 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
20949 + "dependencies": {
20950 + "@types/unist": "^2.0.0"
20951 + },
20952 + "funding": {
20953 + "type": "opencollective",
20954 + "url": "https://opencollective.com/unified"
20955 + }
20956 + },
20957 + "node_modules/micromark-factory-mdx-expression/node_modules/vfile-message": {
20958 + "version": "3.1.3",
20959 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.3.tgz",
20960 + "integrity": "sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA==",
20961 + "dependencies": {
20962 + "@types/unist": "^2.0.0",
20963 + "unist-util-stringify-position": "^3.0.0"
20964 + },
20965 + "funding": {
20966 + "type": "opencollective",
20967 + "url": "https://opencollective.com/unified"
20968 + }
20969 + },
20970 + "node_modules/micromark-factory-space": {
20971 + "version": "1.0.0",
20972 + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz",
20973 + "integrity": "sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==",
20974 + "funding": [
20975 + {
20976 + "type": "GitHub Sponsors",
20977 + "url": "https://github.com/sponsors/unifiedjs"
20978 + },
20979 + {
20980 + "type": "OpenCollective",
20981 + "url": "https://opencollective.com/unified"
20982 + }
20983 + ],
20984 + "dependencies": {
20985 + "micromark-util-character": "^1.0.0",
20986 + "micromark-util-types": "^1.0.0"
20987 + }
20988 + },
20989 + "node_modules/micromark-factory-title": {
20990 + "version": "1.0.2",
20991 + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz",
20992 + "integrity": "sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==",
20993 + "funding": [
20994 + {
20995 + "type": "GitHub Sponsors",
20996 + "url": "https://github.com/sponsors/unifiedjs"
20997 + },
20998 + {
20999 + "type": "OpenCollective",
21000 + "url": "https://opencollective.com/unified"
21001 + }
21002 + ],
21003 + "dependencies": {
21004 + "micromark-factory-space": "^1.0.0",
21005 + "micromark-util-character": "^1.0.0",
21006 + "micromark-util-symbol": "^1.0.0",
21007 + "micromark-util-types": "^1.0.0",
21008 + "uvu": "^0.5.0"
21009 + }
21010 + },
21011 + "node_modules/micromark-factory-whitespace": {
21012 + "version": "1.0.0",
21013 + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz",
21014 + "integrity": "sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==",
21015 + "funding": [
21016 + {
21017 + "type": "GitHub Sponsors",
21018 + "url": "https://github.com/sponsors/unifiedjs"
21019 + },
21020 + {
21021 + "type": "OpenCollective",
21022 + "url": "https://opencollective.com/unified"
21023 + }
21024 + ],
21025 + "dependencies": {
21026 + "micromark-factory-space": "^1.0.0",
21027 + "micromark-util-character": "^1.0.0",
21028 + "micromark-util-symbol": "^1.0.0",
21029 + "micromark-util-types": "^1.0.0"
21030 + }
21031 + },
21032 + "node_modules/micromark-util-character": {
21033 + "version": "1.1.0",
21034 + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.1.0.tgz",
21035 + "integrity": "sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==",
21036 + "funding": [
21037 + {
21038 + "type": "GitHub Sponsors",
21039 + "url": "https://github.com/sponsors/unifiedjs"
21040 + },
21041 + {
21042 + "type": "OpenCollective",
21043 + "url": "https://opencollective.com/unified"
21044 + }
21045 + ],
21046 + "dependencies": {
21047 + "micromark-util-symbol": "^1.0.0",
21048 + "micromark-util-types": "^1.0.0"
21049 + }
21050 + },
21051 + "node_modules/micromark-util-chunked": {
21052 + "version": "1.0.0",
21053 + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz",
21054 + "integrity": "sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==",
21055 + "funding": [
21056 + {
21057 + "type": "GitHub Sponsors",
21058 + "url": "https://github.com/sponsors/unifiedjs"
21059 + },
21060 + {
21061 + "type": "OpenCollective",
21062 + "url": "https://opencollective.com/unified"
21063 + }
21064 + ],
21065 + "dependencies": {
21066 + "micromark-util-symbol": "^1.0.0"
21067 + }
21068 + },
21069 + "node_modules/micromark-util-classify-character": {
21070 + "version": "1.0.0",
21071 + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz",
21072 + "integrity": "sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==",
21073 + "funding": [
21074 + {
21075 + "type": "GitHub Sponsors",
21076 + "url": "https://github.com/sponsors/unifiedjs"
21077 + },
21078 + {
21079 + "type": "OpenCollective",
21080 + "url": "https://opencollective.com/unified"
21081 + }
21082 + ],
21083 + "dependencies": {
21084 + "micromark-util-character": "^1.0.0",
21085 + "micromark-util-symbol": "^1.0.0",
21086 + "micromark-util-types": "^1.0.0"
21087 + }
21088 + },
21089 + "node_modules/micromark-util-combine-extensions": {
21090 + "version": "1.0.0",
21091 + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz",
21092 + "integrity": "sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==",
21093 + "funding": [
21094 + {
21095 + "type": "GitHub Sponsors",
21096 + "url": "https://github.com/sponsors/unifiedjs"
21097 + },
21098 + {
21099 + "type": "OpenCollective",
21100 + "url": "https://opencollective.com/unified"
21101 + }
21102 + ],
21103 + "dependencies": {
21104 + "micromark-util-chunked": "^1.0.0",
21105 + "micromark-util-types": "^1.0.0"
21106 + }
21107 + },
21108 + "node_modules/micromark-util-decode-numeric-character-reference": {
21109 + "version": "1.0.0",
21110 + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz",
21111 + "integrity": "sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==",
21112 + "funding": [
21113 + {
21114 + "type": "GitHub Sponsors",
21115 + "url": "https://github.com/sponsors/unifiedjs"
21116 + },
21117 + {
21118 + "type": "OpenCollective",
21119 + "url": "https://opencollective.com/unified"
21120 + }
21121 + ],
21122 + "dependencies": {
21123 + "micromark-util-symbol": "^1.0.0"
21124 + }
21125 + },
21126 + "node_modules/micromark-util-decode-string": {
21127 + "version": "1.0.2",
21128 + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz",
21129 + "integrity": "sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==",
21130 + "funding": [
21131 + {
21132 + "type": "GitHub Sponsors",
21133 + "url": "https://github.com/sponsors/unifiedjs"
21134 + },
21135 + {
21136 + "type": "OpenCollective",
21137 + "url": "https://opencollective.com/unified"
21138 + }
21139 + ],
21140 + "dependencies": {
21141 + "decode-named-character-reference": "^1.0.0",
21142 + "micromark-util-character": "^1.0.0",
21143 + "micromark-util-decode-numeric-character-reference": "^1.0.0",
21144 + "micromark-util-symbol": "^1.0.0"
21145 + }
21146 + },
21147 + "node_modules/micromark-util-encode": {
21148 + "version": "1.0.1",
21149 + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.0.1.tgz",
21150 + "integrity": "sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==",
21151 + "funding": [
21152 + {
21153 + "type": "GitHub Sponsors",
21154 + "url": "https://github.com/sponsors/unifiedjs"
21155 + },
21156 + {
21157 + "type": "OpenCollective",
21158 + "url": "https://opencollective.com/unified"
21159 + }
21160 + ]
21161 + },
21162 + "node_modules/micromark-util-events-to-acorn": {
21163 + "version": "1.2.0",
21164 + "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.2.0.tgz",
21165 + "integrity": "sha512-WWp3bf7xT9MppNuw3yPjpnOxa8cj5ACivEzXJKu0WwnjBYfzaBvIAT9KfeyI0Qkll+bfQtfftSwdgTH6QhTOKw==",
21166 + "funding": [
21167 + {
21168 + "type": "GitHub Sponsors",
21169 + "url": "https://github.com/sponsors/unifiedjs"
21170 + },
21171 + {
21172 + "type": "OpenCollective",
21173 + "url": "https://opencollective.com/unified"
21174 + }
21175 + ],
21176 + "dependencies": {
21177 + "@types/acorn": "^4.0.0",
21178 + "@types/estree": "^1.0.0",
21179 + "estree-util-visit": "^1.0.0",
21180 + "micromark-util-types": "^1.0.0",
21181 + "uvu": "^0.5.0",
21182 + "vfile-location": "^4.0.0",
21183 + "vfile-message": "^3.0.0"
21184 + }
21185 + },
21186 + "node_modules/micromark-util-events-to-acorn/node_modules/unist-util-stringify-position": {
21187 + "version": "3.0.2",
21188 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
21189 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
21190 + "dependencies": {
21191 + "@types/unist": "^2.0.0"
21192 + },
21193 + "funding": {
21194 + "type": "opencollective",
21195 + "url": "https://opencollective.com/unified"
21196 + }
21197 + },
21198 + "node_modules/micromark-util-events-to-acorn/node_modules/vfile": {
21199 + "version": "5.3.6",
21200 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.6.tgz",
21201 + "integrity": "sha512-ADBsmerdGBs2WYckrLBEmuETSPyTD4TuLxTrw0DvjirxW1ra4ZwkbzG8ndsv3Q57smvHxo677MHaQrY9yxH8cA==",
21202 + "dependencies": {
21203 + "@types/unist": "^2.0.0",
21204 + "is-buffer": "^2.0.0",
21205 + "unist-util-stringify-position": "^3.0.0",
21206 + "vfile-message": "^3.0.0"
21207 + },
21208 + "funding": {
21209 + "type": "opencollective",
21210 + "url": "https://opencollective.com/unified"
21211 + }
21212 + },
21213 + "node_modules/micromark-util-events-to-acorn/node_modules/vfile-location": {
21214 + "version": "4.0.1",
21215 + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.0.1.tgz",
21216 + "integrity": "sha512-JDxPlTbZrZCQXogGheBHjbRWjESSPEak770XwWPfw5mTc1v1nWGLB/apzZxsx8a0SJVfF8HK8ql8RD308vXRUw==",
21217 + "dependencies": {
21218 + "@types/unist": "^2.0.0",
21219 + "vfile": "^5.0.0"
21220 + },
21221 + "funding": {
21222 + "type": "opencollective",
21223 + "url": "https://opencollective.com/unified"
21224 + }
21225 + },
21226 + "node_modules/micromark-util-events-to-acorn/node_modules/vfile-message": {
21227 + "version": "3.1.3",
21228 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.3.tgz",
21229 + "integrity": "sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA==",
21230 + "dependencies": {
21231 + "@types/unist": "^2.0.0",
21232 + "unist-util-stringify-position": "^3.0.0"
21233 + },
21234 + "funding": {
21235 + "type": "opencollective",
21236 + "url": "https://opencollective.com/unified"
21237 + }
21238 + },
21239 + "node_modules/micromark-util-html-tag-name": {
21240 + "version": "1.1.0",
21241 + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.1.0.tgz",
21242 + "integrity": "sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==",
21243 + "funding": [
21244 + {
21245 + "type": "GitHub Sponsors",
21246 + "url": "https://github.com/sponsors/unifiedjs"
21247 + },
21248 + {
21249 + "type": "OpenCollective",
21250 + "url": "https://opencollective.com/unified"
21251 + }
21252 + ]
21253 + },
21254 + "node_modules/micromark-util-normalize-identifier": {
21255 + "version": "1.0.0",
21256 + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz",
21257 + "integrity": "sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==",
21258 + "funding": [
21259 + {
21260 + "type": "GitHub Sponsors",
21261 + "url": "https://github.com/sponsors/unifiedjs"
21262 + },
21263 + {
21264 + "type": "OpenCollective",
21265 + "url": "https://opencollective.com/unified"
21266 + }
21267 + ],
21268 + "dependencies": {
21269 + "micromark-util-symbol": "^1.0.0"
21270 + }
21271 + },
21272 + "node_modules/micromark-util-resolve-all": {
21273 + "version": "1.0.0",
21274 + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz",
21275 + "integrity": "sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==",
21276 + "funding": [
21277 + {
21278 + "type": "GitHub Sponsors",
21279 + "url": "https://github.com/sponsors/unifiedjs"
21280 + },
21281 + {
21282 + "type": "OpenCollective",
21283 + "url": "https://opencollective.com/unified"
21284 + }
21285 + ],
21286 + "dependencies": {
21287 + "micromark-util-types": "^1.0.0"
21288 }
21289 },
20013 - "node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": {
20014 - "version": "0.8.1",
20015 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
20016 - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
20017 - "dev": true,
20018 - "engines": {
20019 - "node": ">=8"
21290 + "node_modules/micromark-util-sanitize-uri": {
21291 + "version": "1.1.0",
21292 + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.1.0.tgz",
21293 + "integrity": "sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==",
21294 + "funding": [
21295 + {
21296 + "type": "GitHub Sponsors",
21297 + "url": "https://github.com/sponsors/unifiedjs"
21298 + },
21299 + {
21300 + "type": "OpenCollective",
21301 + "url": "https://opencollective.com/unified"
21302 + }
21303 + ],
21304 + "dependencies": {
21305 + "micromark-util-character": "^1.0.0",
21306 + "micromark-util-encode": "^1.0.0",
21307 + "micromark-util-symbol": "^1.0.0"
21308 }
21309 },
20022 - "node_modules/meow/node_modules/type-fest": {
20023 - "version": "0.18.1",
20024 - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
20025 - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
20026 - "dev": true,
20027 - "engines": {
20028 - "node": ">=10"
20029 - },
20030 - "funding": {
20031 - "url": "https://github.com/sponsors/sindresorhus"
21310 + "node_modules/micromark-util-subtokenize": {
21311 + "version": "1.0.2",
21312 + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz",
21313 + "integrity": "sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==",
21314 + "funding": [
21315 + {
21316 + "type": "GitHub Sponsors",
21317 + "url": "https://github.com/sponsors/unifiedjs"
21318 + },
21319 + {
21320 + "type": "OpenCollective",
21321 + "url": "https://opencollective.com/unified"
21322 + }
21323 + ],
21324 + "dependencies": {
21325 + "micromark-util-chunked": "^1.0.0",
21326 + "micromark-util-symbol": "^1.0.0",
21327 + "micromark-util-types": "^1.0.0",
21328 + "uvu": "^0.5.0"
21329 }
21330 },
20034 - "node_modules/merge-descriptors": {
21331 + "node_modules/micromark-util-symbol": {
21332 "version": "1.0.1",
20036 - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
20037 - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w=="
20038 - },
20039 - "node_modules/merge-stream": {
20040 - "version": "2.0.0",
20041 - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
20042 - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
21333 + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz",
21334 + "integrity": "sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==",
21335 + "funding": [
21336 + {
21337 + "type": "GitHub Sponsors",
21338 + "url": "https://github.com/sponsors/unifiedjs"
21339 + },
21340 + {
21341 + "type": "OpenCollective",
21342 + "url": "https://opencollective.com/unified"
21343 + }
21344 + ]
21345 },
20044 - "node_modules/merge2": {
20045 - "version": "1.4.1",
20046 - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
20047 - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
20048 - "engines": {
20049 - "node": ">= 8"
20050 - }
21346 + "node_modules/micromark-util-types": {
21347 + "version": "1.0.2",
21348 + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.0.2.tgz",
21349 + "integrity": "sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==",
21350 + "funding": [
21351 + {
21352 + "type": "GitHub Sponsors",
21353 + "url": "https://github.com/sponsors/unifiedjs"
21354 + },
21355 + {
21356 + "type": "OpenCollective",
21357 + "url": "https://opencollective.com/unified"
21358 + }
21359 + ]
21360 },
20052 - "node_modules/methods": {
20053 - "version": "1.1.2",
20054 - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
20055 - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
20056 - "engines": {
20057 - "node": ">= 0.6"
21361 + "node_modules/micromark/node_modules/@types/debug": {
21362 + "version": "4.1.7",
21363 + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz",
21364 + "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==",
21365 + "dependencies": {
21366 + "@types/ms": "*"
21367 }
21368 },
21369 "node_modules/micromatch": {
@@ -20433,6 +21742,14 @@
21742 "node": "*"
21743 }
21744 },
21745 + "node_modules/mri": {
21746 + "version": "1.2.0",
21747 + "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
21748 + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
21749 + "engines": {
21750 + "node": ">=4"
21751 + }
21752 + },
21753 "node_modules/ms": {
21754 "version": "2.1.2",
21755 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
@@ -21985,6 +23302,7 @@
23302 "version": "2.0.0",
23303 "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
23304 "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
23305 + "peer": true,
23306 "dependencies": {
23307 "character-entities": "^1.0.0",
23308 "character-entities-legacy": "^1.0.0",
@@ -22072,7 +23390,8 @@
23390 "node_modules/parse5": {
23391 "version": "6.0.1",
23392 "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
22075 - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
23393 + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
23394 + "peer": true
23395 },
23396 "node_modules/parseqs": {
23397 "version": "0.0.6",
@@ -22261,6 +23580,15 @@
23580 "url": "https://github.com/sponsors/Borewit"
23581 }
23582 },
23583 + "node_modules/periscopic": {
23584 + "version": "3.0.4",
23585 + "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.0.4.tgz",
23586 + "integrity": "sha512-SFx68DxCv0Iyo6APZuw/AKewkkThGwssmU0QWtTlvov3VAtPX+QJ4CadwSaz8nrT5jPIuxdvJWB4PnD2KNDxQg==",
23587 + "dependencies": {
23588 + "estree-walker": "^3.0.0",
23589 + "is-reference": "^3.0.0"
23590 + }
23591 + },
23592 "node_modules/physical-cpu-count": {
23593 "version": "2.0.0",
23594 "resolved": "https://registry.npmjs.org/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz",
@@ -23124,11 +24452,14 @@
24452 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
24453 },
24454 "node_modules/preval.macro": {
23127 - "version": "3.0.0",
23128 - "resolved": "https://registry.npmjs.org/preval.macro/-/preval.macro-3.0.0.tgz",
23129 - "integrity": "sha512-vGSGpDb4V+fGrh5em63YsyzlgQhWCZling7WbkPzgAhT7/88O1lk6dS51+2cfnjzoj00X2Q4Um+WX5Eshk/ulg==",
24455 + "version": "5.0.0",
24456 + "resolved": "https://registry.npmjs.org/preval.macro/-/preval.macro-5.0.0.tgz",
24457 + "integrity": "sha512-+OZRqZYx1pjZ7H5Jis8bPFXkiT7lwA46UzAT4IjuzFVKwkJK+TwIx1TCqrqNCf8U3e5O12mEJEz1BXslkCLWfQ==",
24458 "dependencies": {
23131 - "babel-plugin-preval": "^3.0.0"
24459 + "babel-plugin-preval": "^5.0.0"
24460 + },
24461 + "engines": {
24462 + "node": ">=10"
24463 }
24464 },
24465 "node_modules/prism-react-renderer": {
@@ -23265,6 +24596,7 @@
24596 "version": "5.6.0",
24597 "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
24598 "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
24599 + "peer": true,
24600 "dependencies": {
24601 "xtend": "^4.0.0"
24602 },
@@ -23290,6 +24622,11 @@
24622 "node": ">= 0.10"
24623 }
24624 },
24625 + "node_modules/proxy-from-env": {
24626 + "version": "1.1.0",
24627 + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
24628 + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
24629 + },
24630 "node_modules/pseudomap": {
24631 "version": "1.0.2",
24632 "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
@@ -23623,9 +24960,9 @@
24960 "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg=="
24961 },
24962 "node_modules/react-fast-compare": {
23626 - "version": "2.0.4",
23627 - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz",
23628 - "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw=="
24963 + "version": "3.2.0",
24964 + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz",
24965 + "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA=="
24966 },
24967 "node_modules/react-focus-lock": {
24968 "version": "2.9.2",
@@ -23686,28 +25023,17 @@
25023 }
25024 },
25025 "node_modules/react-helmet": {
23689 - "version": "5.2.1",
23690 - "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-5.2.1.tgz",
23691 - "integrity": "sha512-CnwD822LU8NDBnjCpZ4ySh8L6HYyngViTZLfBBb3NjtrpN8m49clH8hidHouq20I51Y6TpCTISCBbqiY5GamwA==",
25026 + "version": "6.1.0",
25027 + "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-6.1.0.tgz",
25028 + "integrity": "sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==",
25029 "dependencies": {
25030 "object-assign": "^4.1.1",
23694 - "prop-types": "^15.5.4",
23695 - "react-fast-compare": "^2.0.2",
23696 - "react-side-effect": "^1.1.0"
23697 - },
23698 - "peerDependencies": {
23699 - "react": ">=15.0.0"
23700 - }
23701 - },
23702 - "node_modules/react-helmet/node_modules/react-side-effect": {
23703 - "version": "1.2.0",
23704 - "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.2.0.tgz",
23705 - "integrity": "sha512-v1ht1aHg5k/thv56DRcjw+WtojuuDHFUgGfc+bFHOWsF4ZK6C2V57DO0Or0GPsg6+LSTE0M6Ry/gfzhzSwbc5w==",
23706 - "dependencies": {
23707 - "shallowequal": "^1.0.1"
25031 + "prop-types": "^15.7.2",
25032 + "react-fast-compare": "^3.1.1",
25033 + "react-side-effect": "^2.1.0"
25034 },
25035 "peerDependencies": {
23710 - "react": "^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0"
25036 + "react": ">=16.3.0"
25037 }
25038 },
25039 "node_modules/react-intersection-observer": {
@@ -23828,6 +25154,14 @@
25154 }
25155 }
25156 },
25157 + "node_modules/react-side-effect": {
25158 + "version": "2.1.2",
25159 + "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.2.tgz",
25160 + "integrity": "sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==",
25161 + "peerDependencies": {
25162 + "react": "^16.3.0 || ^17.0.0 || ^18.0.0"
25163 + }
25164 + },
25165 "node_modules/react-simple-code-editor": {
25166 "version": "0.11.3",
25167 "resolved": "https://registry.npmjs.org/react-simple-code-editor/-/react-simple-code-editor-0.11.3.tgz",
@@ -24388,6 +25722,7 @@
25722 "version": "2.0.0",
25723 "resolved": "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz",
25724 "integrity": "sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==",
25725 + "peer": true,
25726 "funding": {
25727 "type": "opencollective",
25728 "url": "https://opencollective.com/unified"
@@ -24397,6 +25732,7 @@
25732 "version": "1.6.22",
25733 "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz",
25734 "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==",
25735 + "peer": true,
25736 "dependencies": {
25737 "@babel/core": "7.12.9",
25738 "@babel/helper-plugin-utils": "7.10.4",
@@ -24416,6 +25752,7 @@
25752 "version": "7.12.9",
25753 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz",
25754 "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==",
25755 + "peer": true,
25756 "dependencies": {
25757 "@babel/code-frame": "^7.10.4",
25758 "@babel/generator": "^7.12.5",
@@ -24445,58 +25782,268 @@
25782 "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": {
25783 "version": "7.10.4",
25784 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
24448 - "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg=="
25785 + "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
25786 + "peer": true
25787 },
25788 "node_modules/remark-mdx/node_modules/@babel/plugin-proposal-object-rest-spread": {
25789 "version": "7.12.1",
25790 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz",
25791 "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==",
25792 + "peer": true,
25793 "dependencies": {
25794 "@babel/helper-plugin-utils": "^7.10.4",
25795 "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
25796 "@babel/plugin-transform-parameters": "^7.12.1"
25797 },
24459 - "peerDependencies": {
24460 - "@babel/core": "^7.0.0-0"
25798 + "peerDependencies": {
25799 + "@babel/core": "^7.0.0-0"
25800 + }
25801 + },
25802 + "node_modules/remark-mdx/node_modules/semver": {
25803 + "version": "5.7.1",
25804 + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
25805 + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
25806 + "peer": true,
25807 + "bin": {
25808 + "semver": "bin/semver"
25809 + }
25810 + },
25811 + "node_modules/remark-mdx/node_modules/source-map": {
25812 + "version": "0.5.7",
25813 + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
25814 + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
25815 + "peer": true,
25816 + "engines": {
25817 + "node": ">=0.10.0"
25818 + }
25819 + },
25820 + "node_modules/remark-parse": {
25821 + "version": "8.0.3",
25822 + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz",
25823 + "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==",
25824 + "peer": true,
25825 + "dependencies": {
25826 + "ccount": "^1.0.0",
25827 + "collapse-white-space": "^1.0.2",
25828 + "is-alphabetical": "^1.0.0",
25829 + "is-decimal": "^1.0.0",
25830 + "is-whitespace-character": "^1.0.0",
25831 + "is-word-character": "^1.0.0",
25832 + "markdown-escapes": "^1.0.0",
25833 + "parse-entities": "^2.0.0",
25834 + "repeat-string": "^1.5.4",
25835 + "state-toggle": "^1.0.0",
25836 + "trim": "0.0.1",
25837 + "trim-trailing-lines": "^1.0.0",
25838 + "unherit": "^1.0.4",
25839 + "unist-util-remove-position": "^2.0.0",
25840 + "vfile-location": "^3.0.0",
25841 + "xtend": "^4.0.1"
25842 + },
25843 + "funding": {
25844 + "type": "opencollective",
25845 + "url": "https://opencollective.com/unified"
25846 + }
25847 + },
25848 + "node_modules/remark-rehype": {
25849 + "version": "10.1.0",
25850 + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz",
25851 + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==",
25852 + "dependencies": {
25853 + "@types/hast": "^2.0.0",
25854 + "@types/mdast": "^3.0.0",
25855 + "mdast-util-to-hast": "^12.1.0",
25856 + "unified": "^10.0.0"
25857 + },
25858 + "funding": {
25859 + "type": "opencollective",
25860 + "url": "https://opencollective.com/unified"
25861 + }
25862 + },
25863 + "node_modules/remark-rehype/node_modules/bail": {
25864 + "version": "2.0.2",
25865 + "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
25866 + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
25867 + "funding": {
25868 + "type": "github",
25869 + "url": "https://github.com/sponsors/wooorm"
25870 + }
25871 + },
25872 + "node_modules/remark-rehype/node_modules/is-plain-obj": {
25873 + "version": "4.1.0",
25874 + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
25875 + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
25876 + "engines": {
25877 + "node": ">=12"
25878 + },
25879 + "funding": {
25880 + "url": "https://github.com/sponsors/sindresorhus"
25881 + }
25882 + },
25883 + "node_modules/remark-rehype/node_modules/mdast-util-definitions": {
25884 + "version": "5.1.1",
25885 + "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.1.tgz",
25886 + "integrity": "sha512-rQ+Gv7mHttxHOBx2dkF4HWTg+EE+UR78ptQWDylzPKaQuVGdG4HIoY3SrS/pCp80nZ04greFvXbVFHT+uf0JVQ==",
25887 + "dependencies": {
25888 + "@types/mdast": "^3.0.0",
25889 + "@types/unist": "^2.0.0",
25890 + "unist-util-visit": "^4.0.0"
25891 + },
25892 + "funding": {
25893 + "type": "opencollective",
25894 + "url": "https://opencollective.com/unified"
25895 + }
25896 + },
25897 + "node_modules/remark-rehype/node_modules/mdast-util-to-hast": {
25898 + "version": "12.2.5",
25899 + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.2.5.tgz",
25900 + "integrity": "sha512-EFNhT35ZR/VZ85/EedDdCNTq0oFM+NM/+qBomVGQ0+Lcg0nhI8xIwmdCzNMlVlCJNXRprpobtKP/IUh8cfz6zQ==",
25901 + "dependencies": {
25902 + "@types/hast": "^2.0.0",
25903 + "@types/mdast": "^3.0.0",
25904 + "mdast-util-definitions": "^5.0.0",
25905 + "micromark-util-sanitize-uri": "^1.1.0",
25906 + "trim-lines": "^3.0.0",
25907 + "unist-builder": "^3.0.0",
25908 + "unist-util-generated": "^2.0.0",
25909 + "unist-util-position": "^4.0.0",
25910 + "unist-util-visit": "^4.0.0"
25911 + },
25912 + "funding": {
25913 + "type": "opencollective",
25914 + "url": "https://opencollective.com/unified"
25915 + }
25916 + },
25917 + "node_modules/remark-rehype/node_modules/trough": {
25918 + "version": "2.1.0",
25919 + "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
25920 + "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==",
25921 + "funding": {
25922 + "type": "github",
25923 + "url": "https://github.com/sponsors/wooorm"
25924 + }
25925 + },
25926 + "node_modules/remark-rehype/node_modules/unified": {
25927 + "version": "10.1.2",
25928 + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
25929 + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
25930 + "dependencies": {
25931 + "@types/unist": "^2.0.0",
25932 + "bail": "^2.0.0",
25933 + "extend": "^3.0.0",
25934 + "is-buffer": "^2.0.0",
25935 + "is-plain-obj": "^4.0.0",
25936 + "trough": "^2.0.0",
25937 + "vfile": "^5.0.0"
25938 + },
25939 + "funding": {
25940 + "type": "opencollective",
25941 + "url": "https://opencollective.com/unified"
25942 + }
25943 + },
25944 + "node_modules/remark-rehype/node_modules/unist-builder": {
25945 + "version": "3.0.0",
25946 + "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-3.0.0.tgz",
25947 + "integrity": "sha512-GFxmfEAa0vi9i5sd0R2kcrI9ks0r82NasRq5QHh2ysGngrc6GiqD5CDf1FjPenY4vApmFASBIIlk/jj5J5YbmQ==",
25948 + "dependencies": {
25949 + "@types/unist": "^2.0.0"
25950 + },
25951 + "funding": {
25952 + "type": "opencollective",
25953 + "url": "https://opencollective.com/unified"
25954 + }
25955 + },
25956 + "node_modules/remark-rehype/node_modules/unist-util-generated": {
25957 + "version": "2.0.0",
25958 + "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.0.tgz",
25959 + "integrity": "sha512-TiWE6DVtVe7Ye2QxOVW9kqybs6cZexNwTwSMVgkfjEReqy/xwGpAXb99OxktoWwmL+Z+Epb0Dn8/GNDYP1wnUw==",
25960 + "funding": {
25961 + "type": "opencollective",
25962 + "url": "https://opencollective.com/unified"
25963 + }
25964 + },
25965 + "node_modules/remark-rehype/node_modules/unist-util-is": {
25966 + "version": "5.1.1",
25967 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
25968 + "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==",
25969 + "funding": {
25970 + "type": "opencollective",
25971 + "url": "https://opencollective.com/unified"
25972 + }
25973 + },
25974 + "node_modules/remark-rehype/node_modules/unist-util-position": {
25975 + "version": "4.0.3",
25976 + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.3.tgz",
25977 + "integrity": "sha512-p/5EMGIa1qwbXjA+QgcBXaPWjSnZfQ2Sc3yBEEfgPwsEmJd8Qh+DSk3LGnmOM4S1bY2C0AjmMnB8RuEYxpPwXQ==",
25978 + "dependencies": {
25979 + "@types/unist": "^2.0.0"
25980 + },
25981 + "funding": {
25982 + "type": "opencollective",
25983 + "url": "https://opencollective.com/unified"
25984 + }
25985 + },
25986 + "node_modules/remark-rehype/node_modules/unist-util-stringify-position": {
25987 + "version": "3.0.2",
25988 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
25989 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
25990 + "dependencies": {
25991 + "@types/unist": "^2.0.0"
25992 + },
25993 + "funding": {
25994 + "type": "opencollective",
25995 + "url": "https://opencollective.com/unified"
25996 + }
25997 + },
25998 + "node_modules/remark-rehype/node_modules/unist-util-visit": {
25999 + "version": "4.1.1",
26000 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz",
26001 + "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==",
26002 + "dependencies": {
26003 + "@types/unist": "^2.0.0",
26004 + "unist-util-is": "^5.0.0",
26005 + "unist-util-visit-parents": "^5.1.1"
26006 + },
26007 + "funding": {
26008 + "type": "opencollective",
26009 + "url": "https://opencollective.com/unified"
26010 }
26011 },
24463 - "node_modules/remark-mdx/node_modules/semver": {
24464 - "version": "5.7.1",
24465 - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
24466 - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
24467 - "bin": {
24468 - "semver": "bin/semver"
26012 + "node_modules/remark-rehype/node_modules/unist-util-visit-parents": {
26013 + "version": "5.1.1",
26014 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.1.tgz",
26015 + "integrity": "sha512-gks4baapT/kNRaWxuGkl5BIhoanZo7sC/cUT/JToSRNL1dYoXRFl75d++NkjYk4TAu2uv2Px+l8guMajogeuiw==",
26016 + "dependencies": {
26017 + "@types/unist": "^2.0.0",
26018 + "unist-util-is": "^5.0.0"
26019 + },
26020 + "funding": {
26021 + "type": "opencollective",
26022 + "url": "https://opencollective.com/unified"
26023 }
26024 },
24471 - "node_modules/remark-mdx/node_modules/source-map": {
24472 - "version": "0.5.7",
24473 - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
24474 - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
24475 - "engines": {
24476 - "node": ">=0.10.0"
26025 + "node_modules/remark-rehype/node_modules/vfile": {
26026 + "version": "5.3.6",
26027 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.6.tgz",
26028 + "integrity": "sha512-ADBsmerdGBs2WYckrLBEmuETSPyTD4TuLxTrw0DvjirxW1ra4ZwkbzG8ndsv3Q57smvHxo677MHaQrY9yxH8cA==",
26029 + "dependencies": {
26030 + "@types/unist": "^2.0.0",
26031 + "is-buffer": "^2.0.0",
26032 + "unist-util-stringify-position": "^3.0.0",
26033 + "vfile-message": "^3.0.0"
26034 + },
26035 + "funding": {
26036 + "type": "opencollective",
26037 + "url": "https://opencollective.com/unified"
26038 }
26039 },
24479 - "node_modules/remark-parse": {
24480 - "version": "8.0.3",
24481 - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz",
24482 - "integrity": "sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==",
26040 + "node_modules/remark-rehype/node_modules/vfile-message": {
26041 + "version": "3.1.3",
26042 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.3.tgz",
26043 + "integrity": "sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA==",
26044 "dependencies": {
24484 - "ccount": "^1.0.0",
24485 - "collapse-white-space": "^1.0.2",
24486 - "is-alphabetical": "^1.0.0",
24487 - "is-decimal": "^1.0.0",
24488 - "is-whitespace-character": "^1.0.0",
24489 - "is-word-character": "^1.0.0",
24490 - "markdown-escapes": "^1.0.0",
24491 - "parse-entities": "^2.0.0",
24492 - "repeat-string": "^1.5.4",
24493 - "state-toggle": "^1.0.0",
24494 - "trim": "0.0.1",
24495 - "trim-trailing-lines": "^1.0.0",
24496 - "unherit": "^1.0.4",
24497 - "unist-util-remove-position": "^2.0.0",
24498 - "vfile-location": "^3.0.0",
24499 - "xtend": "^4.0.1"
26045 + "@types/unist": "^2.0.0",
26046 + "unist-util-stringify-position": "^3.0.0"
26047 },
26048 "funding": {
26049 "type": "opencollective",
@@ -24515,6 +26062,7 @@
26062 "version": "4.0.0",
26063 "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz",
26064 "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==",
26065 + "peer": true,
26066 "dependencies": {
26067 "mdast-squeeze-paragraphs": "^4.0.0"
26068 },
@@ -25009,6 +26557,17 @@
26557 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
26558 "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
26559 },
26560 + "node_modules/sade": {
26561 + "version": "1.8.1",
26562 + "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
26563 + "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
26564 + "dependencies": {
26565 + "mri": "^1.1.0"
26566 + },
26567 + "engines": {
26568 + "node": ">=6"
26569 + }
26570 + },
26571 "node_modules/safe-buffer": {
26572 "version": "5.2.1",
26573 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
@@ -25656,6 +27215,7 @@
27215 "version": "1.1.5",
27216 "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
27217 "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
27218 + "peer": true,
27219 "funding": {
27220 "type": "github",
27221 "url": "https://github.com/sponsors/wooorm"
@@ -29044,6 +30604,15 @@
30604 "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
30605 "integrity": "sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ=="
30606 },
30607 + "node_modules/trim-lines": {
30608 + "version": "3.0.1",
30609 + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
30610 + "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
30611 + "funding": {
30612 + "type": "github",
30613 + "url": "https://github.com/sponsors/wooorm"
30614 + }
30615 + },
30616 "node_modules/trim-newlines": {
30617 "version": "3.0.1",
30618 "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
@@ -29435,6 +31004,7 @@
31004 "version": "9.2.0",
31005 "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz",
31006 "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==",
31007 + "peer": true,
31008 "dependencies": {
31009 "bail": "^1.0.0",
31010 "extend": "^3.0.0",
@@ -29452,6 +31022,7 @@
31022 "version": "2.1.0",
31023 "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
31024 "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
31025 + "peer": true,
31026 "engines": {
31027 "node": ">=8"
31028 }
@@ -29493,6 +31064,7 @@
31064 "version": "2.0.3",
31065 "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz",
31066 "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==",
31067 + "peer": true,
31068 "funding": {
31069 "type": "opencollective",
31070 "url": "https://opencollective.com/unified"
@@ -29502,6 +31074,7 @@
31074 "version": "1.1.6",
31075 "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz",
31076 "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==",
31077 + "peer": true,
31078 "funding": {
31079 "type": "opencollective",
31080 "url": "https://opencollective.com/unified"
@@ -29545,6 +31118,18 @@
31118 "url": "https://opencollective.com/unified"
31119 }
31120 },
31121 + "node_modules/unist-util-position-from-estree": {
31122 + "version": "1.1.1",
31123 + "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-1.1.1.tgz",
31124 + "integrity": "sha512-xtoY50b5+7IH8tFbkw64gisG9tMSpxDjhX9TmaJJae/XuxQ9R/Kc8Nv1eOsf43Gt4KV/LkriMy9mptDr7XLcaw==",
31125 + "dependencies": {
31126 + "@types/unist": "^2.0.0"
31127 + },
31128 + "funding": {
31129 + "type": "opencollective",
31130 + "url": "https://opencollective.com/unified"
31131 + }
31132 + },
31133 "node_modules/unist-util-remove": {
31134 "version": "1.0.3",
31135 "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-1.0.3.tgz",
@@ -29557,6 +31142,7 @@
31142 "version": "2.0.1",
31143 "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz",
31144 "integrity": "sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==",
31145 + "peer": true,
31146 "dependencies": {
31147 "unist-util-visit": "^2.0.0"
31148 },
@@ -29904,6 +31490,31 @@
31490 "uuid": "dist/bin/uuid"
31491 }
31492 },
31493 + "node_modules/uvu": {
31494 + "version": "0.5.6",
31495 + "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz",
31496 + "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
31497 + "dependencies": {
31498 + "dequal": "^2.0.0",
31499 + "diff": "^5.0.0",
31500 + "kleur": "^4.0.3",
31501 + "sade": "^1.7.3"
31502 + },
31503 + "bin": {
31504 + "uvu": "bin.js"
31505 + },
31506 + "engines": {
31507 + "node": ">=8"
31508 + }
31509 + },
31510 + "node_modules/uvu/node_modules/kleur": {
31511 + "version": "4.1.5",
31512 + "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
31513 + "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
31514 + "engines": {
31515 + "node": ">=6"
31516 + }
31517 + },
31518 "node_modules/v8-compile-cache": {
31519 "version": "2.3.0",
31520 "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
@@ -29989,6 +31600,7 @@
31600 "version": "3.2.0",
31601 "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz",
31602 "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==",
31603 + "peer": true,
31604 "funding": {
31605 "type": "opencollective",
31606 "url": "https://opencollective.com/unified"
@@ -30065,6 +31677,7 @@
31677 "version": "1.1.4",
31678 "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
31679 "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==",
31680 + "peer": true,
31681 "funding": {
31682 "type": "github",
31683 "url": "https://github.com/sponsors/wooorm"
@@ -30682,7 +32295,6 @@
32295 "version": "17.6.2",
32296 "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz",
32297 "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==",
30685 - "dev": true,
32298 "dependencies": {
32299 "cliui": "^8.0.1",
32300 "escalade": "^3.1.1",
@@ -30700,6 +32312,7 @@
32312 "version": "20.2.9",
32313 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
32314 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
32315 + "dev": true,
32316 "engines": {
32317 "node": ">=10"
32318 }
@@ -30708,7 +32321,6 @@
32321 "version": "8.0.1",
32322 "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
32323 "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
30711 - "dev": true,
32324 "dependencies": {
32325 "string-width": "^4.2.0",
32326 "strip-ansi": "^6.0.1",
@@ -30722,7 +32334,6 @@
32334 "version": "21.1.1",
32335 "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
32336 "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
30725 - "dev": true,
32337 "engines": {
32338 "node": ">=12"
32339 }
@@ -30865,6 +32476,7 @@
32476 "version": "1.0.5",
32477 "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz",
32478 "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==",
32479 + "peer": true,
32480 "funding": {
32481 "type": "github",
32482 "url": "https://github.com/sponsors/wooorm"
@@ -30875,20 +32487,20 @@
32487 "license": "MIT",
32488 "dependencies": {
32489 "@github/combobox-nav": "^2.1.5",
30878 - "@mdx-js/mdx": "^1.6.22",
32490 + "@mdx-js/mdx": "^2.2.1",
32491 "@mdx-js/react": "^1.6.22",
32492 "@primer/components": "^23.0.0",
32493 "@primer/octicons-react": "^17.10.0",
32494 "@primer/react": "^35.16.0",
32495 "@styled-system/theme-get": "^5.1.2",
32496 "@testing-library/react": "^9.5.0",
30885 - "axios": "^0.27.2",
32497 + "axios": "^1.2.2",
32498 "babel-plugin-styled-components": "^2.0.7",
32499 "copy-to-clipboard": "^3.3.3",
32500 "date-fns": "^2.29.3",
32501 "details-element-polyfill": "^2.4.0",
32502 "downshift": "^3.4.8",
30891 - "find-up": "^4.1.0",
32503 + "find-up": "^6.3.0",
32504 "framer-motion": "^3.10.6",
32505 "fuse.js": "^3.6.1",
32506 "gatsby-plugin-catch-links": "^4.25.0",
@@ -30898,20 +32510,20 @@
32510 "gatsby-plugin-styled-components": "^5.25.0",
32511 "gatsby-source-filesystem": "^4.25.0",
32512 "gatsby-transformer-yaml": "^4.25.0",
30901 - "get-pkg-repo": "^4.2.1",
32513 + "get-pkg-repo": "^5.0.0",
32514 "github-slugger": "^1.5.0",
32515 "html-react-parser": "^1.4.14",
32516 "lodash.debounce": "4.0.8",
32517 "lodash.uniqby": "^4.7.0",
32518 "pkg-up": "^3.1.0",
32519 "pluralize": "^8.0.0",
30908 - "preval.macro": "^3.0.0",
32520 + "preval.macro": "^5.0.0",
32521 "prism-react-renderer": "^0.2.0",
32522 "react-addons-text-content": "^0.0.4",
32523 "react-element-to-jsx-string": "^14.3.4",
32524 "react-focus-on": "^3.7.0",
32525 "react-frame-component": "^4.1.3",
30914 - "react-helmet": "^5.2.1",
32526 + "react-helmet": "^6.1.0",
32527 "react-live": "^2.4.1",
32528 "react-measure": "^2.5.2",
32529 "read-pkg-up": "^6.0.0",
@@ -30939,52 +32551,258 @@
32551 "react-dom": "^17.0.2"
32552 }
32553 },
32554 + "theme/node_modules/@mdx-js/mdx": {
32555 + "version": "2.2.1",
32556 + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-2.2.1.tgz",
32557 + "integrity": "sha512-hZ3ex7exYLJn6FfReq8yTvA6TE53uW9UHJQM9IlSauOuS55J9y8RtA7W+dzp6Yrzr00/U1sd7q+Wf61q6SfiTQ==",
32558 + "dependencies": {
32559 + "@types/estree-jsx": "^1.0.0",
32560 + "@types/mdx": "^2.0.0",
32561 + "estree-util-build-jsx": "^2.0.0",
32562 + "estree-util-is-identifier-name": "^2.0.0",
32563 + "estree-util-to-js": "^1.1.0",
32564 + "estree-walker": "^3.0.0",
32565 + "hast-util-to-estree": "^2.0.0",
32566 + "markdown-extensions": "^1.0.0",
32567 + "periscopic": "^3.0.0",
32568 + "remark-mdx": "^2.0.0",
32569 + "remark-parse": "^10.0.0",
32570 + "remark-rehype": "^10.0.0",
32571 + "unified": "^10.0.0",
32572 + "unist-util-position-from-estree": "^1.0.0",
32573 + "unist-util-stringify-position": "^3.0.0",
32574 + "unist-util-visit": "^4.0.0",
32575 + "vfile": "^5.0.0"
32576 + },
32577 + "funding": {
32578 + "type": "opencollective",
32579 + "url": "https://opencollective.com/unified"
32580 + }
32581 + },
32582 + "theme/node_modules/bail": {
32583 + "version": "2.0.2",
32584 + "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
32585 + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
32586 + "funding": {
32587 + "type": "github",
32588 + "url": "https://github.com/sponsors/wooorm"
32589 + }
32590 + },
32591 "theme/node_modules/find-up": {
30943 - "version": "4.1.0",
30944 - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
30945 - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
32592 + "version": "6.3.0",
32593 + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
32594 + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
32595 "dependencies": {
30947 - "locate-path": "^5.0.0",
30948 - "path-exists": "^4.0.0"
32596 + "locate-path": "^7.1.0",
32597 + "path-exists": "^5.0.0"
32598 },
32599 "engines": {
30951 - "node": ">=8"
32600 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
32601 + },
32602 + "funding": {
32603 + "url": "https://github.com/sponsors/sindresorhus"
32604 + }
32605 + },
32606 + "theme/node_modules/is-plain-obj": {
32607 + "version": "4.1.0",
32608 + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
32609 + "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
32610 + "engines": {
32611 + "node": ">=12"
32612 + },
32613 + "funding": {
32614 + "url": "https://github.com/sponsors/sindresorhus"
32615 }
32616 },
32617 "theme/node_modules/locate-path": {
30955 - "version": "5.0.0",
30956 - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
30957 - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
32618 + "version": "7.1.1",
32619 + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.1.1.tgz",
32620 + "integrity": "sha512-vJXaRMJgRVD3+cUZs3Mncj2mxpt5mP0EmNOsxRSZRMlbqjvxzDEOIUWXGmavo0ZC9+tNZCBLQ66reA11nbpHZg==",
32621 "dependencies": {
30959 - "p-locate": "^4.1.0"
32622 + "p-locate": "^6.0.0"
32623 },
32624 "engines": {
30962 - "node": ">=8"
32625 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
32626 + },
32627 + "funding": {
32628 + "url": "https://github.com/sponsors/sindresorhus"
32629 }
32630 },
32631 "theme/node_modules/p-limit": {
30966 - "version": "2.3.0",
30967 - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
30968 - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
32632 + "version": "4.0.0",
32633 + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
32634 + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
32635 "dependencies": {
30970 - "p-try": "^2.0.0"
32636 + "yocto-queue": "^1.0.0"
32637 },
32638 "engines": {
30973 - "node": ">=6"
32639 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
32640 },
32641 "funding": {
32642 "url": "https://github.com/sponsors/sindresorhus"
32643 }
32644 },
32645 "theme/node_modules/p-locate": {
30980 - "version": "4.1.0",
30981 - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
30982 - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
32646 + "version": "6.0.0",
32647 + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
32648 + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
32649 "dependencies": {
30984 - "p-limit": "^2.2.0"
32650 + "p-limit": "^4.0.0"
32651 },
32652 "engines": {
30987 - "node": ">=8"
32653 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
32654 + },
32655 + "funding": {
32656 + "url": "https://github.com/sponsors/sindresorhus"
32657 + }
32658 + },
32659 + "theme/node_modules/path-exists": {
32660 + "version": "5.0.0",
32661 + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
32662 + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
32663 + "engines": {
32664 + "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
32665 + }
32666 + },
32667 + "theme/node_modules/remark-mdx": {
32668 + "version": "2.2.1",
32669 + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-2.2.1.tgz",
32670 + "integrity": "sha512-R9wcN+/THRXTKyRBp6Npo/mcbGA2iT3N4G8qUqLA5pOEg7kBidHv8K2hHidCMYZ6DXmwK18umu0K4cicgA2PPQ==",
32671 + "dependencies": {
32672 + "mdast-util-mdx": "^2.0.0",
32673 + "micromark-extension-mdxjs": "^1.0.0"
32674 + },
32675 + "funding": {
32676 + "type": "opencollective",
32677 + "url": "https://opencollective.com/unified"
32678 + }
32679 + },
32680 + "theme/node_modules/remark-parse": {
32681 + "version": "10.0.1",
32682 + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz",
32683 + "integrity": "sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==",
32684 + "dependencies": {
32685 + "@types/mdast": "^3.0.0",
32686 + "mdast-util-from-markdown": "^1.0.0",
32687 + "unified": "^10.0.0"
32688 + },
32689 + "funding": {
32690 + "type": "opencollective",
32691 + "url": "https://opencollective.com/unified"
32692 + }
32693 + },
32694 + "theme/node_modules/trough": {
32695 + "version": "2.1.0",
32696 + "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
32697 + "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==",
32698 + "funding": {
32699 + "type": "github",
32700 + "url": "https://github.com/sponsors/wooorm"
32701 + }
32702 + },
32703 + "theme/node_modules/unified": {
32704 + "version": "10.1.2",
32705 + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
32706 + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
32707 + "dependencies": {
32708 + "@types/unist": "^2.0.0",
32709 + "bail": "^2.0.0",
32710 + "extend": "^3.0.0",
32711 + "is-buffer": "^2.0.0",
32712 + "is-plain-obj": "^4.0.0",
32713 + "trough": "^2.0.0",
32714 + "vfile": "^5.0.0"
32715 + },
32716 + "funding": {
32717 + "type": "opencollective",
32718 + "url": "https://opencollective.com/unified"
32719 + }
32720 + },
32721 + "theme/node_modules/unist-util-is": {
32722 + "version": "5.1.1",
32723 + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz",
32724 + "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==",
32725 + "funding": {
32726 + "type": "opencollective",
32727 + "url": "https://opencollective.com/unified"
32728 + }
32729 + },
32730 + "theme/node_modules/unist-util-stringify-position": {
32731 + "version": "3.0.2",
32732 + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.2.tgz",
32733 + "integrity": "sha512-7A6eiDCs9UtjcwZOcCpM4aPII3bAAGv13E96IkawkOAW0OhH+yRxtY0lzo8KiHpzEMfH7Q+FizUmwp8Iqy5EWg==",
32734 + "dependencies": {
32735 + "@types/unist": "^2.0.0"
32736 + },
32737 + "funding": {
32738 + "type": "opencollective",
32739 + "url": "https://opencollective.com/unified"
32740 + }
32741 + },
32742 + "theme/node_modules/unist-util-visit": {
32743 + "version": "4.1.1",
32744 + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.1.tgz",
32745 + "integrity": "sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==",
32746 + "dependencies": {
32747 + "@types/unist": "^2.0.0",
32748 + "unist-util-is": "^5.0.0",
32749 + "unist-util-visit-parents": "^5.1.1"
32750 + },
32751 + "funding": {
32752 + "type": "opencollective",
32753 + "url": "https://opencollective.com/unified"
32754 + }
32755 + },
32756 + "theme/node_modules/unist-util-visit-parents": {
32757 + "version": "5.1.1",
32758 + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.1.tgz",
32759 + "integrity": "sha512-gks4baapT/kNRaWxuGkl5BIhoanZo7sC/cUT/JToSRNL1dYoXRFl75d++NkjYk4TAu2uv2Px+l8guMajogeuiw==",
32760 + "dependencies": {
32761 + "@types/unist": "^2.0.0",
32762 + "unist-util-is": "^5.0.0"
32763 + },
32764 + "funding": {
32765 + "type": "opencollective",
32766 + "url": "https://opencollective.com/unified"
32767 + }
32768 + },
32769 + "theme/node_modules/vfile": {
32770 + "version": "5.3.6",
32771 + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.6.tgz",
32772 + "integrity": "sha512-ADBsmerdGBs2WYckrLBEmuETSPyTD4TuLxTrw0DvjirxW1ra4ZwkbzG8ndsv3Q57smvHxo677MHaQrY9yxH8cA==",
32773 + "dependencies": {
32774 + "@types/unist": "^2.0.0",
32775 + "is-buffer": "^2.0.0",
32776 + "unist-util-stringify-position": "^3.0.0",
32777 + "vfile-message": "^3.0.0"
32778 + },
32779 + "funding": {
32780 + "type": "opencollective",
32781 + "url": "https://opencollective.com/unified"
32782 + }
32783 + },
32784 + "theme/node_modules/vfile-message": {
32785 + "version": "3.1.3",
32786 + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.3.tgz",
32787 + "integrity": "sha512-0yaU+rj2gKAyEk12ffdSbBfjnnj+b1zqTBv3OQCTn8yEB02bsPizwdBPrLJjHnK+cU9EMMcUnNv938XcZIkmdA==",
32788 + "dependencies": {
32789 + "@types/unist": "^2.0.0",
32790 + "unist-util-stringify-position": "^3.0.0"
32791 + },
32792 + "funding": {
32793 + "type": "opencollective",
32794 + "url": "https://opencollective.com/unified"
32795 + }
32796 + },
32797 + "theme/node_modules/yocto-queue": {
32798 + "version": "1.0.0",
32799 + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
32800 + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
32801 + "engines": {
32802 + "node": ">=12.20"
32803 + },
32804 + "funding": {
32805 + "url": "https://github.com/sponsors/sindresorhus"
32806 }
32807 }
32808 }