|
355 | 355 | dependencies:
|
356 | 356 | "@babel/helper-plugin-utils" "^7.0.0"
|
357 | 357 |
|
358 |
| -"@babel/plugin-transform-block-scoping@^7.6.2": |
359 |
| - version "7.6.2" |
360 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79" |
361 |
| - integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ== |
| 358 | +"@babel/plugin-transform-block-scoping@^7.6.3": |
| 359 | + version "7.6.3" |
| 360 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a" |
| 361 | + integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw== |
362 | 362 | dependencies:
|
363 | 363 | "@babel/helper-plugin-utils" "^7.0.0"
|
364 | 364 | lodash "^4.17.13"
|
|
480 | 480 | "@babel/helper-module-transforms" "^7.1.0"
|
481 | 481 | "@babel/helper-plugin-utils" "^7.0.0"
|
482 | 482 |
|
483 |
| -"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2": |
484 |
| - version "7.6.2" |
485 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b" |
486 |
| - integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g== |
| 483 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.6.3": |
| 484 | + version "7.6.3" |
| 485 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf" |
| 486 | + integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw== |
487 | 487 | dependencies:
|
488 | 488 | regexpu-core "^4.6.0"
|
489 | 489 |
|
|
579 | 579 | regexpu-core "^4.6.0"
|
580 | 580 |
|
581 | 581 | "@babel/preset-env@^7.0.0":
|
582 |
| - version "7.6.2" |
583 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3" |
584 |
| - integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q== |
| 582 | + version "7.6.3" |
| 583 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271" |
| 584 | + integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ== |
585 | 585 | dependencies:
|
586 | 586 | "@babel/helper-module-imports" "^7.0.0"
|
587 | 587 | "@babel/helper-plugin-utils" "^7.0.0"
|
|
599 | 599 | "@babel/plugin-transform-arrow-functions" "^7.2.0"
|
600 | 600 | "@babel/plugin-transform-async-to-generator" "^7.5.0"
|
601 | 601 | "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
|
602 |
| - "@babel/plugin-transform-block-scoping" "^7.6.2" |
| 602 | + "@babel/plugin-transform-block-scoping" "^7.6.3" |
603 | 603 | "@babel/plugin-transform-classes" "^7.5.5"
|
604 | 604 | "@babel/plugin-transform-computed-properties" "^7.2.0"
|
605 | 605 | "@babel/plugin-transform-destructuring" "^7.6.0"
|
|
614 | 614 | "@babel/plugin-transform-modules-commonjs" "^7.6.0"
|
615 | 615 | "@babel/plugin-transform-modules-systemjs" "^7.5.0"
|
616 | 616 | "@babel/plugin-transform-modules-umd" "^7.2.0"
|
617 |
| - "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2" |
| 617 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3" |
618 | 618 | "@babel/plugin-transform-new-target" "^7.4.4"
|
619 | 619 | "@babel/plugin-transform-object-super" "^7.5.5"
|
620 | 620 | "@babel/plugin-transform-parameters" "^7.4.4"
|
|
627 | 627 | "@babel/plugin-transform-template-literals" "^7.4.4"
|
628 | 628 | "@babel/plugin-transform-typeof-symbol" "^7.2.0"
|
629 | 629 | "@babel/plugin-transform-unicode-regex" "^7.6.2"
|
630 |
| - "@babel/types" "^7.6.0" |
| 630 | + "@babel/types" "^7.6.3" |
631 | 631 | browserslist "^4.6.0"
|
632 | 632 | core-js-compat "^3.1.1"
|
633 | 633 | invariant "^2.2.2"
|
|
0 commit comments