|
311 | 311 | dependencies:
|
312 | 312 | "@babel/highlight" "^7.18.6"
|
313 | 313 |
|
314 |
| -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": |
| 314 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5": |
315 | 315 | version "7.20.5"
|
316 | 316 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
|
317 | 317 | integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
|
318 | 318 |
|
319 | 319 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.19.6", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
|
320 |
| - version "7.20.5" |
321 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
322 |
| - integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
| 320 | + version "7.20.7" |
| 321 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
| 322 | + integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
323 | 323 | dependencies:
|
324 | 324 | "@ampproject/remapping" "^2.1.0"
|
325 | 325 | "@babel/code-frame" "^7.18.6"
|
326 |
| - "@babel/generator" "^7.20.5" |
327 |
| - "@babel/helper-compilation-targets" "^7.20.0" |
328 |
| - "@babel/helper-module-transforms" "^7.20.2" |
329 |
| - "@babel/helpers" "^7.20.5" |
330 |
| - "@babel/parser" "^7.20.5" |
331 |
| - "@babel/template" "^7.18.10" |
332 |
| - "@babel/traverse" "^7.20.5" |
333 |
| - "@babel/types" "^7.20.5" |
| 326 | + "@babel/generator" "^7.20.7" |
| 327 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 328 | + "@babel/helper-module-transforms" "^7.20.7" |
| 329 | + "@babel/helpers" "^7.20.7" |
| 330 | + "@babel/parser" "^7.20.7" |
| 331 | + "@babel/template" "^7.20.7" |
| 332 | + "@babel/traverse" "^7.20.7" |
| 333 | + "@babel/types" "^7.20.7" |
334 | 334 | convert-source-map "^1.7.0"
|
335 | 335 | debug "^4.1.0"
|
336 | 336 | gensync "^1.0.0-beta.2"
|
337 | 337 | json5 "^2.2.1"
|
338 | 338 | semver "^6.3.0"
|
339 | 339 |
|
340 |
| -"@babel/generator@^7.14.0", "@babel/generator@^7.20.5", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2": |
341 |
| - version "7.20.5" |
342 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95" |
343 |
| - integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== |
| 340 | +"@babel/generator@^7.14.0", "@babel/generator@^7.20.7", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2": |
| 341 | + version "7.20.7" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 343 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
344 | 344 | dependencies:
|
345 |
| - "@babel/types" "^7.20.5" |
| 345 | + "@babel/types" "^7.20.7" |
346 | 346 | "@jridgewell/gen-mapping" "^0.3.2"
|
347 | 347 | jsesc "^2.5.1"
|
348 | 348 |
|
|
361 | 361 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
362 | 362 | "@babel/types" "^7.18.9"
|
363 | 363 |
|
364 |
| -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0": |
365 |
| - version "7.20.0" |
366 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a" |
367 |
| - integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== |
| 364 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0", "@babel/helper-compilation-targets@^7.20.7": |
| 365 | + version "7.20.7" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 367 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
368 | 368 | dependencies:
|
369 |
| - "@babel/compat-data" "^7.20.0" |
| 369 | + "@babel/compat-data" "^7.20.5" |
370 | 370 | "@babel/helper-validator-option" "^7.18.6"
|
371 | 371 | browserslist "^4.21.3"
|
| 372 | + lru-cache "^5.1.1" |
372 | 373 | semver "^6.3.0"
|
373 | 374 |
|
374 | 375 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2", "@babel/helper-create-class-features-plugin@^7.20.5":
|
|
445 | 446 | dependencies:
|
446 | 447 | "@babel/types" "^7.18.6"
|
447 | 448 |
|
448 |
| -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": |
449 |
| - version "7.20.2" |
450 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
451 |
| - integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
| 449 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.7": |
| 450 | + version "7.20.7" |
| 451 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43" |
| 452 | + integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA== |
452 | 453 | dependencies:
|
453 | 454 | "@babel/helper-environment-visitor" "^7.18.9"
|
454 | 455 | "@babel/helper-module-imports" "^7.18.6"
|
455 | 456 | "@babel/helper-simple-access" "^7.20.2"
|
456 | 457 | "@babel/helper-split-export-declaration" "^7.18.6"
|
457 | 458 | "@babel/helper-validator-identifier" "^7.19.1"
|
458 |
| - "@babel/template" "^7.18.10" |
459 |
| - "@babel/traverse" "^7.20.1" |
460 |
| - "@babel/types" "^7.20.2" |
| 459 | + "@babel/template" "^7.20.7" |
| 460 | + "@babel/traverse" "^7.20.7" |
| 461 | + "@babel/types" "^7.20.7" |
461 | 462 |
|
462 | 463 | "@babel/helper-optimise-call-expression@^7.18.6":
|
463 | 464 | version "7.18.6"
|
|
538 | 539 | "@babel/traverse" "^7.20.5"
|
539 | 540 | "@babel/types" "^7.20.5"
|
540 | 541 |
|
541 |
| -"@babel/helpers@^7.20.5": |
542 |
| - version "7.20.6" |
543 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763" |
544 |
| - integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== |
| 542 | +"@babel/helpers@^7.20.7": |
| 543 | + version "7.20.7" |
| 544 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 545 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
545 | 546 | dependencies:
|
546 |
| - "@babel/template" "^7.18.10" |
547 |
| - "@babel/traverse" "^7.20.5" |
548 |
| - "@babel/types" "^7.20.5" |
| 547 | + "@babel/template" "^7.20.7" |
| 548 | + "@babel/traverse" "^7.20.7" |
| 549 | + "@babel/types" "^7.20.7" |
549 | 550 |
|
550 | 551 | "@babel/highlight@^7.18.6":
|
551 | 552 | version "7.18.6"
|
|
561 | 562 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
|
562 | 563 | integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
|
563 | 564 |
|
564 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.4.3", "@babel/parser@^7.9.4": |
565 |
| - version "7.20.5" |
566 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
567 |
| - integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
| 565 | +"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.20.7", "@babel/parser@^7.4.3", "@babel/parser@^7.9.4": |
| 566 | + version "7.20.7" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 568 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
568 | 569 |
|
569 | 570 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
570 | 571 | version "7.18.6"
|
|
1353 | 1354 | dependencies:
|
1354 | 1355 | regenerator-runtime "^0.13.11"
|
1355 | 1356 |
|
1356 |
| -"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.3.3", "@babel/template@^7.4.0": |
1357 |
| - version "7.18.10" |
1358 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
1359 |
| - integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 1357 | +"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3", "@babel/template@^7.4.0": |
| 1358 | + version "7.20.7" |
| 1359 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 1360 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
1360 | 1361 | dependencies:
|
1361 | 1362 | "@babel/code-frame" "^7.18.6"
|
1362 |
| - "@babel/parser" "^7.18.10" |
1363 |
| - "@babel/types" "^7.18.10" |
| 1363 | + "@babel/parser" "^7.20.7" |
| 1364 | + "@babel/types" "^7.20.7" |
1364 | 1365 |
|
1365 |
| -"@babel/traverse@^7.12.5", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.2": |
1366 |
| - version "7.20.5" |
1367 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
1368 |
| - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 1366 | +"@babel/traverse@^7.12.5", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.2": |
| 1367 | + version "7.20.7" |
| 1368 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c" |
| 1369 | + integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A== |
1369 | 1370 | dependencies:
|
1370 | 1371 | "@babel/code-frame" "^7.18.6"
|
1371 |
| - "@babel/generator" "^7.20.5" |
| 1372 | + "@babel/generator" "^7.20.7" |
1372 | 1373 | "@babel/helper-environment-visitor" "^7.18.9"
|
1373 | 1374 | "@babel/helper-function-name" "^7.19.0"
|
1374 | 1375 | "@babel/helper-hoist-variables" "^7.18.6"
|
1375 | 1376 | "@babel/helper-split-export-declaration" "^7.18.6"
|
1376 |
| - "@babel/parser" "^7.20.5" |
1377 |
| - "@babel/types" "^7.20.5" |
| 1377 | + "@babel/parser" "^7.20.7" |
| 1378 | + "@babel/types" "^7.20.7" |
1378 | 1379 | debug "^4.1.0"
|
1379 | 1380 | globals "^11.1.0"
|
1380 | 1381 |
|
1381 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
1382 |
| - version "7.20.5" |
1383 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
1384 |
| - integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
| 1382 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4": |
| 1383 | + version "7.20.7" |
| 1384 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 1385 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
1385 | 1386 | dependencies:
|
1386 | 1387 | "@babel/helper-string-parser" "^7.19.4"
|
1387 | 1388 | "@babel/helper-validator-identifier" "^7.19.1"
|
@@ -10309,6 +10310,13 @@ lru-cache@^4.0.1:
|
10309 | 10310 | pseudomap "^1.0.2"
|
10310 | 10311 | yallist "^2.1.2"
|
10311 | 10312 |
|
| 10313 | +lru-cache@^5.1.1: |
| 10314 | + version "5.1.1" |
| 10315 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" |
| 10316 | + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== |
| 10317 | + dependencies: |
| 10318 | + yallist "^3.0.2" |
| 10319 | + |
10312 | 10320 | lru-cache@^6.0.0:
|
10313 | 10321 | version "6.0.0"
|
10314 | 10322 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
@@ -14796,6 +14804,11 @@ yallist@^2.1.2:
|
14796 | 14804 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
14797 | 14805 | integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
|
14798 | 14806 |
|
| 14807 | +yallist@^3.0.2: |
| 14808 | + version "3.1.1" |
| 14809 | + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" |
| 14810 | + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== |
| 14811 | + |
14799 | 14812 | yallist@^4.0.0:
|
14800 | 14813 | version "4.0.0"
|
14801 | 14814 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
0 commit comments