|
2550 | 2550 | resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz" |
2551 | 2551 | integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== |
2552 | 2552 |
|
| 2553 | +"@nodable/entities@^2.1.0": |
| 2554 | + version "2.1.0" |
| 2555 | + resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2" |
| 2556 | + integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA== |
| 2557 | + |
2553 | 2558 | "@nodelib/fs.scandir@2.1.5": |
2554 | 2559 | version "2.1.5" |
2555 | 2560 | resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" |
@@ -7129,21 +7134,24 @@ fast-uri@^3.0.1: |
7129 | 7134 | resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz" |
7130 | 7135 | integrity sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw== |
7131 | 7136 |
|
7132 | | -fast-xml-builder@^1.1.4: |
7133 | | - version "1.1.4" |
7134 | | - resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017" |
7135 | | - integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg== |
| 7137 | +fast-xml-builder@^1.2.0: |
| 7138 | + version "1.2.0" |
| 7139 | + resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c" |
| 7140 | + integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q== |
7136 | 7141 | dependencies: |
7137 | | - path-expression-matcher "^1.1.3" |
| 7142 | + path-expression-matcher "^1.5.0" |
| 7143 | + xml-naming "^0.1.0" |
7138 | 7144 |
|
7139 | 7145 | fast-xml-parser@^5.5.1: |
7140 | | - version "5.5.9" |
7141 | | - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527" |
7142 | | - integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g== |
| 7146 | + version "5.8.0" |
| 7147 | + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz#64d71f0f8d4bf23621dffd762aef7e98c1884fc1" |
| 7148 | + integrity sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg== |
7143 | 7149 | dependencies: |
7144 | | - fast-xml-builder "^1.1.4" |
7145 | | - path-expression-matcher "^1.2.0" |
7146 | | - strnum "^2.2.2" |
| 7150 | + "@nodable/entities" "^2.1.0" |
| 7151 | + fast-xml-builder "^1.2.0" |
| 7152 | + path-expression-matcher "^1.5.0" |
| 7153 | + strnum "^2.3.0" |
| 7154 | + xml-naming "^0.1.0" |
7147 | 7155 |
|
7148 | 7156 | fastest-stable-stringify@^2.0.2: |
7149 | 7157 | version "2.0.2" |
@@ -11205,15 +11213,10 @@ path-exists@^5.0.0: |
11205 | 11213 | resolved "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz" |
11206 | 11214 | integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ== |
11207 | 11215 |
|
11208 | | -path-expression-matcher@^1.1.3: |
11209 | | - version "1.1.3" |
11210 | | - resolved "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz" |
11211 | | - integrity sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ== |
11212 | | - |
11213 | | -path-expression-matcher@^1.2.0: |
11214 | | - version "1.2.0" |
11215 | | - resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee" |
11216 | | - integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ== |
| 11216 | +path-expression-matcher@^1.5.0: |
| 11217 | + version "1.5.0" |
| 11218 | + resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a" |
| 11219 | + integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ== |
11217 | 11220 |
|
11218 | 11221 | path-is-absolute@^1.0.0: |
11219 | 11222 | version "1.0.1" |
@@ -13584,10 +13587,10 @@ strip-json-comments@~2.0.1: |
13584 | 13587 | resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz" |
13585 | 13588 | integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== |
13586 | 13589 |
|
13587 | | -strnum@^2.2.2: |
13588 | | - version "2.2.2" |
13589 | | - resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.2.tgz#f11fd94ab62b536ba2ecc615858f3747c2881b3f" |
13590 | | - integrity sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA== |
| 13590 | +strnum@^2.3.0: |
| 13591 | + version "2.3.0" |
| 13592 | + resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.3.0.tgz#81bfbfef53db8c3217ea62a98c026886ec4a2761" |
| 13593 | + integrity sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q== |
13591 | 13594 |
|
13592 | 13595 | style-to-object@^0.4.0, style-to-object@^0.4.1: |
13593 | 13596 | version "0.4.4" |
@@ -14778,6 +14781,11 @@ xml-js@^1.6.11: |
14778 | 14781 | dependencies: |
14779 | 14782 | sax "^1.2.4" |
14780 | 14783 |
|
| 14784 | +xml-naming@^0.1.0: |
| 14785 | + version "0.1.0" |
| 14786 | + resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8" |
| 14787 | + integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw== |
| 14788 | + |
14781 | 14789 | xml-parser-xo@^3.2.0: |
14782 | 14790 | version "3.2.0" |
14783 | 14791 | resolved "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-3.2.0.tgz" |
|
0 commit comments