|
280 | 280 | dependencies:
|
281 | 281 | "@babel/highlight" "^7.18.6"
|
282 | 282 |
|
| 283 | +"@babel/code-frame@^7.22.13": |
| 284 | + version "7.22.13" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 286 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 287 | + dependencies: |
| 288 | + "@babel/highlight" "^7.22.13" |
| 289 | + chalk "^2.4.2" |
| 290 | + |
283 | 291 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
|
284 | 292 | version "7.20.5"
|
285 | 293 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
|
|
345 | 353 | "@jridgewell/gen-mapping" "^0.3.2"
|
346 | 354 | jsesc "^2.5.1"
|
347 | 355 |
|
| 356 | +"@babel/generator@^7.23.0": |
| 357 | + version "7.23.0" |
| 358 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 359 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 360 | + dependencies: |
| 361 | + "@babel/types" "^7.23.0" |
| 362 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 363 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 364 | + jsesc "^2.5.1" |
| 365 | + |
348 | 366 | "@babel/[email protected]", "@babel/helper-annotate-as-pure@^7.18.6":
|
349 | 367 | version "7.18.6"
|
350 | 368 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
409 | 427 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
410 | 428 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
411 | 429 |
|
| 430 | +"@babel/helper-environment-visitor@^7.22.20": |
| 431 | + version "7.22.20" |
| 432 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 433 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 434 | + |
412 | 435 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
413 | 436 | version "7.18.6"
|
414 | 437 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
424 | 447 | "@babel/template" "^7.18.10"
|
425 | 448 | "@babel/types" "^7.19.0"
|
426 | 449 |
|
| 450 | +"@babel/helper-function-name@^7.23.0": |
| 451 | + version "7.23.0" |
| 452 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 453 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 454 | + dependencies: |
| 455 | + "@babel/template" "^7.22.15" |
| 456 | + "@babel/types" "^7.23.0" |
| 457 | + |
427 | 458 | "@babel/helper-hoist-variables@^7.18.6":
|
428 | 459 | version "7.18.6"
|
429 | 460 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
430 | 461 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
431 | 462 | dependencies:
|
432 | 463 | "@babel/types" "^7.18.6"
|
433 | 464 |
|
| 465 | +"@babel/helper-hoist-variables@^7.22.5": |
| 466 | + version "7.22.5" |
| 467 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 468 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 469 | + dependencies: |
| 470 | + "@babel/types" "^7.22.5" |
| 471 | + |
434 | 472 | "@babel/helper-member-expression-to-functions@^7.20.7":
|
435 | 473 | version "7.20.7"
|
436 | 474 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz#a6f26e919582275a93c3aa6594756d71b0bb7f05"
|
|
514 | 552 | dependencies:
|
515 | 553 | "@babel/types" "^7.18.6"
|
516 | 554 |
|
| 555 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 556 | + version "7.22.6" |
| 557 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 558 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 559 | + dependencies: |
| 560 | + "@babel/types" "^7.22.5" |
| 561 | + |
517 | 562 | "@babel/helper-string-parser@^7.19.4":
|
518 | 563 | version "7.19.4"
|
519 | 564 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
520 | 565 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
521 | 566 |
|
| 567 | +"@babel/helper-string-parser@^7.22.5": |
| 568 | + version "7.22.5" |
| 569 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 570 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 571 | + |
522 | 572 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
523 | 573 | version "7.19.1"
|
524 | 574 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
525 | 575 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
526 | 576 |
|
| 577 | +"@babel/helper-validator-identifier@^7.22.20": |
| 578 | + version "7.22.20" |
| 579 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 580 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 581 | + |
527 | 582 | "@babel/helper-validator-option@^7.18.6":
|
528 | 583 | version "7.18.6"
|
529 | 584 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
557 | 612 | chalk "^2.0.0"
|
558 | 613 | js-tokens "^4.0.0"
|
559 | 614 |
|
| 615 | +"@babel/highlight@^7.22.13": |
| 616 | + version "7.22.20" |
| 617 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 618 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 619 | + dependencies: |
| 620 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 621 | + chalk "^2.4.2" |
| 622 | + js-tokens "^4.0.0" |
| 623 | + |
560 | 624 | "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.2", "@babel/parser@^7.20.7":
|
561 | 625 | version "7.20.7"
|
562 | 626 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
|
563 | 627 | integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
|
564 | 628 |
|
| 629 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 630 | + version "7.23.0" |
| 631 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 632 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 633 | + |
565 | 634 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
566 | 635 | version "7.18.6"
|
567 | 636 | 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"
|
|
1218 | 1287 | "@babel/parser" "^7.20.7"
|
1219 | 1288 | "@babel/types" "^7.20.7"
|
1220 | 1289 |
|
1221 |
| -"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
1222 |
| - version "7.20.8" |
1223 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.8.tgz#e3a23eb04af24f8bbe8a8ba3eef6155b77df0b08" |
1224 |
| - integrity sha512-/RNkaYDeCy4MjyV70+QkSHhxbvj2JO/5Ft2Pa880qJOG8tWrqcT/wXUuCCv43yogfqPzHL77Xu101KQPf4clnQ== |
| 1290 | +"@babel/template@^7.22.15": |
| 1291 | + version "7.22.15" |
| 1292 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1293 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1225 | 1294 | dependencies:
|
1226 |
| - "@babel/code-frame" "^7.18.6" |
1227 |
| - "@babel/generator" "^7.20.7" |
1228 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1229 |
| - "@babel/helper-function-name" "^7.19.0" |
1230 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1231 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1232 |
| - "@babel/parser" "^7.20.7" |
1233 |
| - "@babel/types" "^7.20.7" |
| 1295 | + "@babel/code-frame" "^7.22.13" |
| 1296 | + "@babel/parser" "^7.22.15" |
| 1297 | + "@babel/types" "^7.22.15" |
| 1298 | + |
| 1299 | +"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
| 1300 | + version "7.23.2" |
| 1301 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1302 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1303 | + dependencies: |
| 1304 | + "@babel/code-frame" "^7.22.13" |
| 1305 | + "@babel/generator" "^7.23.0" |
| 1306 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1307 | + "@babel/helper-function-name" "^7.23.0" |
| 1308 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1309 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1310 | + "@babel/parser" "^7.23.0" |
| 1311 | + "@babel/types" "^7.23.0" |
1234 | 1312 | debug "^4.1.0"
|
1235 | 1313 | globals "^11.1.0"
|
1236 | 1314 |
|
|
1243 | 1321 | "@babel/helper-validator-identifier" "^7.19.1"
|
1244 | 1322 | to-fast-properties "^2.0.0"
|
1245 | 1323 |
|
| 1324 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1325 | + version "7.23.0" |
| 1326 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1327 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1328 | + dependencies: |
| 1329 | + "@babel/helper-string-parser" "^7.22.5" |
| 1330 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1331 | + to-fast-properties "^2.0.0" |
| 1332 | + |
1246 | 1333 |
|
1247 | 1334 | version "0.5.7"
|
1248 | 1335 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
|
|
1335 | 1422 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
1336 | 1423 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
1337 | 1424 |
|
| 1425 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1426 | + version "3.1.1" |
| 1427 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1428 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1429 | + |
1338 | 1430 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
1339 | 1431 | version "1.1.2"
|
1340 | 1432 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
1361 | 1453 | "@jridgewell/resolve-uri" "3.1.0"
|
1362 | 1454 | "@jridgewell/sourcemap-codec" "1.4.14"
|
1363 | 1455 |
|
| 1456 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1457 | + version "0.3.20" |
| 1458 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 1459 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1460 | + dependencies: |
| 1461 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1462 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1463 | + |
1364 | 1464 | "@leichtgewicht/ip-codec@^2.0.1":
|
1365 | 1465 | version "2.0.4"
|
1366 | 1466 | resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
|
@@ -2431,7 +2531,7 @@ caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
|
2431 | 2531 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001441.tgz#987437b266260b640a23cd18fbddb509d7f69f3e"
|
2432 | 2532 | integrity sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==
|
2433 | 2533 |
|
2434 |
| -chalk@^2.0.0, chalk@^2.4.1: |
| 2534 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
2435 | 2535 | version "2.4.2"
|
2436 | 2536 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
2437 | 2537 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments