|
35 | 35 | semver "^5.5.0"
|
36 | 36 |
|
37 | 37 | "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
|
38 |
| - version "7.11.1" |
39 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643" |
40 |
| - integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== |
| 38 | + version "7.11.5" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d" |
| 40 | + integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q== |
41 | 41 | dependencies:
|
42 | 42 | "@babel/code-frame" "^7.10.4"
|
43 |
| - "@babel/generator" "^7.11.0" |
| 43 | + "@babel/generator" "^7.11.5" |
44 | 44 | "@babel/helper-module-transforms" "^7.11.0"
|
45 | 45 | "@babel/helpers" "^7.10.4"
|
46 |
| - "@babel/parser" "^7.11.1" |
| 46 | + "@babel/parser" "^7.11.5" |
47 | 47 | "@babel/template" "^7.10.4"
|
48 |
| - "@babel/traverse" "^7.11.0" |
49 |
| - "@babel/types" "^7.11.0" |
| 48 | + "@babel/traverse" "^7.11.5" |
| 49 | + "@babel/types" "^7.11.5" |
50 | 50 | convert-source-map "^1.7.0"
|
51 | 51 | debug "^4.1.0"
|
52 | 52 | gensync "^1.0.0-beta.1"
|
53 | 53 | json5 "^2.1.2"
|
54 | 54 | lodash "^4.17.19"
|
55 | 55 | resolve "^1.3.2"
|
56 | 56 | semver "^5.4.1"
|
57 |
| - source-map "^0.5.0" |
| 57 | + source-map "^0.6.1" |
58 | 58 |
|
59 |
| -"@babel/generator@^7.11.0", "@babel/generator@^7.5.0": |
60 |
| - version "7.11.0" |
61 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
62 |
| - integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
| 59 | +"@babel/generator@^7.11.5", "@babel/generator@^7.5.0": |
| 60 | + version "7.11.5" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82" |
| 62 | + integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g== |
63 | 63 | dependencies:
|
64 |
| - "@babel/types" "^7.11.0" |
| 64 | + "@babel/types" "^7.11.5" |
65 | 65 | jsesc "^2.5.1"
|
66 |
| - source-map "^0.5.0" |
| 66 | + source-map "^0.6.1" |
67 | 67 |
|
68 | 68 | "@babel/helper-annotate-as-pure@^7.10.4":
|
69 | 69 | version "7.10.4"
|
|
291 | 291 | chalk "^2.0.0"
|
292 | 292 | js-tokens "^4.0.0"
|
293 | 293 |
|
294 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1", "@babel/parser@^7.7.0": |
295 |
| - version "7.11.3" |
296 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.3.tgz#9e1eae46738bcd08e23e867bab43e7b95299a8f9" |
297 |
| - integrity sha512-REo8xv7+sDxkKvoxEywIdsNFiZLybwdI7hcT5uEPyQrSMB4YQ973BfC9OOrD/81MaIjh6UxdulIQXkjmiH3PcA== |
| 294 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0": |
| 295 | + version "7.11.5" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
| 297 | + integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
298 | 298 |
|
299 | 299 | "@babel/plugin-external-helpers@^7.0.0":
|
300 | 300 | version "7.8.3"
|
|
1034 | 1034 | "@babel/parser" "^7.10.4"
|
1035 | 1035 | "@babel/types" "^7.10.4"
|
1036 | 1036 |
|
1037 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0", "@babel/traverse@^7.7.0": |
1038 |
| - version "7.11.0" |
1039 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
1040 |
| - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 1037 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0": |
| 1038 | + version "7.11.5" |
| 1039 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
| 1040 | + integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
1041 | 1041 | dependencies:
|
1042 | 1042 | "@babel/code-frame" "^7.10.4"
|
1043 |
| - "@babel/generator" "^7.11.0" |
| 1043 | + "@babel/generator" "^7.11.5" |
1044 | 1044 | "@babel/helper-function-name" "^7.10.4"
|
1045 | 1045 | "@babel/helper-split-export-declaration" "^7.11.0"
|
1046 |
| - "@babel/parser" "^7.11.0" |
1047 |
| - "@babel/types" "^7.11.0" |
| 1046 | + "@babel/parser" "^7.11.5" |
| 1047 | + "@babel/types" "^7.11.5" |
1048 | 1048 | debug "^4.1.0"
|
1049 | 1049 | globals "^11.1.0"
|
1050 | 1050 | lodash "^4.17.19"
|
1051 | 1051 |
|
1052 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
1053 |
| - version "7.11.0" |
1054 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" |
1055 |
| - integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== |
| 1052 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 1053 | + version "7.11.5" |
| 1054 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
| 1055 | + integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
1056 | 1056 | dependencies:
|
1057 | 1057 | "@babel/helper-validator-identifier" "^7.10.4"
|
1058 | 1058 | lodash "^4.17.19"
|
|
0 commit comments