|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@ampproject/remapping@^2.0.0": |
| 6 | + version "2.0.1" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.1.tgz#9a04a4aba7b8323b65498d9554a1bdd15d960296" |
| 8 | + integrity sha512-EldHF4Ufj3NL9yCAmYrPzY+3/Yqrzxu24F4Mu4nRjK3w70AKYRmhuLwGZdA9JeoDsbIwkgGkbqUK2INuF582Og== |
| 9 | + dependencies: |
| 10 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 11 | + "@jridgewell/trace-mapping" "^0.2.2" |
| 12 | + sourcemap-codec "1.4.8" |
| 13 | + |
5 | 14 | "@babel/[email protected]", "@babel/code-frame@^7.16.7":
|
6 | 15 | version "7.16.7"
|
7 | 16 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
|
|
38 | 47 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
|
39 | 48 | integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
|
40 | 49 |
|
41 |
| -"@babel/core@7.16.12": |
42 |
| - version "7.16.12" |
43 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" |
44 |
| - integrity sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg== |
| 50 | +"@babel/core@7.17.0": |
| 51 | + version "7.17.0" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5" |
| 53 | + integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA== |
45 | 54 | dependencies:
|
| 55 | + "@ampproject/remapping" "^2.0.0" |
46 | 56 | "@babel/code-frame" "^7.16.7"
|
47 |
| - "@babel/generator" "^7.16.8" |
| 57 | + "@babel/generator" "^7.17.0" |
48 | 58 | "@babel/helper-compilation-targets" "^7.16.7"
|
49 | 59 | "@babel/helper-module-transforms" "^7.16.7"
|
50 |
| - "@babel/helpers" "^7.16.7" |
51 |
| - "@babel/parser" "^7.16.12" |
| 60 | + "@babel/helpers" "^7.17.0" |
| 61 | + "@babel/parser" "^7.17.0" |
52 | 62 | "@babel/template" "^7.16.7"
|
53 |
| - "@babel/traverse" "^7.16.10" |
54 |
| - "@babel/types" "^7.16.8" |
| 63 | + "@babel/traverse" "^7.17.0" |
| 64 | + "@babel/types" "^7.17.0" |
55 | 65 | convert-source-map "^1.7.0"
|
56 | 66 | debug "^4.1.0"
|
57 | 67 | gensync "^1.0.0-beta.2"
|
58 | 68 | json5 "^2.1.2"
|
59 | 69 | semver "^6.3.0"
|
60 |
| - source-map "^0.5.0" |
61 | 70 |
|
62 | 71 | "@babel/core@^7.1.0", "@babel/core@^7.7.2":
|
63 | 72 | version "7.15.0"
|
|
137 | 146 | jsesc "^2.5.1"
|
138 | 147 | source-map "^0.5.0"
|
139 | 148 |
|
| 149 | +"@babel/generator@^7.17.0": |
| 150 | + version "7.17.0" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" |
| 152 | + integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== |
| 153 | + dependencies: |
| 154 | + "@babel/types" "^7.17.0" |
| 155 | + jsesc "^2.5.1" |
| 156 | + source-map "^0.5.0" |
| 157 | + |
140 | 158 | "@babel/helper-annotate-as-pure@^7.14.5":
|
141 | 159 | version "7.14.5"
|
142 | 160 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
523 | 541 | "@babel/traverse" "^7.16.7"
|
524 | 542 | "@babel/types" "^7.16.7"
|
525 | 543 |
|
| 544 | +"@babel/helpers@^7.17.0": |
| 545 | + version "7.17.0" |
| 546 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b" |
| 547 | + integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ== |
| 548 | + dependencies: |
| 549 | + "@babel/template" "^7.16.7" |
| 550 | + "@babel/traverse" "^7.17.0" |
| 551 | + "@babel/types" "^7.17.0" |
| 552 | + |
526 | 553 | "@babel/highlight@^7.14.5":
|
527 | 554 | version "7.14.5"
|
528 | 555 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
|
|
575 | 602 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
|
576 | 603 | integrity sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==
|
577 | 604 |
|
578 |
| -"@babel/parser@^7.16.10": |
579 |
| - version "7.16.10" |
580 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.10.tgz#aba1b1cb9696a24a19f59c41af9cf17d1c716a88" |
581 |
| - integrity sha512-Sm/S9Or6nN8uiFsQU1yodyDW3MWXQhFeqzMPM+t8MJjM+pLsnFVxFZzkpXKvUXh+Gz9cbMoYYs484+Jw/NTEFQ== |
582 |
| - |
583 |
| -"@babel/parser@^7.16.12": |
584 |
| - version "7.16.12" |
585 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.12.tgz#9474794f9a650cf5e2f892444227f98e28cdf8b6" |
586 |
| - integrity sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A== |
587 |
| - |
588 | 605 | "@babel/parser@^7.16.8":
|
589 | 606 | version "7.16.8"
|
590 | 607 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
|
591 | 608 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
|
592 | 609 |
|
| 610 | +"@babel/parser@^7.17.0": |
| 611 | + version "7.17.0" |
| 612 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
| 613 | + integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
| 614 | + |
593 | 615 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
|
594 | 616 | version "7.16.7"
|
595 | 617 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
|
|
1299 | 1321 | debug "^4.1.0"
|
1300 | 1322 | globals "^11.1.0"
|
1301 | 1323 |
|
1302 |
| -"@babel/traverse@^7.16.10": |
1303 |
| - version "7.16.10" |
1304 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.10.tgz#448f940defbe95b5a8029975b051f75993e8239f" |
1305 |
| - integrity sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw== |
1306 |
| - dependencies: |
1307 |
| - "@babel/code-frame" "^7.16.7" |
1308 |
| - "@babel/generator" "^7.16.8" |
1309 |
| - "@babel/helper-environment-visitor" "^7.16.7" |
1310 |
| - "@babel/helper-function-name" "^7.16.7" |
1311 |
| - "@babel/helper-hoist-variables" "^7.16.7" |
1312 |
| - "@babel/helper-split-export-declaration" "^7.16.7" |
1313 |
| - "@babel/parser" "^7.16.10" |
1314 |
| - "@babel/types" "^7.16.8" |
1315 |
| - debug "^4.1.0" |
1316 |
| - globals "^11.1.0" |
1317 |
| - |
1318 | 1324 | "@babel/traverse@^7.16.7":
|
1319 | 1325 | version "7.16.7"
|
1320 | 1326 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76"
|
|
1347 | 1353 | debug "^4.1.0"
|
1348 | 1354 | globals "^11.1.0"
|
1349 | 1355 |
|
| 1356 | +"@babel/traverse@^7.17.0": |
| 1357 | + version "7.17.0" |
| 1358 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
| 1359 | + integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
| 1360 | + dependencies: |
| 1361 | + "@babel/code-frame" "^7.16.7" |
| 1362 | + "@babel/generator" "^7.17.0" |
| 1363 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 1364 | + "@babel/helper-function-name" "^7.16.7" |
| 1365 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 1366 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 1367 | + "@babel/parser" "^7.17.0" |
| 1368 | + "@babel/types" "^7.17.0" |
| 1369 | + debug "^4.1.0" |
| 1370 | + globals "^11.1.0" |
| 1371 | + |
1350 | 1372 |
|
1351 | 1373 | version "7.15.6"
|
1352 | 1374 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
|
|
1387 | 1409 | "@babel/helper-validator-identifier" "^7.16.7"
|
1388 | 1410 | to-fast-properties "^2.0.0"
|
1389 | 1411 |
|
| 1412 | +"@babel/types@^7.17.0": |
| 1413 | + version "7.17.0" |
| 1414 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1415 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
| 1416 | + dependencies: |
| 1417 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1418 | + to-fast-properties "^2.0.0" |
| 1419 | + |
1390 | 1420 | "@bcoe/v8-coverage@^0.2.3":
|
1391 | 1421 | version "0.2.3"
|
1392 | 1422 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
1996 | 2026 | "@types/yargs" "^16.0.0"
|
1997 | 2027 | chalk "^4.0.0"
|
1998 | 2028 |
|
| 2029 | +"@jridgewell/resolve-uri@^3.0.3": |
| 2030 | + version "3.0.3" |
| 2031 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.3.tgz#b80093f4edbb5490c49746231513669c8f518acb" |
| 2032 | + integrity sha512-fuIOnc81C5iRNevb/XPiM8Khp9bVjreydRQ37rt0C/dY0PAW1DRvEM3WrKX/5rStS5lbgwS0FCgqSndh9tvK5w== |
| 2033 | + |
| 2034 | +"@jridgewell/trace-mapping@^0.2.2": |
| 2035 | + version "0.2.2" |
| 2036 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.2.tgz#77510cc2f6f3b92e78c78de216d42de631b1d7fb" |
| 2037 | + integrity sha512-I9AGQzMPEzQNJgib2YSqciYWazGsXSyu1rEEeaPeM1764ZtnfNTxA5bofzG/POMI3QcvpBUxwecOPZM6ZhkEpg== |
| 2038 | + dependencies: |
| 2039 | + "@jridgewell/resolve-uri" "^3.0.3" |
| 2040 | + sourcemap-codec "1.4.8" |
| 2041 | + |
1999 | 2042 | "@manypkg/find-root@^1.1.0":
|
2000 | 2043 | version "1.1.0"
|
2001 | 2044 | resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
|
@@ -6618,6 +6661,11 @@ source-map@^0.7.3:
|
6618 | 6661 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
|
6619 | 6662 | integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
6620 | 6663 |
|
| 6664 | + |
| 6665 | + version "1.4.8" |
| 6666 | + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" |
| 6667 | + integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== |
| 6668 | + |
6621 | 6669 | spawndamnit@^2.0.0:
|
6622 | 6670 | version "2.0.0"
|
6623 | 6671 | resolved "https://registry.yarnpkg.com/spawndamnit/-/spawndamnit-2.0.0.tgz#9f762ac5c3476abb994b42ad592b5ad22bb4b0ad"
|
|
0 commit comments