|
4733 | 4733 | dependencies: |
4734 | 4734 | eslint-scope "5.1.1" |
4735 | 4735 |
|
| 4736 | +"@nodable/entities@^2.1.0": |
| 4737 | + version "2.1.0" |
| 4738 | + resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2" |
| 4739 | + integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA== |
| 4740 | + |
4736 | 4741 | "@nodelib/fs.scandir@2.1.5": |
4737 | 4742 | version "2.1.5" |
4738 | 4743 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
@@ -18477,21 +18482,22 @@ fast-uri@^3.0.1: |
18477 | 18482 | resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa" |
18478 | 18483 | integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA== |
18479 | 18484 |
|
18480 | | -fast-xml-builder@^1.1.4: |
18481 | | - version "1.1.4" |
18482 | | - resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017" |
18483 | | - integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg== |
| 18485 | +fast-xml-builder@^1.1.5: |
| 18486 | + version "1.1.5" |
| 18487 | + resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11" |
| 18488 | + integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA== |
18484 | 18489 | dependencies: |
18485 | 18490 | path-expression-matcher "^1.1.3" |
18486 | 18491 |
|
18487 | 18492 | fast-xml-parser@^5.5.1: |
18488 | | - version "5.5.9" |
18489 | | - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527" |
18490 | | - integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g== |
| 18493 | + version "5.7.1" |
| 18494 | + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06" |
| 18495 | + integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA== |
18491 | 18496 | dependencies: |
18492 | | - fast-xml-builder "^1.1.4" |
18493 | | - path-expression-matcher "^1.2.0" |
18494 | | - strnum "^2.2.2" |
| 18497 | + "@nodable/entities" "^2.1.0" |
| 18498 | + fast-xml-builder "^1.1.5" |
| 18499 | + path-expression-matcher "^1.5.0" |
| 18500 | + strnum "^2.2.3" |
18495 | 18501 |
|
18496 | 18502 | fastest-levenshtein@^1.0.12: |
18497 | 18503 | version "1.0.12" |
@@ -26819,11 +26825,16 @@ path-exists@^5.0.0: |
26819 | 26825 | resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7" |
26820 | 26826 | integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ== |
26821 | 26827 |
|
26822 | | -path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0: |
| 26828 | +path-expression-matcher@^1.1.3: |
26823 | 26829 | version "1.2.0" |
26824 | 26830 | resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee" |
26825 | 26831 | integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ== |
26826 | 26832 |
|
| 26833 | +path-expression-matcher@^1.5.0: |
| 26834 | + version "1.5.0" |
| 26835 | + resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a" |
| 26836 | + integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ== |
| 26837 | + |
26827 | 26838 | path-is-absolute@^1.0.0: |
26828 | 26839 | version "1.0.1" |
26829 | 26840 | resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" |
@@ -31677,10 +31688,10 @@ strip-outer@^1.0.0, strip-outer@^1.0.1: |
31677 | 31688 | dependencies: |
31678 | 31689 | escape-string-regexp "^1.0.2" |
31679 | 31690 |
|
31680 | | -strnum@^2.2.2: |
31681 | | - version "2.2.2" |
31682 | | - resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.2.tgz#f11fd94ab62b536ba2ecc615858f3747c2881b3f" |
31683 | | - integrity sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA== |
| 31691 | +strnum@^2.2.3: |
| 31692 | + version "2.2.3" |
| 31693 | + resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586" |
| 31694 | + integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg== |
31684 | 31695 |
|
31685 | 31696 | strong-log-transformer@^2.1.0: |
31686 | 31697 | version "2.1.0" |
|
0 commit comments