|
166 | 166 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
|
167 | 167 | integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
|
168 | 168 |
|
169 |
| -"@babel/core@^7.1.0", "@babel/core@^7.18.13", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
170 |
| - version "7.18.13" |
171 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac" |
172 |
| - integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A== |
| 169 | +"@babel/core@^7.1.0", "@babel/core@^7.20.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5": |
| 170 | + version "7.20.5" |
| 171 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
| 172 | + integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
173 | 173 | dependencies:
|
174 | 174 | "@ampproject/remapping" "^2.1.0"
|
175 | 175 | "@babel/code-frame" "^7.18.6"
|
176 |
| - "@babel/generator" "^7.18.13" |
177 |
| - "@babel/helper-compilation-targets" "^7.18.9" |
178 |
| - "@babel/helper-module-transforms" "^7.18.9" |
179 |
| - "@babel/helpers" "^7.18.9" |
180 |
| - "@babel/parser" "^7.18.13" |
| 176 | + "@babel/generator" "^7.20.5" |
| 177 | + "@babel/helper-compilation-targets" "^7.20.0" |
| 178 | + "@babel/helper-module-transforms" "^7.20.2" |
| 179 | + "@babel/helpers" "^7.20.5" |
| 180 | + "@babel/parser" "^7.20.5" |
181 | 181 | "@babel/template" "^7.18.10"
|
182 |
| - "@babel/traverse" "^7.18.13" |
183 |
| - "@babel/types" "^7.18.13" |
| 182 | + "@babel/traverse" "^7.20.5" |
| 183 | + "@babel/types" "^7.20.5" |
184 | 184 | convert-source-map "^1.7.0"
|
185 | 185 | debug "^4.1.0"
|
186 | 186 | gensync "^1.0.0-beta.2"
|
187 | 187 | json5 "^2.2.1"
|
188 | 188 | semver "^6.3.0"
|
189 | 189 |
|
190 |
| -"@babel/generator@^7.18.13", "@babel/generator@^7.7.2": |
191 |
| - version "7.18.13" |
192 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212" |
193 |
| - integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ== |
194 |
| - dependencies: |
195 |
| - "@babel/types" "^7.18.13" |
196 |
| - "@jridgewell/gen-mapping" "^0.3.2" |
197 |
| - jsesc "^2.5.1" |
198 |
| - |
199 |
| -"@babel/generator@^7.20.1": |
200 |
| - version "7.20.2" |
201 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481" |
202 |
| - integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q== |
| 190 | +"@babel/generator@^7.20.5", "@babel/generator@^7.7.2": |
| 191 | + version "7.20.5" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95" |
| 193 | + integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== |
203 | 194 | dependencies:
|
204 |
| - "@babel/types" "^7.20.2" |
| 195 | + "@babel/types" "^7.20.5" |
205 | 196 | "@jridgewell/gen-mapping" "^0.3.2"
|
206 | 197 | jsesc "^2.5.1"
|
207 | 198 |
|
|
347 | 338 | dependencies:
|
348 | 339 | "@babel/types" "^7.18.6"
|
349 | 340 |
|
350 |
| -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9": |
351 |
| - version "7.18.9" |
352 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712" |
353 |
| - integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g== |
354 |
| - dependencies: |
355 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
356 |
| - "@babel/helper-module-imports" "^7.18.6" |
357 |
| - "@babel/helper-simple-access" "^7.18.6" |
358 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
359 |
| - "@babel/helper-validator-identifier" "^7.18.6" |
360 |
| - "@babel/template" "^7.18.6" |
361 |
| - "@babel/traverse" "^7.18.9" |
362 |
| - "@babel/types" "^7.18.9" |
363 |
| - |
364 |
| -"@babel/helper-module-transforms@^7.19.6": |
| 341 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": |
365 | 342 | version "7.20.2"
|
366 | 343 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
|
367 | 344 | integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
|
|
429 | 406 | "@babel/traverse" "^7.19.1"
|
430 | 407 | "@babel/types" "^7.19.0"
|
431 | 408 |
|
432 |
| -"@babel/helper-simple-access@^7.18.6": |
433 |
| - version "7.18.6" |
434 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea" |
435 |
| - integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g== |
436 |
| - dependencies: |
437 |
| - "@babel/types" "^7.18.6" |
438 |
| - |
439 | 409 | "@babel/helper-simple-access@^7.19.4", "@babel/helper-simple-access@^7.20.2":
|
440 | 410 | version "7.20.2"
|
441 | 411 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
|
|
502 | 472 | "@babel/traverse" "^7.18.11"
|
503 | 473 | "@babel/types" "^7.18.10"
|
504 | 474 |
|
505 |
| -"@babel/helpers@^7.18.9": |
506 |
| - version "7.18.9" |
507 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9" |
508 |
| - integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ== |
| 475 | +"@babel/helpers@^7.20.5": |
| 476 | + version "7.20.6" |
| 477 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763" |
| 478 | + integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== |
509 | 479 | dependencies:
|
510 |
| - "@babel/template" "^7.18.6" |
511 |
| - "@babel/traverse" "^7.18.9" |
512 |
| - "@babel/types" "^7.18.9" |
| 480 | + "@babel/template" "^7.18.10" |
| 481 | + "@babel/traverse" "^7.20.5" |
| 482 | + "@babel/types" "^7.20.5" |
513 | 483 |
|
514 | 484 | "@babel/highlight@^7.10.4":
|
515 | 485 | version "7.10.4"
|
|
529 | 499 | chalk "^2.0.0"
|
530 | 500 | js-tokens "^4.0.0"
|
531 | 501 |
|
532 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.18.10", "@babel/parser@^7.18.13", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2": |
533 |
| - version "7.18.13" |
534 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4" |
535 |
| - integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg== |
536 |
| - |
537 |
| -"@babel/parser@^7.20.1": |
538 |
| - version "7.20.2" |
539 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4" |
540 |
| - integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg== |
| 502 | +"@babel/parser@^7.1.0", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2": |
| 503 | + version "7.20.5" |
| 504 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8" |
| 505 | + integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== |
541 | 506 |
|
542 | 507 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
543 | 508 | version "7.18.6"
|
|
1183 | 1148 | "@babel/parser" "^7.18.10"
|
1184 | 1149 | "@babel/types" "^7.18.10"
|
1185 | 1150 |
|
1186 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
1187 |
| - version "7.18.13" |
1188 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" |
1189 |
| - integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA== |
| 1151 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.6", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2": |
| 1152 | + version "7.20.5" |
| 1153 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133" |
| 1154 | + integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== |
1190 | 1155 | dependencies:
|
1191 | 1156 | "@babel/code-frame" "^7.18.6"
|
1192 |
| - "@babel/generator" "^7.18.13" |
1193 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1194 |
| - "@babel/helper-function-name" "^7.18.9" |
1195 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1196 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1197 |
| - "@babel/parser" "^7.18.13" |
1198 |
| - "@babel/types" "^7.18.13" |
1199 |
| - debug "^4.1.0" |
1200 |
| - globals "^11.1.0" |
1201 |
| - |
1202 |
| -"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1": |
1203 |
| - version "7.20.1" |
1204 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
1205 |
| - integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
1206 |
| - dependencies: |
1207 |
| - "@babel/code-frame" "^7.18.6" |
1208 |
| - "@babel/generator" "^7.20.1" |
| 1157 | + "@babel/generator" "^7.20.5" |
1209 | 1158 | "@babel/helper-environment-visitor" "^7.18.9"
|
1210 | 1159 | "@babel/helper-function-name" "^7.19.0"
|
1211 | 1160 | "@babel/helper-hoist-variables" "^7.18.6"
|
1212 | 1161 | "@babel/helper-split-export-declaration" "^7.18.6"
|
1213 |
| - "@babel/parser" "^7.20.1" |
1214 |
| - "@babel/types" "^7.20.0" |
| 1162 | + "@babel/parser" "^7.20.5" |
| 1163 | + "@babel/types" "^7.20.5" |
1215 | 1164 | debug "^4.1.0"
|
1216 | 1165 | globals "^11.1.0"
|
1217 | 1166 |
|
1218 |
| -"@babel/types@^7.0.0", "@babel/types@^7.12.5", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@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.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
1219 |
| - version "7.20.2" |
1220 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842" |
1221 |
| - integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== |
| 1167 | +"@babel/types@^7.0.0", "@babel/types@^7.12.5", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.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.4", "@babel/types@^7.7.0": |
| 1168 | + version "7.20.5" |
| 1169 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" |
| 1170 | + integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== |
1222 | 1171 | dependencies:
|
1223 | 1172 | "@babel/helper-string-parser" "^7.19.4"
|
1224 | 1173 | "@babel/helper-validator-identifier" "^7.19.1"
|
|
0 commit comments