|
20 | 20 | picocolors "^1.1.1"
|
21 | 21 |
|
22 | 22 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
|
23 |
| - version "7.27.2" |
24 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9" |
25 |
| - integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== |
| 23 | + version "7.27.3" |
| 24 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111" |
| 25 | + integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw== |
26 | 26 |
|
27 | 27 | "@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.23.2", "@babel/core@^7.23.6", "@babel/core@^7.24.4", "@babel/core@^7.27.1", "@babel/core@^7.3.4":
|
28 |
| - version "7.27.1" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
30 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 28 | + version "7.27.3" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.3.tgz#d7d05502bccede3cab36373ed142e6a1df554c2f" |
| 30 | + integrity sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA== |
31 | 31 | dependencies:
|
32 | 32 | "@ampproject/remapping" "^2.2.0"
|
33 | 33 | "@babel/code-frame" "^7.27.1"
|
34 |
| - "@babel/generator" "^7.27.1" |
35 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
36 |
| - "@babel/helper-module-transforms" "^7.27.1" |
37 |
| - "@babel/helpers" "^7.27.1" |
38 |
| - "@babel/parser" "^7.27.1" |
39 |
| - "@babel/template" "^7.27.1" |
40 |
| - "@babel/traverse" "^7.27.1" |
41 |
| - "@babel/types" "^7.27.1" |
| 34 | + "@babel/generator" "^7.27.3" |
| 35 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 36 | + "@babel/helper-module-transforms" "^7.27.3" |
| 37 | + "@babel/helpers" "^7.27.3" |
| 38 | + "@babel/parser" "^7.27.3" |
| 39 | + "@babel/template" "^7.27.2" |
| 40 | + "@babel/traverse" "^7.27.3" |
| 41 | + "@babel/types" "^7.27.3" |
42 | 42 | convert-source-map "^2.0.0"
|
43 | 43 | debug "^4.1.0"
|
44 | 44 | gensync "^1.0.0-beta.2"
|
|
54 | 54 | eslint-visitor-keys "^2.1.0"
|
55 | 55 | semver "^6.3.1"
|
56 | 56 |
|
57 |
| -"@babel/generator@^7.27.1": |
58 |
| - version "7.27.1" |
59 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230" |
60 |
| - integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w== |
| 57 | +"@babel/generator@^7.27.3": |
| 58 | + version "7.27.3" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 60 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
61 | 61 | dependencies:
|
62 |
| - "@babel/parser" "^7.27.1" |
63 |
| - "@babel/types" "^7.27.1" |
| 62 | + "@babel/parser" "^7.27.3" |
| 63 | + "@babel/types" "^7.27.3" |
64 | 64 | "@jridgewell/gen-mapping" "^0.3.5"
|
65 | 65 | "@jridgewell/trace-mapping" "^0.3.25"
|
66 | 66 | jsesc "^3.0.2"
|
67 | 67 |
|
68 | 68 | "@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.27.1":
|
69 |
| - version "7.27.1" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz#4345d81a9a46a6486e24d069469f13e60445c05d" |
71 |
| - integrity sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow== |
| 69 | + version "7.27.3" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
| 71 | + integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg== |
72 | 72 | dependencies:
|
73 |
| - "@babel/types" "^7.27.1" |
| 73 | + "@babel/types" "^7.27.3" |
74 | 74 |
|
75 | 75 | "@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
|
76 | 76 | version "7.27.2"
|
|
132 | 132 | "@babel/traverse" "^7.27.1"
|
133 | 133 | "@babel/types" "^7.27.1"
|
134 | 134 |
|
135 |
| -"@babel/helper-module-transforms@^7.27.1": |
136 |
| - version "7.27.1" |
137 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
138 |
| - integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g== |
| 135 | +"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3": |
| 136 | + version "7.27.3" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 138 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
139 | 139 | dependencies:
|
140 | 140 | "@babel/helper-module-imports" "^7.27.1"
|
141 | 141 | "@babel/helper-validator-identifier" "^7.27.1"
|
142 |
| - "@babel/traverse" "^7.27.1" |
| 142 | + "@babel/traverse" "^7.27.3" |
143 | 143 |
|
144 | 144 | "@babel/helper-optimise-call-expression@^7.27.1":
|
145 | 145 | version "7.27.1"
|
|
203 | 203 | "@babel/traverse" "^7.27.1"
|
204 | 204 | "@babel/types" "^7.27.1"
|
205 | 205 |
|
206 |
| -"@babel/helpers@^7.27.1": |
207 |
| - version "7.27.1" |
208 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
209 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 206 | +"@babel/helpers@^7.27.3": |
| 207 | + version "7.27.3" |
| 208 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0" |
| 209 | + integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg== |
210 | 210 | dependencies:
|
211 |
| - "@babel/template" "^7.27.1" |
212 |
| - "@babel/types" "^7.27.1" |
| 211 | + "@babel/template" "^7.27.2" |
| 212 | + "@babel/types" "^7.27.3" |
213 | 213 |
|
214 |
| -"@babel/parser@^7.27.1", "@babel/parser@^7.27.2", "@babel/parser@^7.4.5": |
215 |
| - version "7.27.2" |
216 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127" |
217 |
| - integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw== |
| 214 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.4.5": |
| 215 | + version "7.27.3" |
| 216 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
| 217 | + integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
218 | 218 | dependencies:
|
219 |
| - "@babel/types" "^7.27.1" |
| 219 | + "@babel/types" "^7.27.3" |
220 | 220 |
|
221 | 221 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
222 | 222 | version "7.27.1"
|
|
373 | 373 | "@babel/helper-plugin-utils" "^7.27.1"
|
374 | 374 |
|
375 | 375 | "@babel/plugin-transform-block-scoping@^7.27.1":
|
376 |
| - version "7.27.1" |
377 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.1.tgz#bc0dbe8ac6de5602981ba58ef68c6df8ef9bfbb3" |
378 |
| - integrity sha512-QEcFlMl9nGTgh1rn2nIeU5bkfb9BAjaQcWbiP4LvKxUot52ABcTkpcyJ7f2Q2U2RuQ84BNLgts3jRme2dTx6Fw== |
| 376 | + version "7.27.3" |
| 377 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.3.tgz#a21f37e222dc0a7b91c3784fa3bd4edf8d7a6dc1" |
| 378 | + integrity sha512-+F8CnfhuLhwUACIJMLWnjz6zvzYM2r0yeIHKlbgfw7ml8rOMJsXNXV/hyRcb3nb493gRs4WvYpQAndWj/qQmkQ== |
379 | 379 | dependencies:
|
380 | 380 | "@babel/helper-plugin-utils" "^7.27.1"
|
381 | 381 |
|
|
415 | 415 | "@babel/helper-plugin-utils" "^7.27.1"
|
416 | 416 | "@babel/template" "^7.27.1"
|
417 | 417 |
|
418 |
| -"@babel/plugin-transform-destructuring@^7.27.1": |
419 |
| - version "7.27.1" |
420 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656" |
421 |
| - integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q== |
| 418 | +"@babel/plugin-transform-destructuring@^7.27.1", "@babel/plugin-transform-destructuring@^7.27.3": |
| 419 | + version "7.27.3" |
| 420 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz#3cc8299ed798d9a909f8d66ddeb40849ec32e3b0" |
| 421 | + integrity sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA== |
422 | 422 | dependencies:
|
423 | 423 | "@babel/helper-plugin-utils" "^7.27.1"
|
424 | 424 |
|
|
575 | 575 | "@babel/helper-plugin-utils" "^7.27.1"
|
576 | 576 |
|
577 | 577 | "@babel/plugin-transform-object-rest-spread@^7.27.2":
|
578 |
| - version "7.27.2" |
579 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973" |
580 |
| - integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g== |
| 578 | + version "7.27.3" |
| 579 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.3.tgz#ce130aa73fef828bc3e3e835f9bc6144be3eb1c0" |
| 580 | + integrity sha512-7ZZtznF9g4l2JCImCo5LNKFHB5eXnN39lLtLY5Tg+VkR0jwOt7TBciMckuiQIOIW7L5tkQOCh3bVGYeXgMx52Q== |
581 | 581 | dependencies:
|
582 | 582 | "@babel/helper-compilation-targets" "^7.27.2"
|
583 | 583 | "@babel/helper-plugin-utils" "^7.27.1"
|
584 |
| - "@babel/plugin-transform-destructuring" "^7.27.1" |
| 584 | + "@babel/plugin-transform-destructuring" "^7.27.3" |
585 | 585 | "@babel/plugin-transform-parameters" "^7.27.1"
|
586 | 586 |
|
587 | 587 | "@babel/plugin-transform-object-super@^7.27.1":
|
|
661 | 661 | "@babel/helper-plugin-utils" "^7.27.1"
|
662 | 662 |
|
663 | 663 | "@babel/plugin-transform-runtime@^7.13.9":
|
664 |
| - version "7.27.1" |
665 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.1.tgz#f9fbf71949a209eb26b3e60375b1d956937b8be9" |
666 |
| - integrity sha512-TqGF3desVsTcp3WrJGj4HfKokfCXCLcHpt4PJF0D8/iT6LPd9RS82Upw3KPeyr6B22Lfd3DO8MVrmp0oRkUDdw== |
| 664 | + version "7.27.3" |
| 665 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.3.tgz#ad35f1eff5ba18a5e23f7270e939fb5a59d3ec0b" |
| 666 | + integrity sha512-bA9ZL5PW90YwNgGfjg6U+7Qh/k3zCEQJ06BFgAGRp/yMjw9hP9UGbGPtx3KSOkHGljEPCCxaE+PH4fUR2h1sDw== |
667 | 667 | dependencies:
|
668 | 668 | "@babel/helper-module-imports" "^7.27.1"
|
669 | 669 | "@babel/helper-plugin-utils" "^7.27.1"
|
|
850 | 850 | regenerator-runtime "^0.13.4"
|
851 | 851 |
|
852 | 852 | "@babel/runtime@^7.14.0":
|
853 |
| - version "7.27.1" |
854 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541" |
855 |
| - integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog== |
| 853 | + version "7.27.3" |
| 854 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.3.tgz#10491113799fb8d77e1d9273384d5d68deeea8f6" |
| 855 | + integrity sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw== |
856 | 856 |
|
857 |
| -"@babel/template@^7.27.1": |
| 857 | +"@babel/template@^7.27.1", "@babel/template@^7.27.2": |
858 | 858 | version "7.27.2"
|
859 | 859 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
|
860 | 860 | integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
|
|
863 | 863 | "@babel/parser" "^7.27.2"
|
864 | 864 | "@babel/types" "^7.27.1"
|
865 | 865 |
|
866 |
| -"@babel/traverse@^7.27.1", "@babel/traverse@^7.4.5": |
867 |
| - version "7.27.1" |
868 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
869 |
| - integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg== |
| 866 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.4.5": |
| 867 | + version "7.27.3" |
| 868 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae" |
| 869 | + integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ== |
870 | 870 | dependencies:
|
871 | 871 | "@babel/code-frame" "^7.27.1"
|
872 |
| - "@babel/generator" "^7.27.1" |
873 |
| - "@babel/parser" "^7.27.1" |
874 |
| - "@babel/template" "^7.27.1" |
875 |
| - "@babel/types" "^7.27.1" |
| 872 | + "@babel/generator" "^7.27.3" |
| 873 | + "@babel/parser" "^7.27.3" |
| 874 | + "@babel/template" "^7.27.2" |
| 875 | + "@babel/types" "^7.27.3" |
876 | 876 | debug "^4.3.1"
|
877 | 877 | globals "^11.1.0"
|
878 | 878 |
|
879 |
| -"@babel/types@^7.27.1", "@babel/types@^7.4.4": |
880 |
| - version "7.27.1" |
881 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
882 |
| - integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
| 879 | +"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.4.4": |
| 880 | + version "7.27.3" |
| 881 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 882 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
883 | 883 | dependencies:
|
884 | 884 | "@babel/helper-string-parser" "^7.27.1"
|
885 | 885 | "@babel/helper-validator-identifier" "^7.27.1"
|
|
893 | 893 | minimist "^1.2.0"
|
894 | 894 |
|
895 | 895 | "@csstools/css-parser-algorithms@^3.0.4":
|
896 |
| - version "3.0.4" |
897 |
| - resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz#74426e93bd1c4dcab3e441f5cc7ba4fb35d94356" |
898 |
| - integrity sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A== |
| 896 | + version "3.0.5" |
| 897 | + resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.5.tgz#5755370a9a29abaec5515b43c8b3f2cf9c2e3076" |
| 898 | + integrity sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ== |
899 | 899 |
|
900 | 900 | "@csstools/css-tokenizer@^3.0.3":
|
901 |
| - version "3.0.3" |
902 |
| - resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz#a5502c8539265fecbd873c1e395a890339f119c2" |
903 |
| - integrity sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw== |
| 901 | + version "3.0.4" |
| 902 | + resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.4.tgz#333fedabc3fd1a8e5d0100013731cf19e6a8c5d3" |
| 903 | + integrity sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw== |
904 | 904 |
|
905 | 905 | "@csstools/media-query-list-parser@^4.0.2":
|
906 |
| - version "4.0.2" |
907 |
| - resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz#e80e17eba1693fceafb8d6f2cfc68c0e7a9ab78a" |
908 |
| - integrity sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A== |
| 906 | + version "4.0.3" |
| 907 | + resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.3.tgz#7aec77bcb89c2da80ef207e73f474ef9e1b3cdf1" |
| 908 | + integrity sha512-HAYH7d3TLRHDOUQK4mZKf9k9Ph/m8Akstg66ywKR4SFAigjs3yBiUeZtFxywiTm5moZMAp/5W/ZuFnNXXYLuuQ== |
909 | 909 |
|
910 | 910 | "@csstools/selector-specificity@^5.0.0":
|
911 | 911 | version "5.0.0"
|
|
1783 | 1783 | integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
|
1784 | 1784 |
|
1785 | 1785 | "@types/node@*", "@types/node@>=10.0.0":
|
1786 |
| - version "22.15.21" |
1787 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.21.tgz#196ef14fe20d87f7caf1e7b39832767f9a995b77" |
1788 |
| - integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ== |
| 1786 | + version "22.15.23" |
| 1787 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.23.tgz#a0b7c03f951f1ffe381a6a345c68d80e48043dd0" |
| 1788 | + integrity sha512-7Ec1zaFPF4RJ0eXu1YT/xgiebqwqoJz8rYPDi/O2BcZ++Wpt0Kq9cl0eg6NN6bYbPnR67ZLo7St5Q3UK0SnARw== |
1789 | 1789 | dependencies:
|
1790 | 1790 | undici-types "~6.21.0"
|
1791 | 1791 |
|
|
3930 | 3930 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
3931 | 3931 |
|
3932 | 3932 | electron-to-chromium@^1.5.149:
|
3933 |
| - version "1.5.158" |
3934 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.158.tgz#e5f01fc7fdf810d9d223e30593e0839c306276d4" |
3935 |
| - integrity sha512-9vcp2xHhkvraY6AHw2WMi+GDSLPX42qe2xjYaVoZqFRJiOcilVQFq9mZmpuHEQpzlgGDelKlV7ZiGcmMsc8WxQ== |
| 3933 | + version "1.5.159" |
| 3934 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.159.tgz#b909c4a5dbd00674f18419199f71c945a199effe" |
| 3935 | + integrity sha512-CEvHptWAMV5p6GJ0Lq8aheyvVbfzVrv5mmidu1D3pidoVNkB3tTBsTMVtPJ+rzRK5oV229mCLz9Zj/hNvU8GBA== |
3936 | 3936 |
|
3937 | 3937 | ember-auto-import@^2.10.0:
|
3938 | 3938 | version "2.10.0"
|
@@ -9527,9 +9527,9 @@ terser-webpack-plugin@^5.3.11:
|
9527 | 9527 | terser "^5.31.1"
|
9528 | 9528 |
|
9529 | 9529 | terser@^5.31.1, terser@^5.7.0:
|
9530 |
| - version "5.39.2" |
9531 |
| - resolved "https://registry.yarnpkg.com/terser/-/terser-5.39.2.tgz#5a1626030724a672e2e5b5c9cd9070308c20e8f9" |
9532 |
| - integrity sha512-yEPUmWve+VA78bI71BW70Dh0TuV4HHd+I5SHOAfS1+QBOmvmCiiffgjR8ryyEd3KIfvPGFqoADt8LdQ6XpXIvg== |
| 9530 | + version "5.40.0" |
| 9531 | + resolved "https://registry.yarnpkg.com/terser/-/terser-5.40.0.tgz#839a80db42bfee8340085f44ea99b5cba36c55c8" |
| 9532 | + integrity sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA== |
9533 | 9533 | dependencies:
|
9534 | 9534 | "@jridgewell/source-map" "^0.3.3"
|
9535 | 9535 | acorn "^8.14.0"
|
|
0 commit comments