|
54 | 54 | dependencies:
|
55 | 55 | "@babel/highlight" "^7.14.5"
|
56 | 56 |
|
| 57 | +"@babel/code-frame@^7.24.6": |
| 58 | + version "7.24.6" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" |
| 60 | + integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== |
| 61 | + dependencies: |
| 62 | + "@babel/highlight" "^7.24.6" |
| 63 | + picocolors "^1.0.0" |
| 64 | + |
57 | 65 | "@babel/compat-data@^7.15.0":
|
58 | 66 | version "7.15.0"
|
59 | 67 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
122 | 130 | dependencies:
|
123 | 131 | eslint-rule-composer "^0.3.0"
|
124 | 132 |
|
125 |
| -"@babel/generator@^7.14.9", "@babel/generator@^7.15.4", "@babel/generator@^7.7.2": |
| 133 | +"@babel/generator@^7.15.4", "@babel/generator@^7.7.2": |
126 | 134 | version "7.15.4"
|
127 | 135 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
|
128 | 136 | integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
|
|
141 | 149 | "@jridgewell/trace-mapping" "^0.3.17"
|
142 | 150 | jsesc "^2.5.1"
|
143 | 151 |
|
| 152 | +"@babel/generator@^7.24.6": |
| 153 | + version "7.24.6" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7" |
| 155 | + integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg== |
| 156 | + dependencies: |
| 157 | + "@babel/types" "^7.24.6" |
| 158 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 159 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 160 | + jsesc "^2.5.1" |
| 161 | + |
144 | 162 | "@babel/helper-annotate-as-pure@^7.14.5":
|
145 | 163 | version "7.14.5"
|
146 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
239 | 257 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
240 | 258 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
241 | 259 |
|
| 260 | +"@babel/helper-environment-visitor@^7.24.6": |
| 261 | + version "7.24.6" |
| 262 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" |
| 263 | + integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== |
| 264 | + |
242 | 265 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
243 | 266 | version "7.18.6"
|
244 | 267 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
245 | 268 | integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==
|
246 | 269 | dependencies:
|
247 | 270 | "@babel/types" "^7.18.6"
|
248 | 271 |
|
249 |
| -"@babel/helper-function-name@^7.14.5": |
250 |
| - version "7.14.5" |
251 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4" |
252 |
| - integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ== |
253 |
| - dependencies: |
254 |
| - "@babel/helper-get-function-arity" "^7.14.5" |
255 |
| - "@babel/template" "^7.14.5" |
256 |
| - "@babel/types" "^7.14.5" |
257 |
| - |
258 |
| -"@babel/helper-function-name@^7.15.4": |
259 |
| - version "7.15.4" |
260 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc" |
261 |
| - integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw== |
262 |
| - dependencies: |
263 |
| - "@babel/helper-get-function-arity" "^7.15.4" |
264 |
| - "@babel/template" "^7.15.4" |
265 |
| - "@babel/types" "^7.15.4" |
266 |
| - |
267 | 272 | "@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
|
268 | 273 | version "7.21.0"
|
269 | 274 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
|
|
272 | 277 | "@babel/template" "^7.20.7"
|
273 | 278 | "@babel/types" "^7.21.0"
|
274 | 279 |
|
275 |
| -"@babel/helper-get-function-arity@^7.14.5": |
276 |
| - version "7.14.5" |
277 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" |
278 |
| - integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg== |
| 280 | +"@babel/helper-function-name@^7.24.6": |
| 281 | + version "7.24.6" |
| 282 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" |
| 283 | + integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== |
279 | 284 | dependencies:
|
280 |
| - "@babel/types" "^7.14.5" |
281 |
| - |
282 |
| -"@babel/helper-get-function-arity@^7.15.4": |
283 |
| - version "7.15.4" |
284 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b" |
285 |
| - integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA== |
286 |
| - dependencies: |
287 |
| - "@babel/types" "^7.15.4" |
288 |
| - |
289 |
| -"@babel/helper-hoist-variables@^7.14.5", "@babel/helper-hoist-variables@^7.15.4": |
290 |
| - version "7.15.4" |
291 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df" |
292 |
| - integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA== |
293 |
| - dependencies: |
294 |
| - "@babel/types" "^7.15.4" |
| 285 | + "@babel/template" "^7.24.6" |
| 286 | + "@babel/types" "^7.24.6" |
295 | 287 |
|
296 | 288 | "@babel/helper-hoist-variables@^7.18.6":
|
297 | 289 | version "7.18.6"
|
|
300 | 292 | dependencies:
|
301 | 293 | "@babel/types" "^7.18.6"
|
302 | 294 |
|
| 295 | +"@babel/helper-hoist-variables@^7.24.6": |
| 296 | + version "7.24.6" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9" |
| 298 | + integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA== |
| 299 | + dependencies: |
| 300 | + "@babel/types" "^7.24.6" |
| 301 | + |
303 | 302 | "@babel/helper-member-expression-to-functions@^7.15.4":
|
304 | 303 | version "7.15.4"
|
305 | 304 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
|
|
433 | 432 | dependencies:
|
434 | 433 | "@babel/types" "^7.20.0"
|
435 | 434 |
|
436 |
| -"@babel/helper-split-export-declaration@^7.14.5": |
437 |
| - version "7.14.5" |
438 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a" |
439 |
| - integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA== |
440 |
| - dependencies: |
441 |
| - "@babel/types" "^7.14.5" |
442 |
| - |
443 | 435 | "@babel/helper-split-export-declaration@^7.15.4":
|
444 | 436 | version "7.15.4"
|
445 | 437 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
|
|
454 | 446 | dependencies:
|
455 | 447 | "@babel/types" "^7.18.6"
|
456 | 448 |
|
| 449 | +"@babel/helper-split-export-declaration@^7.24.6": |
| 450 | + version "7.24.6" |
| 451 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" |
| 452 | + integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== |
| 453 | + dependencies: |
| 454 | + "@babel/types" "^7.24.6" |
| 455 | + |
457 | 456 | "@babel/helper-string-parser@^7.19.4":
|
458 | 457 | version "7.19.4"
|
459 | 458 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
460 | 459 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
461 | 460 |
|
| 461 | +"@babel/helper-string-parser@^7.24.6": |
| 462 | + version "7.24.6" |
| 463 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" |
| 464 | + integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== |
| 465 | + |
462 | 466 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
|
463 | 467 | version "7.14.9"
|
464 | 468 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
|
474 | 478 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
475 | 479 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
476 | 480 |
|
| 481 | +"@babel/helper-validator-identifier@^7.24.6": |
| 482 | + version "7.24.6" |
| 483 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" |
| 484 | + integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== |
| 485 | + |
477 | 486 | "@babel/helper-validator-option@^7.14.5":
|
478 | 487 | version "7.14.5"
|
479 | 488 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
530 | 539 | chalk "^2.0.0"
|
531 | 540 | js-tokens "^4.0.0"
|
532 | 541 |
|
533 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.9", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.2", "@babel/parser@^7.8.3": |
| 542 | +"@babel/highlight@^7.24.6": |
| 543 | + version "7.24.6" |
| 544 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" |
| 545 | + integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== |
| 546 | + dependencies: |
| 547 | + "@babel/helper-validator-identifier" "^7.24.6" |
| 548 | + chalk "^2.4.2" |
| 549 | + js-tokens "^4.0.0" |
| 550 | + picocolors "^1.0.0" |
| 551 | + |
| 552 | +"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.2", "@babel/parser@^7.8.3": |
534 | 553 | version "7.15.7"
|
535 | 554 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.7.tgz#0c3ed4a2eb07b165dfa85b3cc45c727334c4edae"
|
536 | 555 | integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
|
|
540 | 559 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
|
541 | 560 | integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
|
542 | 561 |
|
| 562 | +"@babel/parser@^7.24.6": |
| 563 | + version "7.24.6" |
| 564 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" |
| 565 | + integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== |
| 566 | + |
543 | 567 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
544 | 568 | version "7.18.6"
|
545 | 569 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1322 | 1346 | dependencies:
|
1323 | 1347 | regenerator-runtime "^0.13.4"
|
1324 | 1348 |
|
1325 |
| -"@babel/template@^7.14.5", "@babel/template@^7.15.4", "@babel/template@^7.3.3": |
| 1349 | +"@babel/template@^7.15.4", "@babel/template@^7.3.3": |
1326 | 1350 | version "7.15.4"
|
1327 | 1351 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
|
1328 | 1352 | integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
|
|
1340 | 1364 | "@babel/parser" "^7.20.7"
|
1341 | 1365 | "@babel/types" "^7.20.7"
|
1342 | 1366 |
|
1343 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.2", "@babel/traverse@^7.8.3": |
1344 |
| - version "7.14.9" |
1345 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f" |
1346 |
| - integrity sha512-bldh6dtB49L8q9bUyB7bC20UKgU+EFDwKJylwl234Kv+ySZeMD31Xeht6URyueQ6LrRRpF2tmkfcZooZR9/e8g== |
1347 |
| - dependencies: |
1348 |
| - "@babel/code-frame" "^7.14.5" |
1349 |
| - "@babel/generator" "^7.14.9" |
1350 |
| - "@babel/helper-function-name" "^7.14.5" |
1351 |
| - "@babel/helper-hoist-variables" "^7.14.5" |
1352 |
| - "@babel/helper-split-export-declaration" "^7.14.5" |
1353 |
| - "@babel/parser" "^7.14.9" |
1354 |
| - "@babel/types" "^7.14.9" |
1355 |
| - debug "^4.1.0" |
1356 |
| - globals "^11.1.0" |
1357 |
| - |
1358 |
| -"@babel/traverse@^7.15.4": |
1359 |
| - version "7.15.4" |
1360 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d" |
1361 |
| - integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA== |
1362 |
| - dependencies: |
1363 |
| - "@babel/code-frame" "^7.14.5" |
1364 |
| - "@babel/generator" "^7.15.4" |
1365 |
| - "@babel/helper-function-name" "^7.15.4" |
1366 |
| - "@babel/helper-hoist-variables" "^7.15.4" |
1367 |
| - "@babel/helper-split-export-declaration" "^7.15.4" |
1368 |
| - "@babel/parser" "^7.15.4" |
1369 |
| - "@babel/types" "^7.15.4" |
1370 |
| - debug "^4.1.0" |
1371 |
| - globals "^11.1.0" |
1372 |
| - |
1373 |
| -"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
1374 |
| - version "7.21.4" |
1375 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
1376 |
| - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
1377 |
| - dependencies: |
1378 |
| - "@babel/code-frame" "^7.21.4" |
1379 |
| - "@babel/generator" "^7.21.4" |
1380 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1381 |
| - "@babel/helper-function-name" "^7.21.0" |
1382 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1383 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1384 |
| - "@babel/parser" "^7.21.4" |
1385 |
| - "@babel/types" "^7.21.4" |
1386 |
| - debug "^4.1.0" |
| 1367 | +"@babel/template@^7.24.6": |
| 1368 | + version "7.24.6" |
| 1369 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" |
| 1370 | + integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== |
| 1371 | + dependencies: |
| 1372 | + "@babel/code-frame" "^7.24.6" |
| 1373 | + "@babel/parser" "^7.24.6" |
| 1374 | + "@babel/types" "^7.24.6" |
| 1375 | + |
| 1376 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.2", "@babel/traverse@^7.8.3": |
| 1377 | + version "7.24.6" |
| 1378 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc" |
| 1379 | + integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw== |
| 1380 | + dependencies: |
| 1381 | + "@babel/code-frame" "^7.24.6" |
| 1382 | + "@babel/generator" "^7.24.6" |
| 1383 | + "@babel/helper-environment-visitor" "^7.24.6" |
| 1384 | + "@babel/helper-function-name" "^7.24.6" |
| 1385 | + "@babel/helper-hoist-variables" "^7.24.6" |
| 1386 | + "@babel/helper-split-export-declaration" "^7.24.6" |
| 1387 | + "@babel/parser" "^7.24.6" |
| 1388 | + "@babel/types" "^7.24.6" |
| 1389 | + debug "^4.3.1" |
1387 | 1390 | globals "^11.1.0"
|
1388 | 1391 |
|
1389 |
| -"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1392 | +"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1390 | 1393 | version "7.15.6"
|
1391 | 1394 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
|
1392 | 1395 | integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
|
|
1403 | 1406 | "@babel/helper-validator-identifier" "^7.19.1"
|
1404 | 1407 | to-fast-properties "^2.0.0"
|
1405 | 1408 |
|
| 1409 | +"@babel/types@^7.24.6": |
| 1410 | + version "7.24.6" |
| 1411 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" |
| 1412 | + integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== |
| 1413 | + dependencies: |
| 1414 | + "@babel/helper-string-parser" "^7.24.6" |
| 1415 | + "@babel/helper-validator-identifier" "^7.24.6" |
| 1416 | + to-fast-properties "^2.0.0" |
| 1417 | + |
1406 | 1418 | "@bcoe/v8-coverage@^0.2.3":
|
1407 | 1419 | version "0.2.3"
|
1408 | 1420 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1859 | 1871 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
1860 | 1872 | "@jridgewell/trace-mapping" "^0.3.9"
|
1861 | 1873 |
|
| 1874 | +"@jridgewell/gen-mapping@^0.3.5": |
| 1875 | + version "0.3.5" |
| 1876 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 1877 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 1878 | + dependencies: |
| 1879 | + "@jridgewell/set-array" "^1.2.1" |
| 1880 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1881 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1882 | + |
1862 | 1883 |
|
1863 | 1884 | version "3.1.0"
|
1864 | 1885 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
1865 | 1886 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
1866 | 1887 |
|
| 1888 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1889 | + version "3.1.2" |
| 1890 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 1891 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 1892 | + |
1867 | 1893 | "@jridgewell/set-array@^1.0.1":
|
1868 | 1894 | version "1.1.2"
|
1869 | 1895 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
1870 | 1896 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
1871 | 1897 |
|
| 1898 | +"@jridgewell/set-array@^1.2.1": |
| 1899 | + version "1.2.1" |
| 1900 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 1901 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 1902 | + |
1872 | 1903 |
|
1873 | 1904 | version "1.4.14"
|
1874 | 1905 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
1875 | 1906 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
1876 | 1907 |
|
1877 |
| -"@jridgewell/sourcemap-codec@^1.4.10": |
| 1908 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
1878 | 1909 | version "1.4.15"
|
1879 | 1910 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
1880 | 1911 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
1887 | 1918 | "@jridgewell/resolve-uri" "3.1.0"
|
1888 | 1919 | "@jridgewell/sourcemap-codec" "1.4.14"
|
1889 | 1920 |
|
| 1921 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 1922 | + version "0.3.25" |
| 1923 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 1924 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 1925 | + dependencies: |
| 1926 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1927 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1928 | + |
1890 | 1929 | "@kwsites/file-exists@^1.1.1":
|
1891 | 1930 | version "1.1.1"
|
1892 | 1931 | resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
|
|
0 commit comments