|
17 | 17 | dependencies: |
18 | 18 | "@babel/highlight" "^7.18.6" |
19 | 19 |
|
20 | | -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": |
| 20 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1": |
21 | 21 | version "7.20.1" |
22 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30" |
23 | 23 | integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== |
24 | 24 |
|
25 | | -"@babel/core@^7.11.6", "@babel/core@^7.20.5": |
| 25 | +"@babel/compat-data@^7.20.5": |
26 | 26 | version "7.20.5" |
27 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
28 | | - integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
| 28 | + integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== |
| 29 | + |
| 30 | +"@babel/core@^7.11.6", "@babel/core@^7.20.7": |
| 31 | + version "7.20.7" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
| 33 | + integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
29 | 34 | dependencies: |
30 | 35 | "@ampproject/remapping" "^2.1.0" |
31 | 36 | "@babel/code-frame" "^7.18.6" |
32 | | - "@babel/generator" "^7.20.5" |
33 | | - "@babel/helper-compilation-targets" "^7.20.0" |
34 | | - "@babel/helper-module-transforms" "^7.20.2" |
35 | | - "@babel/helpers" "^7.20.5" |
36 | | - "@babel/parser" "^7.20.5" |
37 | | - "@babel/template" "^7.18.10" |
38 | | - "@babel/traverse" "^7.20.5" |
39 | | - "@babel/types" "^7.20.5" |
| 37 | + "@babel/generator" "^7.20.7" |
| 38 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 39 | + "@babel/helper-module-transforms" "^7.20.7" |
| 40 | + "@babel/helpers" "^7.20.7" |
| 41 | + "@babel/parser" "^7.20.7" |
| 42 | + "@babel/template" "^7.20.7" |
| 43 | + "@babel/traverse" "^7.20.7" |
| 44 | + "@babel/types" "^7.20.7" |
40 | 45 | convert-source-map "^1.7.0" |
41 | 46 | debug "^4.1.0" |
42 | 47 | gensync "^1.0.0-beta.2" |
43 | 48 | json5 "^2.2.1" |
44 | 49 | semver "^6.3.0" |
45 | 50 |
|
46 | | -"@babel/generator@^7.20.5": |
47 | | - version "7.20.5" |
48 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95" |
49 | | - integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== |
| 51 | +"@babel/generator@^7.20.7": |
| 52 | + version "7.20.7" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 54 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
50 | 55 | dependencies: |
51 | | - "@babel/types" "^7.20.5" |
| 56 | + "@babel/types" "^7.20.7" |
52 | 57 | "@jridgewell/gen-mapping" "^0.3.2" |
53 | 58 | jsesc "^2.5.1" |
54 | 59 |
|
|
67 | 72 | "@babel/helper-explode-assignable-expression" "^7.18.6" |
68 | 73 | "@babel/types" "^7.18.9" |
69 | 74 |
|
70 | | -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0": |
71 | | - version "7.20.0" |
72 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a" |
73 | | - integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== |
| 75 | +"@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": |
| 76 | + version "7.20.7" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 78 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
74 | 79 | dependencies: |
75 | | - "@babel/compat-data" "^7.20.0" |
| 80 | + "@babel/compat-data" "^7.20.5" |
76 | 81 | "@babel/helper-validator-option" "^7.18.6" |
77 | 82 | browserslist "^4.21.3" |
| 83 | + lru-cache "^5.1.1" |
78 | 84 | semver "^6.3.0" |
79 | 85 |
|
80 | 86 | "@babel/helper-create-class-features-plugin@^7.18.6": |
|
167 | 173 | dependencies: |
168 | 174 | "@babel/types" "^7.18.6" |
169 | 175 |
|
170 | | -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": |
171 | | - version "7.20.2" |
172 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712" |
173 | | - integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA== |
| 176 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.7": |
| 177 | + version "7.20.7" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43" |
| 179 | + integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA== |
174 | 180 | dependencies: |
175 | 181 | "@babel/helper-environment-visitor" "^7.18.9" |
176 | 182 | "@babel/helper-module-imports" "^7.18.6" |
177 | 183 | "@babel/helper-simple-access" "^7.20.2" |
178 | 184 | "@babel/helper-split-export-declaration" "^7.18.6" |
179 | 185 | "@babel/helper-validator-identifier" "^7.19.1" |
180 | | - "@babel/template" "^7.18.10" |
181 | | - "@babel/traverse" "^7.20.1" |
182 | | - "@babel/types" "^7.20.2" |
| 186 | + "@babel/template" "^7.20.7" |
| 187 | + "@babel/traverse" "^7.20.7" |
| 188 | + "@babel/types" "^7.20.7" |
183 | 189 |
|
184 | 190 | "@babel/helper-optimise-call-expression@^7.18.6": |
185 | 191 | version "7.18.6" |
|
283 | 289 | "@babel/traverse" "^7.18.9" |
284 | 290 | "@babel/types" "^7.18.9" |
285 | 291 |
|
286 | | -"@babel/helpers@^7.20.5": |
287 | | - version "7.20.6" |
288 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763" |
289 | | - integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== |
| 292 | +"@babel/helpers@^7.20.7": |
| 293 | + version "7.20.7" |
| 294 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 295 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
290 | 296 | dependencies: |
291 | | - "@babel/template" "^7.18.10" |
292 | | - "@babel/traverse" "^7.20.5" |
293 | | - "@babel/types" "^7.20.5" |
| 297 | + "@babel/template" "^7.20.7" |
| 298 | + "@babel/traverse" "^7.20.7" |
| 299 | + "@babel/types" "^7.20.7" |
294 | 300 |
|
295 | 301 | "@babel/highlight@^7.18.6": |
296 | 302 | version "7.18.6" |
|
301 | 307 | chalk "^2.0.0" |
302 | 308 | js-tokens "^4.0.0" |
303 | 309 |
|
304 | | -"@babel/parser@^7.12.0", "@babel/parser@^7.18.10", "@babel/parser@^7.18.4", "@babel/parser@^7.20.5", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": |
305 | | - version "7.20.5" |
306 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
307 | | - integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
| 310 | +"@babel/parser@^7.12.0", "@babel/parser@^7.18.4", "@babel/parser@^7.20.7", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6": |
| 311 | + version "7.20.7" |
| 312 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 313 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
308 | 314 |
|
309 | 315 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
310 | 316 | version "7.18.6" |
|
905 | 911 | dependencies: |
906 | 912 | regenerator-runtime "^0.13.4" |
907 | 913 |
|
908 | | -"@babel/template@^7.18.10", "@babel/template@^7.18.6": |
909 | | - version "7.18.10" |
910 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
911 | | - integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 914 | +"@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.20.7": |
| 915 | + version "7.20.7" |
| 916 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 917 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
912 | 918 | dependencies: |
913 | 919 | "@babel/code-frame" "^7.18.6" |
914 | | - "@babel/parser" "^7.18.10" |
915 | | - "@babel/types" "^7.18.10" |
| 920 | + "@babel/parser" "^7.20.7" |
| 921 | + "@babel/types" "^7.20.7" |
916 | 922 |
|
917 | | -"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": |
918 | | - version "7.20.5" |
919 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
920 | | - integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
| 923 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.7": |
| 924 | + version "7.20.8" |
| 925 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.8.tgz#e3a23eb04af24f8bbe8a8ba3eef6155b77df0b08" |
| 926 | + integrity sha512-/RNkaYDeCy4MjyV70+QkSHhxbvj2JO/5Ft2Pa880qJOG8tWrqcT/wXUuCCv43yogfqPzHL77Xu101KQPf4clnQ== |
921 | 927 | dependencies: |
922 | 928 | "@babel/code-frame" "^7.18.6" |
923 | | - "@babel/generator" "^7.20.5" |
| 929 | + "@babel/generator" "^7.20.7" |
924 | 930 | "@babel/helper-environment-visitor" "^7.18.9" |
925 | 931 | "@babel/helper-function-name" "^7.19.0" |
926 | 932 | "@babel/helper-hoist-variables" "^7.18.6" |
927 | 933 | "@babel/helper-split-export-declaration" "^7.18.6" |
928 | | - "@babel/parser" "^7.20.5" |
929 | | - "@babel/types" "^7.20.5" |
| 934 | + "@babel/parser" "^7.20.7" |
| 935 | + "@babel/types" "^7.20.7" |
930 | 936 | debug "^4.1.0" |
931 | 937 | globals "^11.1.0" |
932 | 938 |
|
933 | | -"@babel/types@^7.12.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6": |
934 | | - version "7.20.5" |
935 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
936 | | - integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
| 939 | +"@babel/types@^7.12.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6": |
| 940 | + version "7.20.7" |
| 941 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 942 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
937 | 943 | dependencies: |
938 | 944 | "@babel/helper-string-parser" "^7.19.4" |
939 | 945 | "@babel/helper-validator-identifier" "^7.19.1" |
|
0 commit comments