|
16 | 16 | js-tokens "^4.0.0" |
17 | 17 | picocolors "^1.1.1" |
18 | 18 |
|
| 19 | +"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": |
| 20 | + version "7.29.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 22 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 23 | + dependencies: |
| 24 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 25 | + js-tokens "^4.0.0" |
| 26 | + picocolors "^1.1.1" |
| 27 | + |
19 | 28 | "@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5": |
20 | 29 | version "7.28.5" |
21 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f" |
22 | 31 | integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA== |
23 | 32 |
|
24 | | -"@babel/core@7.28.5", "@babel/core@^7.12.10", "@babel/core@^7.18.9", "@babel/core@^7.24.4", "@babel/core@^7.28.0": |
| 33 | +"@babel/compat-data@^7.28.6": |
| 34 | + version "7.29.0" |
| 35 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
| 36 | + integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
| 37 | + |
| 38 | +"@babel/core@7.29.0": |
| 39 | + version "7.29.0" |
| 40 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" |
| 41 | + integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== |
| 42 | + dependencies: |
| 43 | + "@babel/code-frame" "^7.29.0" |
| 44 | + "@babel/generator" "^7.29.0" |
| 45 | + "@babel/helper-compilation-targets" "^7.28.6" |
| 46 | + "@babel/helper-module-transforms" "^7.28.6" |
| 47 | + "@babel/helpers" "^7.28.6" |
| 48 | + "@babel/parser" "^7.29.0" |
| 49 | + "@babel/template" "^7.28.6" |
| 50 | + "@babel/traverse" "^7.29.0" |
| 51 | + "@babel/types" "^7.29.0" |
| 52 | + "@jridgewell/remapping" "^2.3.5" |
| 53 | + convert-source-map "^2.0.0" |
| 54 | + debug "^4.1.0" |
| 55 | + gensync "^1.0.0-beta.2" |
| 56 | + json5 "^2.2.3" |
| 57 | + semver "^6.3.1" |
| 58 | + |
| 59 | +"@babel/core@^7.12.10", "@babel/core@^7.18.9", "@babel/core@^7.24.4", "@babel/core@^7.28.0": |
25 | 60 | version "7.28.5" |
26 | 61 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
27 | 62 | integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
|
53 | 88 | "@jridgewell/trace-mapping" "^0.3.28" |
54 | 89 | jsesc "^3.0.2" |
55 | 90 |
|
| 91 | +"@babel/generator@^7.29.0": |
| 92 | + version "7.29.1" |
| 93 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
| 94 | + integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== |
| 95 | + dependencies: |
| 96 | + "@babel/parser" "^7.29.0" |
| 97 | + "@babel/types" "^7.29.0" |
| 98 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 99 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 100 | + jsesc "^3.0.2" |
| 101 | + |
56 | 102 | "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3": |
57 | 103 | version "7.27.3" |
58 | 104 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5" |
|
71 | 117 | lru-cache "^5.1.1" |
72 | 118 | semver "^6.3.1" |
73 | 119 |
|
| 120 | +"@babel/helper-compilation-targets@^7.28.6": |
| 121 | + version "7.28.6" |
| 122 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" |
| 123 | + integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== |
| 124 | + dependencies: |
| 125 | + "@babel/compat-data" "^7.28.6" |
| 126 | + "@babel/helper-validator-option" "^7.27.1" |
| 127 | + browserslist "^4.24.0" |
| 128 | + lru-cache "^5.1.1" |
| 129 | + semver "^6.3.1" |
| 130 | + |
74 | 131 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3": |
75 | 132 | version "7.28.5" |
76 | 133 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46" |
|
125 | 182 | "@babel/traverse" "^7.27.1" |
126 | 183 | "@babel/types" "^7.27.1" |
127 | 184 |
|
| 185 | +"@babel/helper-module-imports@^7.28.6": |
| 186 | + version "7.28.6" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" |
| 188 | + integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== |
| 189 | + dependencies: |
| 190 | + "@babel/traverse" "^7.28.6" |
| 191 | + "@babel/types" "^7.28.6" |
| 192 | + |
128 | 193 | "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3": |
129 | 194 | version "7.28.3" |
130 | 195 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
|
134 | 199 | "@babel/helper-validator-identifier" "^7.27.1" |
135 | 200 | "@babel/traverse" "^7.28.3" |
136 | 201 |
|
| 202 | +"@babel/helper-module-transforms@^7.28.6": |
| 203 | + version "7.28.6" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
| 205 | + integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
| 206 | + dependencies: |
| 207 | + "@babel/helper-module-imports" "^7.28.6" |
| 208 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 209 | + "@babel/traverse" "^7.28.6" |
| 210 | + |
137 | 211 | "@babel/helper-optimise-call-expression@^7.27.1": |
138 | 212 | version "7.27.1" |
139 | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" |
|
204 | 278 | "@babel/template" "^7.27.2" |
205 | 279 | "@babel/types" "^7.28.4" |
206 | 280 |
|
| 281 | +"@babel/helpers@^7.28.6": |
| 282 | + version "7.28.6" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7" |
| 284 | + integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw== |
| 285 | + dependencies: |
| 286 | + "@babel/template" "^7.28.6" |
| 287 | + "@babel/types" "^7.28.6" |
| 288 | + |
207 | 289 | "@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5", "@babel/parser@^7.3.3": |
208 | 290 | version "7.28.5" |
209 | 291 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
210 | 292 | integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
211 | 293 | dependencies: |
212 | 294 | "@babel/types" "^7.28.5" |
213 | 295 |
|
| 296 | +"@babel/parser@^7.28.6", "@babel/parser@^7.29.0": |
| 297 | + version "7.29.0" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.0.tgz#669ef345add7d057e92b7ed15f0bac07611831b6" |
| 299 | + integrity sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww== |
| 300 | + dependencies: |
| 301 | + "@babel/types" "^7.29.0" |
| 302 | + |
214 | 303 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": |
215 | 304 | version "7.28.5" |
216 | 305 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421" |
|
864 | 953 | "@babel/parser" "^7.27.2" |
865 | 954 | "@babel/types" "^7.27.1" |
866 | 955 |
|
| 956 | +"@babel/template@^7.28.6": |
| 957 | + version "7.28.6" |
| 958 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 959 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
| 960 | + dependencies: |
| 961 | + "@babel/code-frame" "^7.28.6" |
| 962 | + "@babel/parser" "^7.28.6" |
| 963 | + "@babel/types" "^7.28.6" |
| 964 | + |
867 | 965 | "@babel/traverse@^7.18.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": |
868 | 966 | version "7.28.5" |
869 | 967 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
|
877 | 975 | "@babel/types" "^7.28.5" |
878 | 976 | debug "^4.3.1" |
879 | 977 |
|
| 978 | +"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": |
| 979 | + version "7.29.0" |
| 980 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
| 981 | + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
| 982 | + dependencies: |
| 983 | + "@babel/code-frame" "^7.29.0" |
| 984 | + "@babel/generator" "^7.29.0" |
| 985 | + "@babel/helper-globals" "^7.28.0" |
| 986 | + "@babel/parser" "^7.29.0" |
| 987 | + "@babel/template" "^7.28.6" |
| 988 | + "@babel/types" "^7.29.0" |
| 989 | + debug "^4.3.1" |
| 990 | + |
880 | 991 | "@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@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.4.4": |
881 | 992 | version "7.28.5" |
882 | 993 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
|
885 | 996 | "@babel/helper-string-parser" "^7.27.1" |
886 | 997 | "@babel/helper-validator-identifier" "^7.28.5" |
887 | 998 |
|
| 999 | +"@babel/types@^7.28.6", "@babel/types@^7.29.0": |
| 1000 | + version "7.29.0" |
| 1001 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 1002 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 1003 | + dependencies: |
| 1004 | + "@babel/helper-string-parser" "^7.27.1" |
| 1005 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1006 | + |
888 | 1007 | "@esbuild/aix-ppc64@0.27.2": |
889 | 1008 | version "0.27.2" |
890 | 1009 | resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz#521cbd968dcf362094034947f76fa1b18d2d403c" |
|
0 commit comments