|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
39 | 39 | integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== |
40 | 40 |
|
41 | | -"@babel/core@7.20.5": |
| 41 | +"@babel/compat-data@^7.20.5": |
42 | 42 | version "7.20.5" |
43 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
44 | | - integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
| 44 | + integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== |
| 45 | + |
| 46 | +"@babel/core@7.20.7": |
| 47 | + version "7.20.7" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
| 49 | + integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
45 | 50 | dependencies: |
46 | 51 | "@ampproject/remapping" "^2.1.0" |
47 | 52 | "@babel/code-frame" "^7.18.6" |
48 | | - "@babel/generator" "^7.20.5" |
49 | | - "@babel/helper-compilation-targets" "^7.20.0" |
50 | | - "@babel/helper-module-transforms" "^7.20.2" |
51 | | - "@babel/helpers" "^7.20.5" |
52 | | - "@babel/parser" "^7.20.5" |
53 | | - "@babel/template" "^7.18.10" |
54 | | - "@babel/traverse" "^7.20.5" |
55 | | - "@babel/types" "^7.20.5" |
| 53 | + "@babel/generator" "^7.20.7" |
| 54 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 55 | + "@babel/helper-module-transforms" "^7.20.7" |
| 56 | + "@babel/helpers" "^7.20.7" |
| 57 | + "@babel/parser" "^7.20.7" |
| 58 | + "@babel/template" "^7.20.7" |
| 59 | + "@babel/traverse" "^7.20.7" |
| 60 | + "@babel/types" "^7.20.7" |
56 | 61 | convert-source-map "^1.7.0" |
57 | 62 | debug "^4.1.0" |
58 | 63 | gensync "^1.0.0-beta.2" |
|
125 | 130 | "@jridgewell/gen-mapping" "^0.3.2" |
126 | 131 | jsesc "^2.5.1" |
127 | 132 |
|
128 | | -"@babel/generator@^7.20.5": |
129 | | - version "7.20.5" |
130 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95" |
131 | | - integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== |
| 133 | +"@babel/generator@^7.20.7": |
| 134 | + version "7.20.7" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 136 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
132 | 137 | dependencies: |
133 | | - "@babel/types" "^7.20.5" |
| 138 | + "@babel/types" "^7.20.7" |
134 | 139 | "@jridgewell/gen-mapping" "^0.3.2" |
135 | 140 | jsesc "^2.5.1" |
136 | 141 |
|
|
194 | 199 | browserslist "^4.21.3" |
195 | 200 | semver "^6.3.0" |
196 | 201 |
|
| 202 | +"@babel/helper-compilation-targets@^7.20.7": |
| 203 | + version "7.20.7" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 205 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
| 206 | + dependencies: |
| 207 | + "@babel/compat-data" "^7.20.5" |
| 208 | + "@babel/helper-validator-option" "^7.18.6" |
| 209 | + browserslist "^4.21.3" |
| 210 | + lru-cache "^5.1.1" |
| 211 | + semver "^6.3.0" |
| 212 | + |
197 | 213 | "@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5": |
198 | 214 | version "7.14.8" |
199 | 215 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc" |
|
424 | 440 | "@babel/traverse" "^7.19.6" |
425 | 441 | "@babel/types" "^7.19.4" |
426 | 442 |
|
427 | | -"@babel/helper-module-transforms@^7.20.2": |
428 | | - version "7.20.2" |
429 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
430 | | - integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
| 443 | +"@babel/helper-module-transforms@^7.20.7": |
| 444 | + version "7.20.7" |
| 445 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43" |
| 446 | + integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA== |
431 | 447 | dependencies: |
432 | 448 | "@babel/helper-environment-visitor" "^7.18.9" |
433 | 449 | "@babel/helper-module-imports" "^7.18.6" |
434 | 450 | "@babel/helper-simple-access" "^7.20.2" |
435 | 451 | "@babel/helper-split-export-declaration" "^7.18.6" |
436 | 452 | "@babel/helper-validator-identifier" "^7.19.1" |
437 | | - "@babel/template" "^7.18.10" |
438 | | - "@babel/traverse" "^7.20.1" |
439 | | - "@babel/types" "^7.20.2" |
| 453 | + "@babel/template" "^7.20.7" |
| 454 | + "@babel/traverse" "^7.20.7" |
| 455 | + "@babel/types" "^7.20.7" |
440 | 456 |
|
441 | 457 | "@babel/helper-optimise-call-expression@^7.14.5": |
442 | 458 | version "7.14.5" |
|
668 | 684 | "@babel/traverse" "^7.14.8" |
669 | 685 | "@babel/types" "^7.14.8" |
670 | 686 |
|
671 | | -"@babel/helpers@^7.20.5": |
672 | | - version "7.20.6" |
673 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763" |
674 | | - integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== |
| 687 | +"@babel/helpers@^7.20.7": |
| 688 | + version "7.20.7" |
| 689 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 690 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
675 | 691 | dependencies: |
676 | | - "@babel/template" "^7.18.10" |
677 | | - "@babel/traverse" "^7.20.5" |
678 | | - "@babel/types" "^7.20.5" |
| 692 | + "@babel/template" "^7.20.7" |
| 693 | + "@babel/traverse" "^7.20.7" |
| 694 | + "@babel/types" "^7.20.7" |
679 | 695 |
|
680 | 696 | "@babel/highlight@^7.14.5": |
681 | 697 | version "7.14.5" |
|
720 | 736 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4" |
721 | 737 | integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg== |
722 | 738 |
|
723 | | -"@babel/parser@^7.20.5": |
724 | | - version "7.20.5" |
725 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
726 | | - integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
| 739 | +"@babel/parser@^7.20.7": |
| 740 | + version "7.20.7" |
| 741 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 742 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
727 | 743 |
|
728 | 744 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
729 | 745 | version "7.18.6" |
|
1928 | 1944 | "@babel/parser" "^7.18.6" |
1929 | 1945 | "@babel/types" "^7.18.6" |
1930 | 1946 |
|
| 1947 | +"@babel/template@^7.20.7": |
| 1948 | + version "7.20.7" |
| 1949 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 1950 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 1951 | + dependencies: |
| 1952 | + "@babel/code-frame" "^7.18.6" |
| 1953 | + "@babel/parser" "^7.20.7" |
| 1954 | + "@babel/types" "^7.20.7" |
| 1955 | + |
1931 | 1956 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8": |
1932 | 1957 | version "7.14.9" |
1933 | 1958 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f" |
|
1975 | 2000 | debug "^4.1.0" |
1976 | 2001 | globals "^11.1.0" |
1977 | 2002 |
|
1978 | | -"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1": |
| 2003 | +"@babel/traverse@^7.19.1": |
1979 | 2004 | version "7.20.1" |
1980 | 2005 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
1981 | 2006 | integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
|
2007 | 2032 | debug "^4.1.0" |
2008 | 2033 | globals "^11.1.0" |
2009 | 2034 |
|
2010 | | -"@babel/traverse@^7.20.5": |
2011 | | - version "7.20.5" |
2012 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
2013 | | - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 2035 | +"@babel/traverse@^7.20.7": |
| 2036 | + version "7.20.8" |
| 2037 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.8.tgz#e3a23eb04af24f8bbe8a8ba3eef6155b77df0b08" |
| 2038 | + integrity sha512-/RNkaYDeCy4MjyV70+QkSHhxbvj2JO/5Ft2Pa880qJOG8tWrqcT/wXUuCCv43yogfqPzHL77Xu101KQPf4clnQ== |
2014 | 2039 | dependencies: |
2015 | 2040 | "@babel/code-frame" "^7.18.6" |
2016 | | - "@babel/generator" "^7.20.5" |
| 2041 | + "@babel/generator" "^7.20.7" |
2017 | 2042 | "@babel/helper-environment-visitor" "^7.18.9" |
2018 | 2043 | "@babel/helper-function-name" "^7.19.0" |
2019 | 2044 | "@babel/helper-hoist-variables" "^7.18.6" |
2020 | 2045 | "@babel/helper-split-export-declaration" "^7.18.6" |
2021 | | - "@babel/parser" "^7.20.5" |
2022 | | - "@babel/types" "^7.20.5" |
| 2046 | + "@babel/parser" "^7.20.7" |
| 2047 | + "@babel/types" "^7.20.7" |
2023 | 2048 | debug "^4.1.0" |
2024 | 2049 | globals "^11.1.0" |
2025 | 2050 |
|
|
2083 | 2108 | "@babel/helper-validator-identifier" "^7.19.1" |
2084 | 2109 | to-fast-properties "^2.0.0" |
2085 | 2110 |
|
2086 | | -"@babel/types@^7.20.5": |
2087 | | - version "7.20.5" |
2088 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
2089 | | - integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
| 2111 | +"@babel/types@^7.20.7": |
| 2112 | + version "7.20.7" |
| 2113 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 2114 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
2090 | 2115 | dependencies: |
2091 | 2116 | "@babel/helper-string-parser" "^7.19.4" |
2092 | 2117 | "@babel/helper-validator-identifier" "^7.19.1" |
@@ -7531,6 +7556,13 @@ lowercase-keys@^2.0.0: |
7531 | 7556 | resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" |
7532 | 7557 | integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== |
7533 | 7558 |
|
| 7559 | +lru-cache@^5.1.1: |
| 7560 | + version "5.1.1" |
| 7561 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" |
| 7562 | + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== |
| 7563 | + dependencies: |
| 7564 | + yallist "^3.0.2" |
| 7565 | + |
7534 | 7566 | lru-cache@^6.0.0: |
7535 | 7567 | version "6.0.0" |
7536 | 7568 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
@@ -10954,6 +10986,11 @@ y18n@^5.0.5: |
10954 | 10986 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" |
10955 | 10987 | integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== |
10956 | 10988 |
|
| 10989 | +yallist@^3.0.2: |
| 10990 | + version "3.1.1" |
| 10991 | + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" |
| 10992 | + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== |
| 10993 | + |
10957 | 10994 | yallist@^4.0.0: |
10958 | 10995 | version "4.0.0" |
10959 | 10996 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
|
0 commit comments