|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/cli@7.10.5": |
6 |
| - version "7.10.5" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" |
8 |
| - integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA== |
| 5 | +"@babel/cli@7.11.5": |
| 6 | + version "7.11.5" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.5.tgz#4f51663f393d950b41f4c7ba41f3f7c2a595a295" |
| 8 | + integrity sha512-0umMDxxdEZ98EMZtS9Wgnaf4NdgqBcQHaGYaMfAmP+ZicVglZ2+QZwoHNacfnUq4hCmC1V7Ap5Phq7FInpWrWg== |
9 | 9 | dependencies:
|
10 | 10 | commander "^4.0.1"
|
11 | 11 | convert-source-map "^1.1.0"
|
|
14 | 14 | lodash "^4.17.19"
|
15 | 15 | make-dir "^2.1.0"
|
16 | 16 | slash "^2.0.0"
|
17 |
| - source-map "^0.5.0" |
| 17 | + source-map "^0.6.1" |
18 | 18 | optionalDependencies:
|
19 | 19 | chokidar "^2.1.8"
|
20 | 20 |
|
|
57 | 57 | invariant "^2.2.4"
|
58 | 58 | semver "^5.5.0"
|
59 | 59 |
|
60 |
| -"@babel/core@7.11.4": |
61 |
| - version "7.11.4" |
62 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" |
63 |
| - integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== |
| 60 | +"@babel/core@7.11.5": |
| 61 | + version "7.11.5" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.5.tgz#6ad96e2f71899ea3f9b651f0a911e85205d1ff6d" |
| 63 | + integrity sha512-fsEANVOcZHzrsV6dMVWqpSeXClq3lNbYrfFGme6DE25FQWe7pyeYpXyx9guqUnpy466JLzZ8z4uwSr2iv60V5Q== |
64 | 64 | dependencies:
|
65 | 65 | "@babel/code-frame" "^7.10.4"
|
66 |
| - "@babel/generator" "^7.11.4" |
| 66 | + "@babel/generator" "^7.11.5" |
67 | 67 | "@babel/helper-module-transforms" "^7.11.0"
|
68 | 68 | "@babel/helpers" "^7.10.4"
|
69 |
| - "@babel/parser" "^7.11.4" |
| 69 | + "@babel/parser" "^7.11.5" |
70 | 70 | "@babel/template" "^7.10.4"
|
71 |
| - "@babel/traverse" "^7.11.0" |
72 |
| - "@babel/types" "^7.11.0" |
| 71 | + "@babel/traverse" "^7.11.5" |
| 72 | + "@babel/types" "^7.11.5" |
73 | 73 | convert-source-map "^1.7.0"
|
74 | 74 | debug "^4.1.0"
|
75 | 75 | gensync "^1.0.0-beta.1"
|
76 | 76 | json5 "^2.1.2"
|
77 | 77 | lodash "^4.17.19"
|
78 | 78 | resolve "^1.3.2"
|
79 | 79 | semver "^5.4.1"
|
80 |
| - source-map "^0.5.0" |
| 80 | + source-map "^0.6.1" |
81 | 81 |
|
82 | 82 | "@babel/core@^7.7.5":
|
83 | 83 | version "7.9.0"
|
|
111 | 111 | lodash "^4.17.13"
|
112 | 112 | source-map "^0.5.0"
|
113 | 113 |
|
114 |
| -"@babel/generator@^7.11.0": |
115 |
| - version "7.11.0" |
116 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c" |
117 |
| - integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ== |
| 114 | +"@babel/generator@^7.11.5": |
| 115 | + version "7.11.5" |
| 116 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.5.tgz#a5582773425a468e4ba269d9a1f701fbca6a7a82" |
| 117 | + integrity sha512-9UqHWJ4IwRTy4l0o8gq2ef8ws8UPzvtMkVKjTLAiRmza9p9V6Z+OfuNd9fB1j5Q67F+dVJtPC2sZXI8NM9br4g== |
118 | 118 | dependencies:
|
119 |
| - "@babel/types" "^7.11.0" |
| 119 | + "@babel/types" "^7.11.5" |
120 | 120 | jsesc "^2.5.1"
|
121 |
| - source-map "^0.5.0" |
122 |
| - |
123 |
| -"@babel/generator@^7.11.4": |
124 |
| - version "7.11.4" |
125 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" |
126 |
| - integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== |
127 |
| - dependencies: |
128 |
| - "@babel/types" "^7.11.0" |
129 |
| - jsesc "^2.5.1" |
130 |
| - source-map "^0.5.0" |
| 121 | + source-map "^0.6.1" |
131 | 122 |
|
132 | 123 | "@babel/generator@^7.8.6":
|
133 | 124 | version "7.8.6"
|
|
567 | 558 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
568 | 559 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
569 | 560 |
|
570 |
| -"@babel/parser@^7.11.0": |
571 |
| - version "7.11.0" |
572 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d" |
573 |
| - integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw== |
574 |
| - |
575 |
| -"@babel/parser@^7.11.4": |
576 |
| - version "7.11.4" |
577 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" |
578 |
| - integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== |
| 561 | +"@babel/parser@^7.11.5": |
| 562 | + version "7.11.5" |
| 563 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
| 564 | + integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
579 | 565 |
|
580 | 566 | "@babel/parser@^7.7.5", "@babel/parser@^7.9.0":
|
581 | 567 | version "7.9.4"
|
|
1051 | 1037 | "@babel/helper-create-regexp-features-plugin" "^7.10.4"
|
1052 | 1038 | "@babel/helper-plugin-utils" "^7.10.4"
|
1053 | 1039 |
|
1054 |
| -"@babel/preset-env@7.11.0": |
1055 |
| - version "7.11.0" |
1056 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
1057 |
| - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
| 1040 | +"@babel/preset-env@7.11.5": |
| 1041 | + version "7.11.5" |
| 1042 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" |
| 1043 | + integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== |
1058 | 1044 | dependencies:
|
1059 | 1045 | "@babel/compat-data" "^7.11.0"
|
1060 | 1046 | "@babel/helper-compilation-targets" "^7.10.4"
|
|
1118 | 1104 | "@babel/plugin-transform-unicode-escapes" "^7.10.4"
|
1119 | 1105 | "@babel/plugin-transform-unicode-regex" "^7.10.4"
|
1120 | 1106 | "@babel/preset-modules" "^0.1.3"
|
1121 |
| - "@babel/types" "^7.11.0" |
| 1107 | + "@babel/types" "^7.11.5" |
1122 | 1108 | browserslist "^4.12.0"
|
1123 | 1109 | core-js-compat "^3.6.2"
|
1124 | 1110 | invariant "^2.2.2"
|
|
1136 | 1122 | "@babel/types" "^7.4.4"
|
1137 | 1123 | esutils "^2.0.2"
|
1138 | 1124 |
|
1139 |
| -"@babel/register@7.10.5": |
1140 |
| - version "7.10.5" |
1141 |
| - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.10.5.tgz#354f3574895f1307f79efe37a51525e52fd38d89" |
1142 |
| - integrity sha512-eYHdLv43nyvmPn9bfNfrcC4+iYNwdQ8Pxk1MFJuU/U5LpSYl/PH4dFMazCYZDFVi8ueG3shvO+AQfLrxpYulQw== |
| 1125 | +"@babel/register@7.11.5": |
| 1126 | + version "7.11.5" |
| 1127 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.11.5.tgz#79becf89e0ddd0fba8b92bc279bc0f5d2d7ce2ea" |
| 1128 | + integrity sha512-CAml0ioKX+kOAvBQDHa/+t1fgOt3qkTIz0TrRtRAT6XY0m5qYZXR85k6/sLCNPMGhYDlCFHCYuU0ybTJbvlC6w== |
1143 | 1129 | dependencies:
|
1144 | 1130 | find-cache-dir "^2.0.0"
|
1145 | 1131 | lodash "^4.17.19"
|
|
1203 | 1189 | globals "^11.1.0"
|
1204 | 1190 | lodash "^4.17.13"
|
1205 | 1191 |
|
1206 |
| -"@babel/traverse@^7.11.0": |
1207 |
| - version "7.11.0" |
1208 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
1209 |
| - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 1192 | +"@babel/traverse@^7.11.5": |
| 1193 | + version "7.11.5" |
| 1194 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3" |
| 1195 | + integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ== |
1210 | 1196 | dependencies:
|
1211 | 1197 | "@babel/code-frame" "^7.10.4"
|
1212 |
| - "@babel/generator" "^7.11.0" |
| 1198 | + "@babel/generator" "^7.11.5" |
1213 | 1199 | "@babel/helper-function-name" "^7.10.4"
|
1214 | 1200 | "@babel/helper-split-export-declaration" "^7.11.0"
|
1215 |
| - "@babel/parser" "^7.11.0" |
1216 |
| - "@babel/types" "^7.11.0" |
| 1201 | + "@babel/parser" "^7.11.5" |
| 1202 | + "@babel/types" "^7.11.5" |
1217 | 1203 | debug "^4.1.0"
|
1218 | 1204 | globals "^11.1.0"
|
1219 | 1205 | lodash "^4.17.19"
|
|
1281 | 1267 | lodash "^4.17.19"
|
1282 | 1268 | to-fast-properties "^2.0.0"
|
1283 | 1269 |
|
| 1270 | +"@babel/types@^7.11.5": |
| 1271 | + version "7.11.5" |
| 1272 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d" |
| 1273 | + integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q== |
| 1274 | + dependencies: |
| 1275 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1276 | + lodash "^4.17.19" |
| 1277 | + to-fast-properties "^2.0.0" |
| 1278 | + |
1284 | 1279 | "@babel/types@^7.4.4", "@babel/types@^7.9.0":
|
1285 | 1280 | version "7.9.0"
|
1286 | 1281 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
|
|
0 commit comments