|
867 | 867 | core-js-pure "^3.0.0" |
868 | 868 | regenerator-runtime "^0.13.4" |
869 | 869 |
|
| 870 | +"@babel/runtime@^7.12.5": |
| 871 | + version "7.14.0" |
| 872 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" |
| 873 | + integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== |
| 874 | + dependencies: |
| 875 | + regenerator-runtime "^0.13.4" |
| 876 | + |
870 | 877 | "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": |
871 | 878 | version "7.9.2" |
872 | 879 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" |
@@ -2847,6 +2854,15 @@ babel-plugin-macros@2.8.0: |
2847 | 2854 | cosmiconfig "^6.0.0" |
2848 | 2855 | resolve "^1.12.0" |
2849 | 2856 |
|
| 2857 | +babel-plugin-macros@3.1.0: |
| 2858 | + version "3.1.0" |
| 2859 | + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" |
| 2860 | + integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== |
| 2861 | + dependencies: |
| 2862 | + "@babel/runtime" "^7.12.5" |
| 2863 | + cosmiconfig "^7.0.0" |
| 2864 | + resolve "^1.19.0" |
| 2865 | + |
2850 | 2866 | babel-plugin-minify-dead-code-elimination@0.5.1: |
2851 | 2867 | version "0.5.1" |
2852 | 2868 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz#1a0c68e44be30de4976ca69ffc535e08be13683f" |
@@ -3641,6 +3657,17 @@ cosmiconfig@^6.0.0: |
3641 | 3657 | path-type "^4.0.0" |
3642 | 3658 | yaml "^1.7.2" |
3643 | 3659 |
|
| 3660 | +cosmiconfig@^7.0.0: |
| 3661 | + version "7.0.0" |
| 3662 | + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3" |
| 3663 | + integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== |
| 3664 | + dependencies: |
| 3665 | + "@types/parse-json" "^4.0.0" |
| 3666 | + import-fresh "^3.2.1" |
| 3667 | + parse-json "^5.0.0" |
| 3668 | + path-type "^4.0.0" |
| 3669 | + yaml "^1.10.0" |
| 3670 | + |
3644 | 3671 | create-error-class@^3.0.0: |
3645 | 3672 | version "3.0.2" |
3646 | 3673 | resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" |
@@ -5274,6 +5301,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0: |
5274 | 5301 | parent-module "^1.0.0" |
5275 | 5302 | resolve-from "^4.0.0" |
5276 | 5303 |
|
| 5304 | +import-fresh@^3.2.1: |
| 5305 | + version "3.3.0" |
| 5306 | + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
| 5307 | + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== |
| 5308 | + dependencies: |
| 5309 | + parent-module "^1.0.0" |
| 5310 | + resolve-from "^4.0.0" |
| 5311 | + |
5277 | 5312 | import-from@^2.1.0: |
5278 | 5313 | version "2.1.0" |
5279 | 5314 | resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" |
@@ -5507,6 +5542,13 @@ is-cidr@^3.0.0: |
5507 | 5542 | dependencies: |
5508 | 5543 | cidr-regex "^2.0.10" |
5509 | 5544 |
|
| 5545 | +is-core-module@^2.2.0: |
| 5546 | + version "2.4.0" |
| 5547 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1" |
| 5548 | + integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A== |
| 5549 | + dependencies: |
| 5550 | + has "^1.0.3" |
| 5551 | + |
5510 | 5552 | is-data-descriptor@^0.1.4: |
5511 | 5553 | version "0.1.4" |
5512 | 5554 | resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" |
@@ -8813,6 +8855,14 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.3 |
8813 | 8855 | dependencies: |
8814 | 8856 | path-parse "^1.0.6" |
8815 | 8857 |
|
| 8858 | +resolve@^1.19.0: |
| 8859 | + version "1.20.0" |
| 8860 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" |
| 8861 | + integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== |
| 8862 | + dependencies: |
| 8863 | + is-core-module "^2.2.0" |
| 8864 | + path-parse "^1.0.6" |
| 8865 | + |
8816 | 8866 | restore-cursor@^2.0.0: |
8817 | 8867 | version "2.0.0" |
8818 | 8868 | resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" |
@@ -10403,6 +10453,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3: |
10403 | 10453 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" |
10404 | 10454 | integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== |
10405 | 10455 |
|
| 10456 | +yaml@^1.10.0: |
| 10457 | + version "1.10.2" |
| 10458 | + resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" |
| 10459 | + integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== |
| 10460 | + |
10406 | 10461 | yaml@^1.7.2: |
10407 | 10462 | version "1.8.3" |
10408 | 10463 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.3.tgz#2f420fca58b68ce3a332d0ca64be1d191dd3f87a" |
|
0 commit comments