|
172 | 172 | "npm-packlist": "^10.0.0", |
173 | 173 | "remark": "^15.0.1", |
174 | 174 | "remark-gfm": "^3.0.1", |
175 | | - "remark-github": "^11.2.4", |
| 175 | + "remark-github": "^12.0.0", |
176 | 176 | "rimraf": "^6.0.1", |
177 | 177 | "spawk": "^1.7.1", |
178 | 178 | "tap": "^16.3.9" |
@@ -10350,42 +10350,168 @@ |
10350 | 10350 | } |
10351 | 10351 | }, |
10352 | 10352 | "node_modules/remark-github": { |
10353 | | - "version": "11.2.4", |
| 10353 | + "version": "12.0.0", |
| 10354 | + "resolved": "https://registry.npmjs.org/remark-github/-/remark-github-12.0.0.tgz", |
| 10355 | + "integrity": "sha512-ByefQKFN184LeiGRCabfl7zUJsdlMYWEhiLX1gpmQ11yFg6xSuOTW7LVCv0oc1x+YvUMJW23NU36sJX2RWGgvg==", |
10354 | 10356 | "dev": true, |
10355 | 10357 | "license": "MIT", |
10356 | 10358 | "dependencies": { |
10357 | | - "@types/mdast": "^3.0.0", |
10358 | | - "mdast-util-find-and-replace": "^2.0.0", |
10359 | | - "mdast-util-to-string": "^3.0.0", |
10360 | | - "unified": "^10.0.0", |
10361 | | - "unist-util-visit": "^4.0.0" |
| 10359 | + "@types/mdast": "^4.0.0", |
| 10360 | + "mdast-util-find-and-replace": "^3.0.0", |
| 10361 | + "mdast-util-to-string": "^4.0.0", |
| 10362 | + "to-vfile": "^8.0.0", |
| 10363 | + "unist-util-visit": "^5.0.0", |
| 10364 | + "vfile": "^6.0.0" |
| 10365 | + }, |
| 10366 | + "funding": { |
| 10367 | + "type": "opencollective", |
| 10368 | + "url": "https://opencollective.com/unified" |
| 10369 | + } |
| 10370 | + }, |
| 10371 | + "node_modules/remark-github/node_modules/@types/mdast": { |
| 10372 | + "version": "4.0.4", |
| 10373 | + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", |
| 10374 | + "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", |
| 10375 | + "dev": true, |
| 10376 | + "license": "MIT", |
| 10377 | + "dependencies": { |
| 10378 | + "@types/unist": "*" |
| 10379 | + } |
| 10380 | + }, |
| 10381 | + "node_modules/remark-github/node_modules/@types/unist": { |
| 10382 | + "version": "3.0.3", |
| 10383 | + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", |
| 10384 | + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", |
| 10385 | + "dev": true, |
| 10386 | + "license": "MIT" |
| 10387 | + }, |
| 10388 | + "node_modules/remark-github/node_modules/escape-string-regexp": { |
| 10389 | + "version": "5.0.0", |
| 10390 | + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", |
| 10391 | + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", |
| 10392 | + "dev": true, |
| 10393 | + "license": "MIT", |
| 10394 | + "engines": { |
| 10395 | + "node": ">=12" |
| 10396 | + }, |
| 10397 | + "funding": { |
| 10398 | + "url": "https://github.com/sponsors/sindresorhus" |
| 10399 | + } |
| 10400 | + }, |
| 10401 | + "node_modules/remark-github/node_modules/mdast-util-find-and-replace": { |
| 10402 | + "version": "3.0.2", |
| 10403 | + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", |
| 10404 | + "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", |
| 10405 | + "dev": true, |
| 10406 | + "license": "MIT", |
| 10407 | + "dependencies": { |
| 10408 | + "@types/mdast": "^4.0.0", |
| 10409 | + "escape-string-regexp": "^5.0.0", |
| 10410 | + "unist-util-is": "^6.0.0", |
| 10411 | + "unist-util-visit-parents": "^6.0.0" |
| 10412 | + }, |
| 10413 | + "funding": { |
| 10414 | + "type": "opencollective", |
| 10415 | + "url": "https://opencollective.com/unified" |
| 10416 | + } |
| 10417 | + }, |
| 10418 | + "node_modules/remark-github/node_modules/mdast-util-to-string": { |
| 10419 | + "version": "4.0.0", |
| 10420 | + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", |
| 10421 | + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", |
| 10422 | + "dev": true, |
| 10423 | + "license": "MIT", |
| 10424 | + "dependencies": { |
| 10425 | + "@types/mdast": "^4.0.0" |
| 10426 | + }, |
| 10427 | + "funding": { |
| 10428 | + "type": "opencollective", |
| 10429 | + "url": "https://opencollective.com/unified" |
| 10430 | + } |
| 10431 | + }, |
| 10432 | + "node_modules/remark-github/node_modules/unist-util-is": { |
| 10433 | + "version": "6.0.0", |
| 10434 | + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", |
| 10435 | + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", |
| 10436 | + "dev": true, |
| 10437 | + "license": "MIT", |
| 10438 | + "dependencies": { |
| 10439 | + "@types/unist": "^3.0.0" |
| 10440 | + }, |
| 10441 | + "funding": { |
| 10442 | + "type": "opencollective", |
| 10443 | + "url": "https://opencollective.com/unified" |
| 10444 | + } |
| 10445 | + }, |
| 10446 | + "node_modules/remark-github/node_modules/unist-util-stringify-position": { |
| 10447 | + "version": "4.0.0", |
| 10448 | + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", |
| 10449 | + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", |
| 10450 | + "dev": true, |
| 10451 | + "license": "MIT", |
| 10452 | + "dependencies": { |
| 10453 | + "@types/unist": "^3.0.0" |
10362 | 10454 | }, |
10363 | 10455 | "funding": { |
10364 | 10456 | "type": "opencollective", |
10365 | 10457 | "url": "https://opencollective.com/unified" |
10366 | 10458 | } |
10367 | 10459 | }, |
10368 | 10460 | "node_modules/remark-github/node_modules/unist-util-visit": { |
10369 | | - "version": "4.1.2", |
| 10461 | + "version": "5.0.0", |
| 10462 | + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", |
| 10463 | + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", |
10370 | 10464 | "dev": true, |
10371 | 10465 | "license": "MIT", |
10372 | 10466 | "dependencies": { |
10373 | | - "@types/unist": "^2.0.0", |
10374 | | - "unist-util-is": "^5.0.0", |
10375 | | - "unist-util-visit-parents": "^5.1.1" |
| 10467 | + "@types/unist": "^3.0.0", |
| 10468 | + "unist-util-is": "^6.0.0", |
| 10469 | + "unist-util-visit-parents": "^6.0.0" |
10376 | 10470 | }, |
10377 | 10471 | "funding": { |
10378 | 10472 | "type": "opencollective", |
10379 | 10473 | "url": "https://opencollective.com/unified" |
10380 | 10474 | } |
10381 | 10475 | }, |
10382 | 10476 | "node_modules/remark-github/node_modules/unist-util-visit-parents": { |
10383 | | - "version": "5.1.3", |
| 10477 | + "version": "6.0.1", |
| 10478 | + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", |
| 10479 | + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", |
10384 | 10480 | "dev": true, |
10385 | 10481 | "license": "MIT", |
10386 | 10482 | "dependencies": { |
10387 | | - "@types/unist": "^2.0.0", |
10388 | | - "unist-util-is": "^5.0.0" |
| 10483 | + "@types/unist": "^3.0.0", |
| 10484 | + "unist-util-is": "^6.0.0" |
| 10485 | + }, |
| 10486 | + "funding": { |
| 10487 | + "type": "opencollective", |
| 10488 | + "url": "https://opencollective.com/unified" |
| 10489 | + } |
| 10490 | + }, |
| 10491 | + "node_modules/remark-github/node_modules/vfile": { |
| 10492 | + "version": "6.0.3", |
| 10493 | + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", |
| 10494 | + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", |
| 10495 | + "dev": true, |
| 10496 | + "license": "MIT", |
| 10497 | + "dependencies": { |
| 10498 | + "@types/unist": "^3.0.0", |
| 10499 | + "vfile-message": "^4.0.0" |
| 10500 | + }, |
| 10501 | + "funding": { |
| 10502 | + "type": "opencollective", |
| 10503 | + "url": "https://opencollective.com/unified" |
| 10504 | + } |
| 10505 | + }, |
| 10506 | + "node_modules/remark-github/node_modules/vfile-message": { |
| 10507 | + "version": "4.0.3", |
| 10508 | + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", |
| 10509 | + "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", |
| 10510 | + "dev": true, |
| 10511 | + "license": "MIT", |
| 10512 | + "dependencies": { |
| 10513 | + "@types/unist": "^3.0.0", |
| 10514 | + "unist-util-stringify-position": "^4.0.0" |
10389 | 10515 | }, |
10390 | 10516 | "funding": { |
10391 | 10517 | "type": "opencollective", |
|
14738 | 14864 | "node": ">=8.0" |
14739 | 14865 | } |
14740 | 14866 | }, |
| 14867 | + "node_modules/to-vfile": { |
| 14868 | + "version": "8.0.0", |
| 14869 | + "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-8.0.0.tgz", |
| 14870 | + "integrity": "sha512-IcmH1xB5576MJc9qcfEC/m/nQCFt3fzMHz45sSlgJyTWjRbKW1HAkJpuf3DgE57YzIlZcwcBZA5ENQbBo4aLkg==", |
| 14871 | + "dev": true, |
| 14872 | + "license": "MIT", |
| 14873 | + "dependencies": { |
| 14874 | + "vfile": "^6.0.0" |
| 14875 | + }, |
| 14876 | + "funding": { |
| 14877 | + "type": "opencollective", |
| 14878 | + "url": "https://opencollective.com/unified" |
| 14879 | + } |
| 14880 | + }, |
| 14881 | + "node_modules/to-vfile/node_modules/@types/unist": { |
| 14882 | + "version": "3.0.3", |
| 14883 | + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", |
| 14884 | + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", |
| 14885 | + "dev": true, |
| 14886 | + "license": "MIT" |
| 14887 | + }, |
| 14888 | + "node_modules/to-vfile/node_modules/unist-util-stringify-position": { |
| 14889 | + "version": "4.0.0", |
| 14890 | + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", |
| 14891 | + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", |
| 14892 | + "dev": true, |
| 14893 | + "license": "MIT", |
| 14894 | + "dependencies": { |
| 14895 | + "@types/unist": "^3.0.0" |
| 14896 | + }, |
| 14897 | + "funding": { |
| 14898 | + "type": "opencollective", |
| 14899 | + "url": "https://opencollective.com/unified" |
| 14900 | + } |
| 14901 | + }, |
| 14902 | + "node_modules/to-vfile/node_modules/vfile": { |
| 14903 | + "version": "6.0.3", |
| 14904 | + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", |
| 14905 | + "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", |
| 14906 | + "dev": true, |
| 14907 | + "license": "MIT", |
| 14908 | + "dependencies": { |
| 14909 | + "@types/unist": "^3.0.0", |
| 14910 | + "vfile-message": "^4.0.0" |
| 14911 | + }, |
| 14912 | + "funding": { |
| 14913 | + "type": "opencollective", |
| 14914 | + "url": "https://opencollective.com/unified" |
| 14915 | + } |
| 14916 | + }, |
| 14917 | + "node_modules/to-vfile/node_modules/vfile-message": { |
| 14918 | + "version": "4.0.3", |
| 14919 | + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz", |
| 14920 | + "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==", |
| 14921 | + "dev": true, |
| 14922 | + "license": "MIT", |
| 14923 | + "dependencies": { |
| 14924 | + "@types/unist": "^3.0.0", |
| 14925 | + "unist-util-stringify-position": "^4.0.0" |
| 14926 | + }, |
| 14927 | + "funding": { |
| 14928 | + "type": "opencollective", |
| 14929 | + "url": "https://opencollective.com/unified" |
| 14930 | + } |
| 14931 | + }, |
14741 | 14932 | "node_modules/tough-cookie": { |
14742 | 14933 | "version": "4.1.4", |
14743 | 14934 | "dev": true, |
|
0 commit comments