|
34 | 34 | invariant "^2.2.4" |
35 | 35 | semver "^5.5.0" |
36 | 36 |
|
37 | | -"@babel/core@7.11.4": |
38 | | - version "7.11.4" |
39 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" |
40 | | - integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== |
| 37 | +"@babel/core@7.11.5": |
| 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.4" |
| 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.4" |
| 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 | 59 | "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
60 | 60 | version "7.9.0" |
|
88 | 88 | lodash "^4.17.13" |
89 | 89 | source-map "^0.5.0" |
90 | 90 |
|
91 | | -"@babel/generator@^7.11.0": |
92 | | - version "7.11.0" |
93 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
94 | | - integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
95 | | - dependencies: |
96 | | - "@babel/types" "^7.11.0" |
97 | | - jsesc "^2.5.1" |
98 | | - source-map "^0.5.0" |
99 | | - |
100 | | -"@babel/generator@^7.11.4": |
101 | | - version "7.11.4" |
102 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" |
103 | | - integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== |
| 91 | +"@babel/generator@^7.11.5": |
| 92 | + version "7.11.5" |
| 93 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82" |
| 94 | + integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g== |
104 | 95 | dependencies: |
105 | | - "@babel/types" "^7.11.0" |
| 96 | + "@babel/types" "^7.11.5" |
106 | 97 | jsesc "^2.5.1" |
107 | | - source-map "^0.5.0" |
| 98 | + source-map "^0.6.1" |
108 | 99 |
|
109 | 100 | "@babel/generator@^7.9.0": |
110 | 101 | version "7.9.4" |
|
503 | 494 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
504 | 495 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
505 | 496 |
|
506 | | -"@babel/parser@^7.11.0": |
507 | | - version "7.11.0" |
508 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" |
509 | | - integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== |
510 | | - |
511 | | -"@babel/parser@^7.11.4": |
512 | | - version "7.11.4" |
513 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
514 | | - integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
| 497 | +"@babel/parser@^7.11.5": |
| 498 | + version "7.11.5" |
| 499 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
| 500 | + integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
515 | 501 |
|
516 | 502 | "@babel/plugin-proposal-async-generator-functions@^7.10.4": |
517 | 503 | version "7.10.4" |
|
1057 | 1043 | "@babel/helper-create-regexp-features-plugin" "^7.10.4" |
1058 | 1044 | "@babel/helper-plugin-utils" "^7.10.4" |
1059 | 1045 |
|
1060 | | -"@babel/preset-env@7.11.0": |
1061 | | - version "7.11.0" |
1062 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
1063 | | - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
| 1046 | +"@babel/preset-env@7.11.5": |
| 1047 | + version "7.11.5" |
| 1048 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" |
| 1049 | + integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== |
1064 | 1050 | dependencies: |
1065 | 1051 | "@babel/compat-data" "^7.11.0" |
1066 | 1052 | "@babel/helper-compilation-targets" "^7.10.4" |
|
1124 | 1110 | "@babel/plugin-transform-unicode-escapes" "^7.10.4" |
1125 | 1111 | "@babel/plugin-transform-unicode-regex" "^7.10.4" |
1126 | 1112 | "@babel/preset-modules" "^0.1.3" |
1127 | | - "@babel/types" "^7.11.0" |
| 1113 | + "@babel/types" "^7.11.5" |
1128 | 1114 | browserslist "^4.12.0" |
1129 | 1115 | core-js-compat "^3.6.2" |
1130 | 1116 | invariant "^2.2.2" |
|
1210 | 1196 | globals "^11.1.0" |
1211 | 1197 | lodash "^4.17.13" |
1212 | 1198 |
|
1213 | | -"@babel/traverse@^7.11.0": |
1214 | | - version "7.11.0" |
1215 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
1216 | | - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 1199 | +"@babel/traverse@^7.11.5": |
| 1200 | + version "7.11.5" |
| 1201 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
| 1202 | + integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
1217 | 1203 | dependencies: |
1218 | 1204 | "@babel/code-frame" "^7.10.4" |
1219 | | - "@babel/generator" "^7.11.0" |
| 1205 | + "@babel/generator" "^7.11.5" |
1220 | 1206 | "@babel/helper-function-name" "^7.10.4" |
1221 | 1207 | "@babel/helper-split-export-declaration" "^7.11.0" |
1222 | | - "@babel/parser" "^7.11.0" |
1223 | | - "@babel/types" "^7.11.0" |
| 1208 | + "@babel/parser" "^7.11.5" |
| 1209 | + "@babel/types" "^7.11.5" |
1224 | 1210 | debug "^4.1.0" |
1225 | 1211 | globals "^11.1.0" |
1226 | 1212 | lodash "^4.17.19" |
|
1252 | 1238 | lodash "^4.17.19" |
1253 | 1239 | to-fast-properties "^2.0.0" |
1254 | 1240 |
|
| 1241 | +"@babel/types@^7.11.5": |
| 1242 | + version "7.11.5" |
| 1243 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
| 1244 | + integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
| 1245 | + dependencies: |
| 1246 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1247 | + lodash "^4.17.19" |
| 1248 | + to-fast-properties "^2.0.0" |
| 1249 | + |
1255 | 1250 | "@babel/types@^7.3.3": |
1256 | 1251 | version "7.9.5" |
1257 | 1252 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
|
0 commit comments