|
144 | 144 | invariant "^2.2.4" |
145 | 145 | semver "^5.5.0" |
146 | 146 |
|
147 | | -"@babel/core@7.20.2", "@babel/core@^7.19.6": |
148 | | - version "7.20.2" |
149 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92" |
150 | | - integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== |
| 147 | +"@babel/core@7.20.5": |
| 148 | + version "7.20.5" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
| 150 | + integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
151 | 151 | dependencies: |
152 | 152 | "@ampproject/remapping" "^2.1.0" |
153 | 153 | "@babel/code-frame" "^7.18.6" |
154 | | - "@babel/generator" "^7.20.2" |
| 154 | + "@babel/generator" "^7.20.5" |
155 | 155 | "@babel/helper-compilation-targets" "^7.20.0" |
156 | 156 | "@babel/helper-module-transforms" "^7.20.2" |
157 | | - "@babel/helpers" "^7.20.1" |
158 | | - "@babel/parser" "^7.20.2" |
| 157 | + "@babel/helpers" "^7.20.5" |
| 158 | + "@babel/parser" "^7.20.5" |
159 | 159 | "@babel/template" "^7.18.10" |
160 | | - "@babel/traverse" "^7.20.1" |
161 | | - "@babel/types" "^7.20.2" |
| 160 | + "@babel/traverse" "^7.20.5" |
| 161 | + "@babel/types" "^7.20.5" |
162 | 162 | convert-source-map "^1.7.0" |
163 | 163 | debug "^4.1.0" |
164 | 164 | gensync "^1.0.0-beta.2" |
|
358 | 358 | json5 "^2.2.1" |
359 | 359 | semver "^6.3.0" |
360 | 360 |
|
| 361 | +"@babel/core@^7.19.6": |
| 362 | + version "7.20.2" |
| 363 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92" |
| 364 | + integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== |
| 365 | + dependencies: |
| 366 | + "@ampproject/remapping" "^2.1.0" |
| 367 | + "@babel/code-frame" "^7.18.6" |
| 368 | + "@babel/generator" "^7.20.2" |
| 369 | + "@babel/helper-compilation-targets" "^7.20.0" |
| 370 | + "@babel/helper-module-transforms" "^7.20.2" |
| 371 | + "@babel/helpers" "^7.20.1" |
| 372 | + "@babel/parser" "^7.20.2" |
| 373 | + "@babel/template" "^7.18.10" |
| 374 | + "@babel/traverse" "^7.20.1" |
| 375 | + "@babel/types" "^7.20.2" |
| 376 | + convert-source-map "^1.7.0" |
| 377 | + debug "^4.1.0" |
| 378 | + gensync "^1.0.0-beta.2" |
| 379 | + json5 "^2.2.1" |
| 380 | + semver "^6.3.0" |
| 381 | + |
361 | 382 | "@babel/core@^7.9.0": |
362 | 383 | version "7.9.0" |
363 | 384 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
|
554 | 575 | "@jridgewell/gen-mapping" "^0.3.2" |
555 | 576 | jsesc "^2.5.1" |
556 | 577 |
|
| 578 | +"@babel/generator@^7.20.5": |
| 579 | + version "7.20.5" |
| 580 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95" |
| 581 | + integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== |
| 582 | + dependencies: |
| 583 | + "@babel/types" "^7.20.5" |
| 584 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 585 | + jsesc "^2.5.1" |
| 586 | + |
557 | 587 | "@babel/generator@^7.8.4": |
558 | 588 | version "7.8.4" |
559 | 589 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e" |
|
2177 | 2207 | "@babel/traverse" "^7.20.1" |
2178 | 2208 | "@babel/types" "^7.20.0" |
2179 | 2209 |
|
| 2210 | +"@babel/helpers@^7.20.5": |
| 2211 | + version "7.20.5" |
| 2212 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.5.tgz#e3b72a1925a5df7ab9267e87c227d74c81169d8e" |
| 2213 | + integrity sha512-fWBqzBeX5Re8dLiMS1oYnnBNs5fJhsaVcw5VVPUbBvc1yX1M6VNGz2S8bSsTgLrP+3jnXH7i4Y6bA7dPu99jjw== |
| 2214 | + dependencies: |
| 2215 | + "@babel/template" "^7.18.10" |
| 2216 | + "@babel/traverse" "^7.20.5" |
| 2217 | + "@babel/types" "^7.20.5" |
| 2218 | + |
2180 | 2219 | "@babel/helpers@^7.8.4": |
2181 | 2220 | version "7.8.4" |
2182 | 2221 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73" |
|
2378 | 2417 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4" |
2379 | 2418 | integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg== |
2380 | 2419 |
|
| 2420 | +"@babel/parser@^7.20.5": |
| 2421 | + version "7.20.5" |
| 2422 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
| 2423 | + integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
| 2424 | + |
2381 | 2425 | "@babel/parser@^7.3.4", "@babel/parser@^7.4.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4": |
2382 | 2426 | version "7.8.4" |
2383 | 2427 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" |
|
3491 | 3535 | dependencies: |
3492 | 3536 | "@babel/helper-plugin-utils" "^7.8.3" |
3493 | 3537 |
|
3494 | | -"@babel/plugin-transform-block-scoping@7.20.2", "@babel/plugin-transform-block-scoping@^7.20.0": |
3495 | | - version "7.20.2" |
3496 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz#f59b1767e6385c663fd0bce655db6ca9c8b236ed" |
3497 | | - integrity sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ== |
| 3538 | +"@babel/plugin-transform-block-scoping@7.20.5": |
| 3539 | + version "7.20.5" |
| 3540 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz#401215f9dc13dc5262940e2e527c9536b3d7f237" |
| 3541 | + integrity sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA== |
3498 | 3542 | dependencies: |
3499 | 3543 | "@babel/helper-plugin-utils" "^7.20.2" |
3500 | 3544 |
|
|
3527 | 3571 | dependencies: |
3528 | 3572 | "@babel/helper-plugin-utils" "^7.16.7" |
3529 | 3573 |
|
| 3574 | +"@babel/plugin-transform-block-scoping@^7.20.0": |
| 3575 | + version "7.20.2" |
| 3576 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz#f59b1767e6385c663fd0bce655db6ca9c8b236ed" |
| 3577 | + integrity sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ== |
| 3578 | + dependencies: |
| 3579 | + "@babel/helper-plugin-utils" "^7.20.2" |
| 3580 | + |
3530 | 3581 | "@babel/plugin-transform-block-scoping@^7.8.3": |
3531 | 3582 | version "7.8.3" |
3532 | 3583 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a" |
|
5922 | 5973 | debug "^4.1.0" |
5923 | 5974 | globals "^11.1.0" |
5924 | 5975 |
|
| 5976 | +"@babel/traverse@^7.20.5": |
| 5977 | + version "7.20.5" |
| 5978 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
| 5979 | + integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 5980 | + dependencies: |
| 5981 | + "@babel/code-frame" "^7.18.6" |
| 5982 | + "@babel/generator" "^7.20.5" |
| 5983 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 5984 | + "@babel/helper-function-name" "^7.19.0" |
| 5985 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 5986 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 5987 | + "@babel/parser" "^7.20.5" |
| 5988 | + "@babel/types" "^7.20.5" |
| 5989 | + debug "^4.1.0" |
| 5990 | + globals "^11.1.0" |
| 5991 | + |
5925 | 5992 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.6": |
5926 | 5993 | version "7.8.6" |
5927 | 5994 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" |
|
6161 | 6228 | "@babel/helper-validator-identifier" "^7.19.1" |
6162 | 6229 | to-fast-properties "^2.0.0" |
6163 | 6230 |
|
| 6231 | +"@babel/types@^7.20.5": |
| 6232 | + version "7.20.5" |
| 6233 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
| 6234 | + integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
| 6235 | + dependencies: |
| 6236 | + "@babel/helper-string-parser" "^7.19.4" |
| 6237 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 6238 | + to-fast-properties "^2.0.0" |
| 6239 | + |
6164 | 6240 | "@babel/types@^7.4.4", "@babel/types@^7.9.0": |
6165 | 6241 | version "7.9.0" |
6166 | 6242 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
|
0 commit comments