|
43 | 43 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
|
44 | 44 | integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
|
45 | 45 |
|
46 |
| -"@babel/core@7.13.10", "@babel/core@^7.12.10", "@babel/core@^7.12.16": |
| 46 | +"@babel/core@7.13.13": |
| 47 | + version "7.13.13" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29" |
| 49 | + integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA== |
| 50 | + dependencies: |
| 51 | + "@babel/code-frame" "^7.12.13" |
| 52 | + "@babel/generator" "^7.13.9" |
| 53 | + "@babel/helper-compilation-targets" "^7.13.13" |
| 54 | + "@babel/helper-module-transforms" "^7.13.12" |
| 55 | + "@babel/helpers" "^7.13.10" |
| 56 | + "@babel/parser" "^7.13.13" |
| 57 | + "@babel/template" "^7.12.13" |
| 58 | + "@babel/traverse" "^7.13.13" |
| 59 | + "@babel/types" "^7.13.13" |
| 60 | + convert-source-map "^1.7.0" |
| 61 | + debug "^4.1.0" |
| 62 | + gensync "^1.0.0-beta.2" |
| 63 | + json5 "^2.1.2" |
| 64 | + lodash "^4.17.19" |
| 65 | + semver "^6.3.0" |
| 66 | + source-map "^0.5.0" |
| 67 | + |
| 68 | +"@babel/core@^7.12.10", "@babel/core@^7.12.16": |
47 | 69 | version "7.13.10"
|
48 | 70 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
|
49 | 71 | integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
|
|
152 | 174 | browserslist "^4.14.5"
|
153 | 175 | semver "^6.3.0"
|
154 | 176 |
|
| 177 | +"@babel/helper-compilation-targets@^7.13.13": |
| 178 | + version "7.13.13" |
| 179 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5" |
| 180 | + integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== |
| 181 | + dependencies: |
| 182 | + "@babel/compat-data" "^7.13.12" |
| 183 | + "@babel/helper-validator-option" "^7.12.17" |
| 184 | + browserslist "^4.14.5" |
| 185 | + semver "^6.3.0" |
| 186 | + |
155 | 187 | "@babel/helper-compilation-targets@^7.13.8":
|
156 | 188 | version "7.13.8"
|
157 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
|
|
259 | 291 | dependencies:
|
260 | 292 | "@babel/types" "^7.13.0"
|
261 | 293 |
|
| 294 | +"@babel/helper-member-expression-to-functions@^7.13.12": |
| 295 | + version "7.13.12" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72" |
| 297 | + integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== |
| 298 | + dependencies: |
| 299 | + "@babel/types" "^7.13.12" |
| 300 | + |
262 | 301 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13":
|
263 | 302 | version "7.12.13"
|
264 | 303 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
|
265 | 304 | integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
|
266 | 305 | dependencies:
|
267 | 306 | "@babel/types" "^7.12.13"
|
268 | 307 |
|
| 308 | +"@babel/helper-module-imports@^7.13.12": |
| 309 | + version "7.13.12" |
| 310 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" |
| 311 | + integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== |
| 312 | + dependencies: |
| 313 | + "@babel/types" "^7.13.12" |
| 314 | + |
269 | 315 | "@babel/helper-module-transforms@^7.13.0":
|
270 | 316 | version "7.13.0"
|
271 | 317 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
|
|
281 | 327 | "@babel/types" "^7.13.0"
|
282 | 328 | lodash "^4.17.19"
|
283 | 329 |
|
| 330 | +"@babel/helper-module-transforms@^7.13.12": |
| 331 | + version "7.13.12" |
| 332 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96" |
| 333 | + integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== |
| 334 | + dependencies: |
| 335 | + "@babel/helper-module-imports" "^7.13.12" |
| 336 | + "@babel/helper-replace-supers" "^7.13.12" |
| 337 | + "@babel/helper-simple-access" "^7.13.12" |
| 338 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 339 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 340 | + "@babel/template" "^7.12.13" |
| 341 | + "@babel/traverse" "^7.13.0" |
| 342 | + "@babel/types" "^7.13.12" |
| 343 | + |
284 | 344 | "@babel/helper-optimise-call-expression@^7.12.13":
|
285 | 345 | version "7.12.13"
|
286 | 346 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
332 | 392 | "@babel/traverse" "^7.13.0"
|
333 | 393 | "@babel/types" "^7.13.0"
|
334 | 394 |
|
| 395 | +"@babel/helper-replace-supers@^7.13.12": |
| 396 | + version "7.13.12" |
| 397 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804" |
| 398 | + integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== |
| 399 | + dependencies: |
| 400 | + "@babel/helper-member-expression-to-functions" "^7.13.12" |
| 401 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 402 | + "@babel/traverse" "^7.13.0" |
| 403 | + "@babel/types" "^7.13.12" |
| 404 | + |
335 | 405 | "@babel/helper-simple-access@^7.12.13":
|
336 | 406 | version "7.12.13"
|
337 | 407 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
|
338 | 408 | integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
|
339 | 409 | dependencies:
|
340 | 410 | "@babel/types" "^7.12.13"
|
341 | 411 |
|
| 412 | +"@babel/helper-simple-access@^7.13.12": |
| 413 | + version "7.13.12" |
| 414 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6" |
| 415 | + integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== |
| 416 | + dependencies: |
| 417 | + "@babel/types" "^7.13.12" |
| 418 | + |
342 | 419 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
|
343 | 420 | version "7.12.1"
|
344 | 421 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
|
|
425 | 502 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
|
426 | 503 | integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
|
427 | 504 |
|
| 505 | +"@babel/parser@^7.13.13": |
| 506 | + version "7.13.13" |
| 507 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df" |
| 508 | + integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== |
| 509 | + |
428 | 510 | "@babel/parser@^7.3.3":
|
429 | 511 | version "7.13.11"
|
430 | 512 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88"
|
|
1218 | 1300 | globals "^11.1.0"
|
1219 | 1301 | lodash "^4.17.19"
|
1220 | 1302 |
|
| 1303 | +"@babel/traverse@^7.13.13": |
| 1304 | + version "7.13.13" |
| 1305 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d" |
| 1306 | + integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== |
| 1307 | + dependencies: |
| 1308 | + "@babel/code-frame" "^7.12.13" |
| 1309 | + "@babel/generator" "^7.13.9" |
| 1310 | + "@babel/helper-function-name" "^7.12.13" |
| 1311 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1312 | + "@babel/parser" "^7.13.13" |
| 1313 | + "@babel/types" "^7.13.13" |
| 1314 | + debug "^4.1.0" |
| 1315 | + globals "^11.1.0" |
| 1316 | + |
1221 | 1317 | "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.4.4":
|
1222 | 1318 | version "7.12.10"
|
1223 | 1319 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
|
|
1254 | 1350 | lodash "^4.17.19"
|
1255 | 1351 | to-fast-properties "^2.0.0"
|
1256 | 1352 |
|
| 1353 | +"@babel/types@^7.13.13": |
| 1354 | + version "7.13.13" |
| 1355 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f" |
| 1356 | + integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w== |
| 1357 | + dependencies: |
| 1358 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1359 | + lodash "^4.17.19" |
| 1360 | + to-fast-properties "^2.0.0" |
| 1361 | + |
1257 | 1362 | "@bcoe/v8-coverage@^0.2.3":
|
1258 | 1363 | version "0.2.3"
|
1259 | 1364 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments