|
841 | 841 | "@jridgewell/resolve-uri" "^3.1.0" |
842 | 842 | "@jridgewell/sourcemap-codec" "^1.4.14" |
843 | 843 |
|
| 844 | +"@nodable/entities@^2.1.0": |
| 845 | + version "2.1.0" |
| 846 | + resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2" |
| 847 | + integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA== |
| 848 | + |
844 | 849 | "@nodelib/fs.scandir@2.1.5": |
845 | 850 | version "2.1.5" |
846 | 851 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
@@ -2463,21 +2468,22 @@ fast-levenshtein@^2.0.6: |
2463 | 2468 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" |
2464 | 2469 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== |
2465 | 2470 |
|
2466 | | -fast-xml-builder@^1.1.3: |
2467 | | - version "1.1.3" |
2468 | | - resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.3.tgz#283579acba94aecf998a7e1339bc7e037195abc1" |
2469 | | - integrity sha512-1o60KoFw2+LWKQu3IdcfcFlGTW4dpqEWmjhYec6H82AYZU2TVBXep6tMl8Z1Y+wM+ZrzCwe3BZ9Vyd9N2rIvmg== |
| 2471 | +fast-xml-builder@^1.1.5: |
| 2472 | + version "1.1.5" |
| 2473 | + resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11" |
| 2474 | + integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA== |
2470 | 2475 | dependencies: |
2471 | 2476 | path-expression-matcher "^1.1.3" |
2472 | 2477 |
|
2473 | 2478 | fast-xml-parser@^5.0.7: |
2474 | | - version "5.5.5" |
2475 | | - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.5.tgz#cadbcb992d6ac3f7e643d459506a8e1dd8adf5f2" |
2476 | | - integrity sha512-NLY+V5NNbdmiEszx9n14mZBseJTC50bRq1VHsaxOmR72JDuZt+5J1Co+dC/4JPnyq+WrIHNM69r0sqf7BMb3Mg== |
| 2479 | + version "5.7.1" |
| 2480 | + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06" |
| 2481 | + integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA== |
2477 | 2482 | dependencies: |
2478 | | - fast-xml-builder "^1.1.3" |
2479 | | - path-expression-matcher "^1.1.3" |
2480 | | - strnum "^2.1.2" |
| 2483 | + "@nodable/entities" "^2.1.0" |
| 2484 | + fast-xml-builder "^1.1.5" |
| 2485 | + path-expression-matcher "^1.5.0" |
| 2486 | + strnum "^2.2.3" |
2481 | 2487 |
|
2482 | 2488 | fastq@^1.6.0: |
2483 | 2489 | version "1.20.1" |
@@ -3935,6 +3941,11 @@ path-expression-matcher@^1.1.3: |
3935 | 3941 | resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz#8bf7c629dc1b114e42b633c071f06d14625b4e0d" |
3936 | 3942 | integrity sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ== |
3937 | 3943 |
|
| 3944 | +path-expression-matcher@^1.5.0: |
| 3945 | + version "1.5.0" |
| 3946 | + resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a" |
| 3947 | + integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ== |
| 3948 | + |
3938 | 3949 | path-is-absolute@^1.0.0: |
3939 | 3950 | version "1.0.1" |
3940 | 3951 | resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" |
@@ -4484,10 +4495,10 @@ strip-json-comments@^3.1.1: |
4484 | 4495 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" |
4485 | 4496 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== |
4486 | 4497 |
|
4487 | | -strnum@^2.1.2: |
4488 | | - version "2.2.0" |
4489 | | - resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.0.tgz#8b582b637e4621f62ff714493e0ce30846f903a6" |
4490 | | - integrity sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg== |
| 4498 | +strnum@^2.2.3: |
| 4499 | + version "2.2.3" |
| 4500 | + resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586" |
| 4501 | + integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg== |
4491 | 4502 |
|
4492 | 4503 | supports-color@^7.1.0: |
4493 | 4504 | version "7.2.0" |
|
0 commit comments