|
175 | 175 | semver "^5.4.1"
|
176 | 176 | source-map "^0.5.0"
|
177 | 177 |
|
178 |
| -"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.12": |
179 |
| - version "7.17.12" |
180 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee" |
181 |
| - integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w== |
| 178 | +"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.18.0": |
| 179 | + version "7.18.0" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756" |
| 181 | + integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw== |
182 | 182 | dependencies:
|
183 | 183 | "@ampproject/remapping" "^2.1.0"
|
184 | 184 | "@babel/code-frame" "^7.16.7"
|
185 |
| - "@babel/generator" "^7.17.12" |
| 185 | + "@babel/generator" "^7.18.0" |
186 | 186 | "@babel/helper-compilation-targets" "^7.17.10"
|
187 |
| - "@babel/helper-module-transforms" "^7.17.12" |
188 |
| - "@babel/helpers" "^7.17.9" |
189 |
| - "@babel/parser" "^7.17.12" |
| 187 | + "@babel/helper-module-transforms" "^7.18.0" |
| 188 | + "@babel/helpers" "^7.18.0" |
| 189 | + "@babel/parser" "^7.18.0" |
190 | 190 | "@babel/template" "^7.16.7"
|
191 |
| - "@babel/traverse" "^7.17.12" |
192 |
| - "@babel/types" "^7.17.12" |
| 191 | + "@babel/traverse" "^7.18.0" |
| 192 | + "@babel/types" "^7.18.0" |
193 | 193 | convert-source-map "^1.7.0"
|
194 | 194 | debug "^4.1.0"
|
195 | 195 | gensync "^1.0.0-beta.2"
|
|
205 | 205 | eslint-visitor-keys "^2.1.0"
|
206 | 206 | semver "^6.3.0"
|
207 | 207 |
|
208 |
| -"@babel/generator@^7.12.5", "@babel/generator@^7.17.12", "@babel/generator@^7.7.2": |
209 |
| - version "7.17.12" |
210 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.12.tgz#5970e6160e9be0428e02f4aba62d8551ec366cc8" |
211 |
| - integrity sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw== |
212 |
| - dependencies: |
213 |
| - "@babel/types" "^7.17.12" |
214 |
| - "@jridgewell/gen-mapping" "^0.3.0" |
215 |
| - jsesc "^2.5.1" |
216 |
| - |
217 |
| -"@babel/generator@^7.18.0": |
| 208 | +"@babel/generator@^7.12.5", "@babel/generator@^7.18.0", "@babel/generator@^7.7.2": |
218 | 209 | version "7.18.0"
|
219 | 210 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.0.tgz#46d28e8a18fc737b028efb25ab105d74473af43f"
|
220 | 211 | integrity sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==
|
|
377 | 368 | dependencies:
|
378 | 369 | "@babel/types" "^7.16.7"
|
379 | 370 |
|
380 |
| -"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.17.12": |
381 |
| - version "7.17.12" |
382 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e" |
383 |
| - integrity sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA== |
384 |
| - dependencies: |
385 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
386 |
| - "@babel/helper-module-imports" "^7.16.7" |
387 |
| - "@babel/helper-simple-access" "^7.17.7" |
388 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
389 |
| - "@babel/helper-validator-identifier" "^7.16.7" |
390 |
| - "@babel/template" "^7.16.7" |
391 |
| - "@babel/traverse" "^7.17.12" |
392 |
| - "@babel/types" "^7.17.12" |
393 |
| - |
394 |
| -"@babel/helper-module-transforms@^7.18.0": |
| 371 | +"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.0": |
395 | 372 | version "7.18.0"
|
396 | 373 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
|
397 | 374 | integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==
|
|
483 | 460 | "@babel/traverse" "^7.16.8"
|
484 | 461 | "@babel/types" "^7.16.8"
|
485 | 462 |
|
486 |
| -"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.9": |
487 |
| - version "7.17.9" |
488 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.9.tgz#b2af120821bfbe44f9907b1826e168e819375a1a" |
489 |
| - integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q== |
| 463 | +"@babel/helpers@^7.12.5", "@babel/helpers@^7.18.0": |
| 464 | + version "7.18.0" |
| 465 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370" |
| 466 | + integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg== |
490 | 467 | dependencies:
|
491 | 468 | "@babel/template" "^7.16.7"
|
492 |
| - "@babel/traverse" "^7.17.9" |
493 |
| - "@babel/types" "^7.17.0" |
| 469 | + "@babel/traverse" "^7.18.0" |
| 470 | + "@babel/types" "^7.18.0" |
494 | 471 |
|
495 | 472 | "@babel/highlight@^7.16.7":
|
496 | 473 | version "7.16.7"
|
|
501 | 478 | chalk "^2.0.0"
|
502 | 479 | js-tokens "^4.0.0"
|
503 | 480 |
|
504 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12": |
505 |
| - version "7.17.12" |
506 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23" |
507 |
| - integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA== |
508 |
| - |
509 |
| -"@babel/parser@^7.18.0": |
| 481 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0": |
510 | 482 | version "7.18.0"
|
511 | 483 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.0.tgz#10a8d4e656bc01128d299a787aa006ce1a91e112"
|
512 | 484 | integrity sha512-AqDccGC+m5O/iUStSJy3DGRIUFu7WbY/CppZYwrEUB4N0tZlnI8CSTsgL7v5fHVFmUbRv2sd+yy27o8Ydt4MGg==
|
|
1241 | 1213 | "@babel/parser" "^7.16.7"
|
1242 | 1214 | "@babel/types" "^7.16.7"
|
1243 | 1215 |
|
1244 |
| -"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2": |
1245 |
| - version "7.17.12" |
1246 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c" |
1247 |
| - integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw== |
1248 |
| - dependencies: |
1249 |
| - "@babel/code-frame" "^7.16.7" |
1250 |
| - "@babel/generator" "^7.17.12" |
1251 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
1252 |
| - "@babel/helper-function-name" "^7.17.9" |
1253 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
1254 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
1255 |
| - "@babel/parser" "^7.17.12" |
1256 |
| - "@babel/types" "^7.17.12" |
1257 |
| - debug "^4.1.0" |
1258 |
| - globals "^11.1.0" |
1259 |
| - |
1260 |
| -"@babel/traverse@^7.18.0": |
| 1216 | +"@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.7.2": |
1261 | 1217 | version "7.18.0"
|
1262 | 1218 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.0.tgz#0e5ec6db098660b2372dd63d096bf484e32d27ba"
|
1263 | 1219 | integrity sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==
|
|
0 commit comments