|
7 | 7 | resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.4.tgz#2856c55443d3d461693f32d2b96fb6ea92e1ffa9" |
8 | 8 | integrity sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg== |
9 | 9 |
|
| 10 | +"@ampproject/remapping@^2.2.0": |
| 11 | + version "2.3.0" |
| 12 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" |
| 13 | + integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== |
| 14 | + dependencies: |
| 15 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 16 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 17 | + |
10 | 18 | "@antfu/ni@^0.23.0": |
11 | 19 | version "0.23.2" |
12 | 20 | resolved "https://registry.yarnpkg.com/@antfu/ni/-/ni-0.23.2.tgz#3e7eed2f02654e8b2cacf21e32f1033f455d29d2" |
|
21 | 29 | js-tokens "^4.0.0" |
22 | 30 | picocolors "^1.1.1" |
23 | 31 |
|
| 32 | +"@babel/code-frame@^7.26.0": |
| 33 | + version "7.26.2" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 35 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 36 | + dependencies: |
| 37 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 38 | + js-tokens "^4.0.0" |
| 39 | + picocolors "^1.0.0" |
| 40 | + |
24 | 41 | "@babel/compat-data@^7.27.2": |
25 | 42 | version "7.28.5" |
26 | 43 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f" |
27 | 44 | integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== |
28 | 45 |
|
29 | | -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.9", "@babel/core@^7.22.5", "@babel/core@^7.23.9", "@babel/core@^7.28.0", "@babel/core@^7.7.5": |
30 | | - version "7.28.5" |
31 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
32 | | - integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
33 | | - dependencies: |
34 | | - "@babel/code-frame" "^7.27.1" |
35 | | - "@babel/generator" "^7.28.5" |
36 | | - "@babel/helper-compilation-targets" "^7.27.2" |
37 | | - "@babel/helper-module-transforms" "^7.28.3" |
38 | | - "@babel/helpers" "^7.28.4" |
39 | | - "@babel/parser" "^7.28.5" |
40 | | - "@babel/template" "^7.27.2" |
41 | | - "@babel/traverse" "^7.28.5" |
42 | | - "@babel/types" "^7.28.5" |
43 | | - "@jridgewell/remapping" "^2.3.5" |
| 46 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.9", "@babel/core@^7.22.5", "@babel/core@^7.23.9", "@babel/core@^7.26.0", "@babel/core@^7.7.5": |
| 47 | + version "7.26.0" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 49 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
| 50 | + dependencies: |
| 51 | + "@ampproject/remapping" "^2.2.0" |
| 52 | + "@babel/code-frame" "^7.26.0" |
| 53 | + "@babel/generator" "^7.26.0" |
| 54 | + "@babel/helper-compilation-targets" "^7.25.9" |
| 55 | + "@babel/helper-module-transforms" "^7.26.0" |
| 56 | + "@babel/helpers" "^7.26.0" |
| 57 | + "@babel/parser" "^7.26.0" |
| 58 | + "@babel/template" "^7.25.9" |
| 59 | + "@babel/traverse" "^7.25.9" |
| 60 | + "@babel/types" "^7.26.0" |
44 | 61 | convert-source-map "^2.0.0" |
45 | 62 | debug "^4.1.0" |
46 | 63 | gensync "^1.0.0-beta.2" |
|
58 | 75 | "@jridgewell/trace-mapping" "^0.3.28" |
59 | 76 | jsesc "^3.0.2" |
60 | 77 |
|
61 | | -"@babel/helper-compilation-targets@^7.27.2": |
62 | | - version "7.27.2" |
63 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
64 | | - integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
| 78 | +"@babel/generator@^7.26.0": |
| 79 | + version "7.26.2" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" |
| 81 | + integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== |
| 82 | + dependencies: |
| 83 | + "@babel/parser" "^7.26.2" |
| 84 | + "@babel/types" "^7.26.0" |
| 85 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 86 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 87 | + jsesc "^3.0.2" |
| 88 | + |
| 89 | +"@babel/helper-compilation-targets@^7.25.9": |
| 90 | + version "7.25.9" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875" |
| 92 | + integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ== |
65 | 93 | dependencies: |
66 | | - "@babel/compat-data" "^7.27.2" |
67 | | - "@babel/helper-validator-option" "^7.27.1" |
| 94 | + "@babel/compat-data" "^7.25.9" |
| 95 | + "@babel/helper-validator-option" "^7.25.9" |
68 | 96 | browserslist "^4.24.0" |
69 | 97 | lru-cache "^5.1.1" |
70 | 98 | semver "^6.3.1" |
|
74 | 102 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
75 | 103 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
76 | 104 |
|
77 | | -"@babel/helper-module-imports@^7.27.1": |
| 105 | +"@babel/helper-module-imports@^7.25.9": |
78 | 106 | version "7.27.1" |
79 | 107 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
80 | 108 | integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== |
81 | 109 | dependencies: |
82 | 110 | "@babel/traverse" "^7.27.1" |
83 | 111 | "@babel/types" "^7.27.1" |
84 | 112 |
|
85 | | -"@babel/helper-module-transforms@^7.28.3": |
86 | | - version "7.28.3" |
87 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
88 | | - integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
| 113 | +"@babel/helper-module-transforms@^7.26.0": |
| 114 | + version "7.26.0" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 116 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
89 | 117 | dependencies: |
90 | | - "@babel/helper-module-imports" "^7.27.1" |
91 | | - "@babel/helper-validator-identifier" "^7.27.1" |
92 | | - "@babel/traverse" "^7.28.3" |
| 118 | + "@babel/helper-module-imports" "^7.25.9" |
| 119 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 120 | + "@babel/traverse" "^7.25.9" |
93 | 121 |
|
94 | 122 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0": |
95 | 123 | version "7.27.1" |
96 | 124 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" |
97 | 125 | integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== |
98 | 126 |
|
| 127 | +"@babel/helper-string-parser@^7.25.9": |
| 128 | + version "7.25.9" |
| 129 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 130 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 131 | + |
99 | 132 | "@babel/helper-string-parser@^7.27.1": |
100 | 133 | version "7.27.1" |
101 | 134 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
102 | 135 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
103 | 136 |
|
| 137 | +"@babel/helper-validator-identifier@^7.25.9": |
| 138 | + version "7.25.9" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 140 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 141 | + |
104 | 142 | "@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5": |
105 | 143 | version "7.28.5" |
106 | 144 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
|
111 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
112 | 150 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
113 | 151 |
|
114 | | -"@babel/helpers@^7.28.4": |
115 | | - version "7.28.4" |
116 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
117 | | - integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
| 152 | +"@babel/helpers@^7.26.0": |
| 153 | + version "7.26.0" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 155 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
118 | 156 | dependencies: |
119 | | - "@babel/template" "^7.27.2" |
120 | | - "@babel/types" "^7.28.4" |
| 157 | + "@babel/template" "^7.25.9" |
| 158 | + "@babel/types" "^7.26.0" |
121 | 159 |
|
122 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
| 160 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9": |
| 161 | + version "7.25.9" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.9.tgz#8fcaa079ac7458facfddc5cd705cc8005e4d3817" |
| 163 | + integrity sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg== |
| 164 | + dependencies: |
| 165 | + "@babel/types" "^7.25.9" |
| 166 | + |
| 167 | +"@babel/parser@^7.26.0", "@babel/parser@^7.26.2": |
| 168 | + version "7.26.2" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
| 170 | + integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
| 171 | + dependencies: |
| 172 | + "@babel/types" "^7.26.0" |
| 173 | + |
| 174 | +"@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
123 | 175 | version "7.28.5" |
124 | 176 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
125 | 177 | integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
|
245 | 297 | dependencies: |
246 | 298 | "@babel/helper-plugin-utils" "^7.27.1" |
247 | 299 |
|
248 | | -"@babel/plugin-transform-react-jsx-self@^7.27.1": |
249 | | - version "7.27.1" |
250 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" |
251 | | - integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw== |
| 300 | +"@babel/plugin-transform-react-jsx-self@^7.25.9": |
| 301 | + version "7.25.9" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858" |
| 303 | + integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg== |
252 | 304 | dependencies: |
253 | | - "@babel/helper-plugin-utils" "^7.27.1" |
| 305 | + "@babel/helper-plugin-utils" "^7.25.9" |
254 | 306 |
|
255 | | -"@babel/plugin-transform-react-jsx-source@^7.27.1": |
256 | | - version "7.27.1" |
257 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0" |
258 | | - integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw== |
| 307 | +"@babel/plugin-transform-react-jsx-source@^7.25.9": |
| 308 | + version "7.25.9" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503" |
| 310 | + integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg== |
259 | 311 | dependencies: |
260 | | - "@babel/helper-plugin-utils" "^7.27.1" |
| 312 | + "@babel/helper-plugin-utils" "^7.25.9" |
261 | 313 |
|
262 | 314 | "@babel/runtime@^7.12.5", "@babel/runtime@^7.17.8", "@babel/runtime@^7.5.5": |
263 | 315 | version "7.28.4" |
264 | 316 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" |
265 | 317 | integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== |
266 | 318 |
|
267 | | -"@babel/template@^7.22.5", "@babel/template@^7.27.2", "@babel/template@^7.3.3": |
| 319 | +"@babel/template@^7.22.5", "@babel/template@^7.25.9", "@babel/template@^7.27.2", "@babel/template@^7.3.3": |
268 | 320 | version "7.27.2" |
269 | 321 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
270 | 322 | integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
|
273 | 325 | "@babel/parser" "^7.27.2" |
274 | 326 | "@babel/types" "^7.27.1" |
275 | 327 |
|
276 | | -"@babel/traverse@^7.18.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5": |
| 328 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.25.9", "@babel/traverse@^7.27.1": |
277 | 329 | version "7.28.5" |
278 | 330 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
279 | 331 | integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
|
286 | 338 | "@babel/types" "^7.28.5" |
287 | 339 | debug "^4.3.1" |
288 | 340 |
|
289 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.27.1", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.3.3": |
| 341 | +"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.28.2", "@babel/types@^7.28.5", "@babel/types@^7.3.3": |
290 | 342 | version "7.28.5" |
291 | 343 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
292 | 344 | integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
293 | 345 | dependencies: |
294 | 346 | "@babel/helper-string-parser" "^7.27.1" |
295 | 347 | "@babel/helper-validator-identifier" "^7.28.5" |
296 | 348 |
|
| 349 | +"@babel/types@^7.26.0": |
| 350 | + version "7.26.0" |
| 351 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 352 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 353 | + dependencies: |
| 354 | + "@babel/helper-string-parser" "^7.25.9" |
| 355 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 356 | + |
297 | 357 | "@bcoe/v8-coverage@^0.2.3": |
298 | 358 | version "0.2.3" |
299 | 359 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
1393 | 1453 | "@jridgewell/sourcemap-codec" "^1.5.0" |
1394 | 1454 | "@jridgewell/trace-mapping" "^0.3.24" |
1395 | 1455 |
|
1396 | | -"@jridgewell/remapping@^2.3.5": |
1397 | | - version "2.3.5" |
1398 | | - resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" |
1399 | | - integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== |
1400 | | - dependencies: |
1401 | | - "@jridgewell/gen-mapping" "^0.3.5" |
1402 | | - "@jridgewell/trace-mapping" "^0.3.24" |
1403 | | - |
1404 | 1456 | "@jridgewell/resolve-uri@^3.1.0": |
1405 | 1457 | version "3.1.2" |
1406 | 1458 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
|
1411 | 1463 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" |
1412 | 1464 | integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== |
1413 | 1465 |
|
1414 | | -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.28": |
| 1466 | +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25", "@jridgewell/trace-mapping@^0.3.28": |
1415 | 1467 | version "0.3.31" |
1416 | 1468 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" |
1417 | 1469 | integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== |
|
1659 | 1711 | resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b" |
1660 | 1712 | integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA== |
1661 | 1713 |
|
1662 | | -"@rolldown/pluginutils@1.0.0-beta.27": |
1663 | | - version "1.0.0-beta.27" |
1664 | | - resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f" |
1665 | | - integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA== |
1666 | | - |
1667 | 1714 | "@rollup/pluginutils@^5.0.2": |
1668 | 1715 | version "5.3.0" |
1669 | 1716 | resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.3.0.tgz#57ba1b0cbda8e7a3c597a4853c807b156e21a7b4" |
|
2721 | 2768 | resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz#538b1e103bf8d9864e7b85cc96fa8d6fb6c40777" |
2722 | 2769 | integrity sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g== |
2723 | 2770 |
|
2724 | | -"@vitejs/plugin-react@^4.3.1": |
2725 | | - version "4.7.0" |
2726 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz#647af4e7bb75ad3add578e762ad984b90f4a24b9" |
2727 | | - integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA== |
| 2771 | +"@vitejs/plugin-react@^4.3.4": |
| 2772 | + version "4.3.4" |
| 2773 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz#c64be10b54c4640135a5b28a2432330e88ad7c20" |
| 2774 | + integrity sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug== |
2728 | 2775 | dependencies: |
2729 | | - "@babel/core" "^7.28.0" |
2730 | | - "@babel/plugin-transform-react-jsx-self" "^7.27.1" |
2731 | | - "@babel/plugin-transform-react-jsx-source" "^7.27.1" |
2732 | | - "@rolldown/pluginutils" "1.0.0-beta.27" |
| 2776 | + "@babel/core" "^7.26.0" |
| 2777 | + "@babel/plugin-transform-react-jsx-self" "^7.25.9" |
| 2778 | + "@babel/plugin-transform-react-jsx-source" "^7.25.9" |
2733 | 2779 | "@types/babel__core" "^7.20.5" |
2734 | | - react-refresh "^0.17.0" |
| 2780 | + react-refresh "^0.14.2" |
2735 | 2781 |
|
2736 | 2782 | "@vitest/expect@2.0.5": |
2737 | 2783 | version "2.0.5" |
@@ -7822,7 +7868,7 @@ pathval@^2.0.0: |
7822 | 7868 | resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.1.tgz#8855c5a2899af072d6ac05d11e46045ad0dc605d" |
7823 | 7869 | integrity sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ== |
7824 | 7870 |
|
7825 | | -picocolors@^1.1.0, picocolors@^1.1.1: |
| 7871 | +picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1: |
7826 | 7872 | version "1.1.1" |
7827 | 7873 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
7828 | 7874 | integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
|
0 commit comments