|
25 | 25 | "@babel/highlight" "^7.24.7"
|
26 | 26 | picocolors "^1.0.0"
|
27 | 27 |
|
| 28 | +"@babel/code-frame@^7.25.7": |
| 29 | + version "7.25.7" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7" |
| 31 | + integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g== |
| 32 | + dependencies: |
| 33 | + "@babel/highlight" "^7.25.7" |
| 34 | + picocolors "^1.0.0" |
| 35 | + |
28 | 36 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7":
|
29 | 37 | version "7.24.7"
|
30 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
|
|
61 | 69 | "@jridgewell/trace-mapping" "^0.3.25"
|
62 | 70 | jsesc "^2.5.1"
|
63 | 71 |
|
| 72 | +"@babel/generator@^7.25.7": |
| 73 | + version "7.25.7" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56" |
| 75 | + integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA== |
| 76 | + dependencies: |
| 77 | + "@babel/types" "^7.25.7" |
| 78 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 79 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 80 | + jsesc "^3.0.2" |
| 81 | + |
64 | 82 | "@babel/helper-annotate-as-pure@^7.22.5":
|
65 | 83 | version "7.22.5"
|
66 | 84 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
176 | 194 | "@babel/traverse" "^7.24.7"
|
177 | 195 | "@babel/types" "^7.24.7"
|
178 | 196 |
|
179 |
| -"@babel/helper-module-transforms@^7.24.7": |
180 |
| - version "7.24.7" |
181 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8" |
182 |
| - integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ== |
| 197 | +"@babel/helper-module-imports@^7.25.7": |
| 198 | + version "7.25.7" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472" |
| 200 | + integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw== |
183 | 201 | dependencies:
|
184 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
185 |
| - "@babel/helper-module-imports" "^7.24.7" |
186 |
| - "@babel/helper-simple-access" "^7.24.7" |
187 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
188 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
| 202 | + "@babel/traverse" "^7.25.7" |
| 203 | + "@babel/types" "^7.25.7" |
| 204 | + |
| 205 | +"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.25.7": |
| 206 | + version "7.25.7" |
| 207 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a" |
| 208 | + integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ== |
| 209 | + dependencies: |
| 210 | + "@babel/helper-module-imports" "^7.25.7" |
| 211 | + "@babel/helper-simple-access" "^7.25.7" |
| 212 | + "@babel/helper-validator-identifier" "^7.25.7" |
| 213 | + "@babel/traverse" "^7.25.7" |
189 | 214 |
|
190 | 215 | "@babel/helper-optimise-call-expression@^7.24.7":
|
191 | 216 | version "7.24.7"
|
|
194 | 219 | dependencies:
|
195 | 220 | "@babel/types" "^7.24.7"
|
196 | 221 |
|
197 |
| -"@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.8.0", "@babel/helper-plugin-utils@^7.8.3": |
198 |
| - version "7.24.7" |
199 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0" |
200 |
| - integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg== |
| 222 | +"@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.25.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 223 | + version "7.25.7" |
| 224 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c" |
| 225 | + integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw== |
201 | 226 |
|
202 | 227 | "@babel/helper-remap-async-to-generator@^7.24.7":
|
203 | 228 | version "7.24.7"
|
|
217 | 242 | "@babel/helper-member-expression-to-functions" "^7.24.7"
|
218 | 243 | "@babel/helper-optimise-call-expression" "^7.24.7"
|
219 | 244 |
|
220 |
| -"@babel/helper-simple-access@^7.24.7": |
221 |
| - version "7.24.7" |
222 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" |
223 |
| - integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg== |
| 245 | +"@babel/helper-simple-access@^7.25.7": |
| 246 | + version "7.25.7" |
| 247 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0" |
| 248 | + integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ== |
224 | 249 | dependencies:
|
225 |
| - "@babel/traverse" "^7.24.7" |
226 |
| - "@babel/types" "^7.24.7" |
| 250 | + "@babel/traverse" "^7.25.7" |
| 251 | + "@babel/types" "^7.25.7" |
227 | 252 |
|
228 | 253 | "@babel/helper-skip-transparent-expression-wrappers@^7.24.7":
|
229 | 254 | version "7.24.7"
|
|
245 | 270 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
|
246 | 271 | integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
|
247 | 272 |
|
| 273 | +"@babel/helper-string-parser@^7.25.7": |
| 274 | + version "7.25.7" |
| 275 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" |
| 276 | + integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== |
| 277 | + |
248 | 278 | "@babel/helper-validator-identifier@^7.12.11":
|
249 | 279 | version "7.12.11"
|
250 | 280 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
|
|
255 | 285 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
256 | 286 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
257 | 287 |
|
| 288 | +"@babel/helper-validator-identifier@^7.25.7": |
| 289 | + version "7.25.7" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
| 291 | + integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== |
| 292 | + |
258 | 293 | "@babel/helper-validator-option@^7.24.7":
|
259 | 294 | version "7.24.7"
|
260 | 295 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
|
|
297 | 332 | js-tokens "^4.0.0"
|
298 | 333 | picocolors "^1.0.0"
|
299 | 334 |
|
| 335 | +"@babel/highlight@^7.25.7": |
| 336 | + version "7.25.7" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5" |
| 338 | + integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw== |
| 339 | + dependencies: |
| 340 | + "@babel/helper-validator-identifier" "^7.25.7" |
| 341 | + chalk "^2.4.2" |
| 342 | + js-tokens "^4.0.0" |
| 343 | + picocolors "^1.0.0" |
| 344 | + |
300 | 345 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7":
|
301 | 346 | version "7.24.7"
|
302 | 347 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
|
303 | 348 | integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
|
304 | 349 |
|
| 350 | +"@babel/parser@^7.25.7": |
| 351 | + version "7.25.7" |
| 352 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.7.tgz#99b927720f4ddbfeb8cd195a363ed4532f87c590" |
| 353 | + integrity sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw== |
| 354 | + dependencies: |
| 355 | + "@babel/types" "^7.25.7" |
| 356 | + |
305 | 357 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
|
306 | 358 | version "7.24.7"
|
307 | 359 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz#fd059fd27b184ea2b4c7e646868a9a381bbc3055"
|
|
678 | 730 | "@babel/helper-module-transforms" "^7.24.7"
|
679 | 731 | "@babel/helper-plugin-utils" "^7.24.7"
|
680 | 732 |
|
681 |
| -"@babel/plugin-transform-modules-commonjs@^7.2.0", "@babel/plugin-transform-modules-commonjs@^7.24.7": |
682 |
| - version "7.24.7" |
683 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz#9fd5f7fdadee9085886b183f1ad13d1ab260f4ab" |
684 |
| - integrity sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ== |
| 733 | +"@babel/plugin-transform-modules-commonjs@^7.2.0", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.25.7": |
| 734 | + version "7.25.7" |
| 735 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.7.tgz#173f0c791bb7407c092ce6d77ee90eb3f2d1d2fd" |
| 736 | + integrity sha512-L9Gcahi0kKFYXvweO6n0wc3ZG1ChpSFdgG+eV1WYZ3/dGbJK7vvk91FgGgak8YwRgrCuihF8tE/Xg07EkL5COg== |
685 | 737 | dependencies:
|
686 |
| - "@babel/helper-module-transforms" "^7.24.7" |
687 |
| - "@babel/helper-plugin-utils" "^7.24.7" |
688 |
| - "@babel/helper-simple-access" "^7.24.7" |
| 738 | + "@babel/helper-module-transforms" "^7.25.7" |
| 739 | + "@babel/helper-plugin-utils" "^7.25.7" |
| 740 | + "@babel/helper-simple-access" "^7.25.7" |
689 | 741 |
|
690 | 742 | "@babel/plugin-transform-modules-systemjs@^7.24.7":
|
691 | 743 | version "7.24.7"
|
|
1009 | 1061 | "@babel/parser" "^7.24.7"
|
1010 | 1062 | "@babel/types" "^7.24.7"
|
1011 | 1063 |
|
| 1064 | +"@babel/template@^7.25.7": |
| 1065 | + version "7.25.7" |
| 1066 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" |
| 1067 | + integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA== |
| 1068 | + dependencies: |
| 1069 | + "@babel/code-frame" "^7.25.7" |
| 1070 | + "@babel/parser" "^7.25.7" |
| 1071 | + "@babel/types" "^7.25.7" |
| 1072 | + |
1012 | 1073 | "@babel/traverse@^7.24.7":
|
1013 | 1074 | version "7.24.7"
|
1014 | 1075 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
|
|
1025 | 1086 | debug "^4.3.1"
|
1026 | 1087 | globals "^11.1.0"
|
1027 | 1088 |
|
| 1089 | +"@babel/traverse@^7.25.7": |
| 1090 | + version "7.25.7" |
| 1091 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" |
| 1092 | + integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg== |
| 1093 | + dependencies: |
| 1094 | + "@babel/code-frame" "^7.25.7" |
| 1095 | + "@babel/generator" "^7.25.7" |
| 1096 | + "@babel/parser" "^7.25.7" |
| 1097 | + "@babel/template" "^7.25.7" |
| 1098 | + "@babel/types" "^7.25.7" |
| 1099 | + debug "^4.3.1" |
| 1100 | + globals "^11.1.0" |
| 1101 | + |
1028 | 1102 | "@babel/types@^7.0.0", "@babel/types@^7.22.5", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1029 | 1103 | version "7.24.7"
|
1030 | 1104 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
|
|
1034 | 1108 | "@babel/helper-validator-identifier" "^7.24.7"
|
1035 | 1109 | to-fast-properties "^2.0.0"
|
1036 | 1110 |
|
| 1111 | +"@babel/types@^7.25.7": |
| 1112 | + version "7.25.7" |
| 1113 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b" |
| 1114 | + integrity sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ== |
| 1115 | + dependencies: |
| 1116 | + "@babel/helper-string-parser" "^7.25.7" |
| 1117 | + "@babel/helper-validator-identifier" "^7.25.7" |
| 1118 | + to-fast-properties "^2.0.0" |
| 1119 | + |
1037 | 1120 | "@bcoe/v8-coverage@^0.2.3":
|
1038 | 1121 | version "0.2.3"
|
1039 | 1122 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -4057,6 +4140,11 @@ jsesc@^2.5.1:
|
4057 | 4140 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
4058 | 4141 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
4059 | 4142 |
|
| 4143 | +jsesc@^3.0.2: |
| 4144 | + version "3.0.2" |
| 4145 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" |
| 4146 | + integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== |
| 4147 | + |
4060 | 4148 | jsesc@~0.5.0:
|
4061 | 4149 | version "0.5.0"
|
4062 | 4150 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
0 commit comments