|
118 | 118 | json5 "^2.2.3" |
119 | 119 | semver "^6.3.1" |
120 | 120 |
|
121 | | -"@babel/ [email protected]" , "@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.24.5": |
| 121 | + |
122 | 122 | version "7.26.0" |
123 | 123 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
124 | 124 | integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
|
139 | 139 | json5 "^2.2.3" |
140 | 140 | semver "^6.3.1" |
141 | 141 |
|
| 142 | +"@babel/core@^7.14.0", "@babel/core@^7.22.9", "@babel/core@^7.28.4": |
| 143 | + version "7.28.5" |
| 144 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 145 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
| 146 | + dependencies: |
| 147 | + "@babel/code-frame" "^7.27.1" |
| 148 | + "@babel/generator" "^7.28.5" |
| 149 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 150 | + "@babel/helper-module-transforms" "^7.28.3" |
| 151 | + "@babel/helpers" "^7.28.4" |
| 152 | + "@babel/parser" "^7.28.5" |
| 153 | + "@babel/template" "^7.27.2" |
| 154 | + "@babel/traverse" "^7.28.5" |
| 155 | + "@babel/types" "^7.28.5" |
| 156 | + "@jridgewell/remapping" "^2.3.5" |
| 157 | + convert-source-map "^2.0.0" |
| 158 | + debug "^4.1.0" |
| 159 | + gensync "^1.0.0-beta.2" |
| 160 | + json5 "^2.2.3" |
| 161 | + semver "^6.3.1" |
| 162 | + |
142 | 163 | |
143 | 164 | version "7.25.9" |
144 | 165 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c" |
|
148 | 169 | eslint-visitor-keys "^2.1.0" |
149 | 170 | semver "^6.3.1" |
150 | 171 |
|
151 | | -"@babel/generator@^7.14.0", "@babel/generator@^7.18.13", "@babel/generator@^7.25.0", "@babel/generator@^7.26.0", "@babel/generator@^7.28.3": |
152 | | - version "7.28.3" |
153 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
154 | | - integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
| 172 | +"@babel/generator@^7.14.0", "@babel/generator@^7.18.13", "@babel/generator@^7.25.0", "@babel/generator@^7.26.0", "@babel/generator@^7.28.5": |
| 173 | + version "7.28.5" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 175 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
155 | 176 | dependencies: |
156 | | - "@babel/parser" "^7.28.3" |
157 | | - "@babel/types" "^7.28.2" |
| 177 | + "@babel/parser" "^7.28.5" |
| 178 | + "@babel/types" "^7.28.5" |
158 | 179 | "@jridgewell/gen-mapping" "^0.3.12" |
159 | 180 | "@jridgewell/trace-mapping" "^0.3.28" |
160 | 181 | jsesc "^3.0.2" |
|
231 | 252 | "@babel/traverse" "^7.27.1" |
232 | 253 | "@babel/types" "^7.27.1" |
233 | 254 |
|
234 | | -"@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1": |
| 255 | +"@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3": |
235 | 256 | version "7.28.3" |
236 | 257 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
237 | 258 | integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
|
247 | 268 | dependencies: |
248 | 269 | "@babel/types" "^7.27.1" |
249 | 270 |
|
250 | | -"@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.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 271 | +"@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.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
251 | 272 | version "7.27.1" |
252 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c" |
253 | 274 | integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw== |
|
283 | 304 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
284 | 305 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
285 | 306 |
|
286 | | -"@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.27.1": |
287 | | - version "7.27.1" |
288 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
289 | | - integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 307 | +"@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5": |
| 308 | + version "7.28.5" |
| 309 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 310 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
290 | 311 |
|
291 | 312 | "@babel/helper-validator-option@^7.24.8", "@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1": |
292 | 313 | version "7.27.1" |
|
302 | 323 | "@babel/traverse" "^7.28.3" |
303 | 324 | "@babel/types" "^7.28.2" |
304 | 325 |
|
305 | | -"@babel/helpers@^7.25.0", "@babel/helpers@^7.26.0": |
| 326 | +"@babel/helpers@^7.25.0", "@babel/helpers@^7.26.0", "@babel/helpers@^7.28.4": |
306 | 327 | version "7.28.4" |
307 | 328 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
308 | 329 | integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
309 | 330 | dependencies: |
310 | 331 | "@babel/template" "^7.27.2" |
311 | 332 | "@babel/types" "^7.28.4" |
312 | 333 |
|
313 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.24.7", "@babel/parser@^7.25.0", "@babel/parser@^7.26.0", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4": |
314 | | - version "7.28.4" |
315 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
316 | | - integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
| 334 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.16.8", "@babel/parser@^7.20.7", "@babel/parser@^7.24.7", "@babel/parser@^7.25.0", "@babel/parser@^7.26.0", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5": |
| 335 | + version "7.28.5" |
| 336 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 337 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
317 | 338 | dependencies: |
318 | | - "@babel/types" "^7.28.4" |
| 339 | + "@babel/types" "^7.28.5" |
319 | 340 |
|
320 | 341 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3", "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9": |
321 | 342 | version "7.27.1" |
|
866 | 887 | dependencies: |
867 | 888 | "@babel/plugin-transform-react-jsx" "^7.27.1" |
868 | 889 |
|
869 | | -"@babel/plugin-transform-react-jsx-self@^7.24.5": |
870 | | - version "7.24.7" |
871 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz#66bff0248ea0b549972e733516ffad577477bdab" |
872 | | - integrity sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw== |
| 890 | +"@babel/plugin-transform-react-jsx-self@^7.27.1": |
| 891 | + version "7.27.1" |
| 892 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz#af678d8506acf52c577cac73ff7fe6615c85fc92" |
| 893 | + integrity sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw== |
873 | 894 | dependencies: |
874 | | - "@babel/helper-plugin-utils" "^7.24.7" |
| 895 | + "@babel/helper-plugin-utils" "^7.27.1" |
875 | 896 |
|
876 | | -"@babel/plugin-transform-react-jsx-source@^7.24.1": |
877 | | - version "7.24.7" |
878 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz#1198aab2548ad19582013815c938d3ebd8291ee3" |
879 | | - integrity sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ== |
| 897 | +"@babel/plugin-transform-react-jsx-source@^7.27.1": |
| 898 | + version "7.27.1" |
| 899 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz#dcfe2c24094bb757bf73960374e7c55e434f19f0" |
| 900 | + integrity sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw== |
880 | 901 | dependencies: |
881 | | - "@babel/helper-plugin-utils" "^7.24.7" |
| 902 | + "@babel/helper-plugin-utils" "^7.27.1" |
882 | 903 |
|
883 | 904 | "@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.25.9", "@babel/plugin-transform-react-jsx@^7.27.1": |
884 | 905 | version "7.27.1" |
|
1220 | 1241 | "@babel/parser" "^7.27.2" |
1221 | 1242 | "@babel/types" "^7.27.1" |
1222 | 1243 |
|
1223 | | -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
1224 | | - version "7.28.4" |
1225 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
1226 | | - integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
| 1244 | +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5": |
| 1245 | + version "7.28.5" |
| 1246 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 1247 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
1227 | 1248 | dependencies: |
1228 | 1249 | "@babel/code-frame" "^7.27.1" |
1229 | | - "@babel/generator" "^7.28.3" |
| 1250 | + "@babel/generator" "^7.28.5" |
1230 | 1251 | "@babel/helper-globals" "^7.28.0" |
1231 | | - "@babel/parser" "^7.28.4" |
| 1252 | + "@babel/parser" "^7.28.5" |
1232 | 1253 | "@babel/template" "^7.27.2" |
1233 | | - "@babel/types" "^7.28.4" |
| 1254 | + "@babel/types" "^7.28.5" |
1234 | 1255 | debug "^4.3.1" |
1235 | 1256 |
|
1236 | | -"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.13", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.26.0", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.0", "@babel/types@^7.4.4": |
1237 | | - version "7.28.4" |
1238 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
1239 | | - integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
| 1257 | +"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.18.13", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.26.0", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.3.0", "@babel/types@^7.4.4": |
| 1258 | + version "7.28.5" |
| 1259 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 1260 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
1240 | 1261 | dependencies: |
1241 | 1262 | "@babel/helper-string-parser" "^7.27.1" |
1242 | | - "@babel/helper-validator-identifier" "^7.27.1" |
| 1263 | + "@babel/helper-validator-identifier" "^7.28.5" |
1243 | 1264 |
|
1244 | 1265 | "@braintree/sanitize-url@^7.0.1": |
1245 | 1266 | version "7.1.0" |
|
3326 | 3347 | "@jridgewell/set-array" "^1.0.0" |
3327 | 3348 | "@jridgewell/sourcemap-codec" "^1.4.10" |
3328 | 3349 |
|
3329 | | -"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.2": |
| 3350 | +"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5": |
3330 | 3351 | version "0.3.13" |
3331 | 3352 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
3332 | 3353 | integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== |
3333 | 3354 | dependencies: |
3334 | 3355 | "@jridgewell/sourcemap-codec" "^1.5.0" |
3335 | 3356 | "@jridgewell/trace-mapping" "^0.3.24" |
3336 | 3357 |
|
| 3358 | +"@jridgewell/remapping@^2.3.5": |
| 3359 | + version "2.3.5" |
| 3360 | + resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" |
| 3361 | + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== |
| 3362 | + dependencies: |
| 3363 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 3364 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 3365 | + |
3337 | 3366 | "@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": |
3338 | 3367 | version "3.1.0" |
3339 | 3368 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
|
4137 | 4166 | resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca" |
4138 | 4167 | integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA== |
4139 | 4168 |
|
| 4169 | + |
| 4170 | + version "1.0.0-beta.43" |
| 4171 | + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.43.tgz#fa8249860113711ad3c8053bc79cb07c79b77f62" |
| 4172 | + integrity sha512-5Uxg7fQUCmfhax7FJke2+8B6cqgeUJUD9o2uXIKXhD+mG0mL6NObmVoi9wXEU1tY89mZKgAYA6fTbftx3q2ZPQ== |
| 4173 | + |
4140 | 4174 | |
4141 | 4175 | version "4.52.5" |
4142 | 4176 | resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz#0f44a2f8668ed87b040b6fe659358ac9239da4db" |
|
5062 | 5096 | dependencies: |
5063 | 5097 | "@swc/core" "^1.3.42" |
5064 | 5098 |
|
5065 | | -"@vitejs/plugin-react@^4.0.0": |
5066 | | - version "4.3.1" |
5067 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e" |
5068 | | - integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg== |
| 5099 | +"@vitejs/plugin-react@^5.0.0": |
| 5100 | + version "5.1.0" |
| 5101 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.0.tgz#1f37671a227571437d6e324b824256dac157570e" |
| 5102 | + integrity sha512-4LuWrg7EKWgQaMJfnN+wcmbAW+VSsCmqGohftWjuct47bv8uE4n/nPpq4XjJPsxgq00GGG5J8dvBczp8uxScew== |
5069 | 5103 | dependencies: |
5070 | | - "@babel/core" "^7.24.5" |
5071 | | - "@babel/plugin-transform-react-jsx-self" "^7.24.5" |
5072 | | - "@babel/plugin-transform-react-jsx-source" "^7.24.1" |
| 5104 | + "@babel/core" "^7.28.4" |
| 5105 | + "@babel/plugin-transform-react-jsx-self" "^7.27.1" |
| 5106 | + "@babel/plugin-transform-react-jsx-source" "^7.27.1" |
| 5107 | + "@rolldown/pluginutils" "1.0.0-beta.43" |
5073 | 5108 | "@types/babel__core" "^7.20.5" |
5074 | | - react-refresh "^0.14.2" |
| 5109 | + react-refresh "^0.18.0" |
5075 | 5110 |
|
5076 | 5111 | "@vitejs/plugin-vue@^5.0.0": |
5077 | 5112 | version "5.1.2" |
|
12507 | 12542 | prop-types "^15.7.2" |
12508 | 12543 | react-fast-compare "^3.0.1" |
12509 | 12544 |
|
12510 | | -react-refresh@^0.14.2: |
12511 | | - version "0.14.2" |
12512 | | - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9" |
12513 | | - integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA== |
| 12545 | +react-refresh@^0.18.0: |
| 12546 | + version "0.18.0" |
| 12547 | + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062" |
| 12548 | + integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw== |
12514 | 12549 |
|
12515 | 12550 | |
12516 | 12551 | version "5.8.0" |
|
0 commit comments