|
132 | 132 | jsesc "^2.5.1"
|
133 | 133 | source-map "^0.5.0"
|
134 | 134 |
|
| 135 | +"@babel/generator@^7.17.10": |
| 136 | + version "7.17.10" |
| 137 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189" |
| 138 | + integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg== |
| 139 | + dependencies: |
| 140 | + "@babel/types" "^7.17.10" |
| 141 | + "@jridgewell/gen-mapping" "^0.1.0" |
| 142 | + jsesc "^2.5.1" |
| 143 | + |
135 | 144 | "@babel/helper-annotate-as-pure@^7.16.7":
|
136 | 145 | version "7.16.7"
|
137 | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
|
|
340 | 349 | chalk "^2.0.0"
|
341 | 350 | js-tokens "^4.0.0"
|
342 | 351 |
|
343 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.16.7", "@babel/parser@^7.17.9": |
344 |
| - version "7.17.9" |
345 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef" |
346 |
| - integrity sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg== |
| 352 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.15.5", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10", "@babel/parser@^7.17.9", "@babel/parser@^7.7.0": |
| 353 | + version "7.17.10" |
| 354 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78" |
| 355 | + integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ== |
347 | 356 |
|
348 | 357 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
349 | 358 | version "7.16.7"
|
|
1011 | 1020 | "@babel/parser" "^7.16.7"
|
1012 | 1021 | "@babel/types" "^7.16.7"
|
1013 | 1022 |
|
1014 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9": |
1015 |
| - version "7.17.9" |
1016 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.9.tgz#1f9b207435d9ae4a8ed6998b2b82300d83c37a0d" |
1017 |
| - integrity sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw== |
| 1023 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.0": |
| 1024 | + version "7.17.10" |
| 1025 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5" |
| 1026 | + integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw== |
1018 | 1027 | dependencies:
|
1019 | 1028 | "@babel/code-frame" "^7.16.7"
|
1020 |
| - "@babel/generator" "^7.17.9" |
| 1029 | + "@babel/generator" "^7.17.10" |
1021 | 1030 | "@babel/helper-environment-visitor" "^7.16.7"
|
1022 | 1031 | "@babel/helper-function-name" "^7.17.9"
|
1023 | 1032 | "@babel/helper-hoist-variables" "^7.16.7"
|
1024 | 1033 | "@babel/helper-split-export-declaration" "^7.16.7"
|
1025 |
| - "@babel/parser" "^7.17.9" |
1026 |
| - "@babel/types" "^7.17.0" |
| 1034 | + "@babel/parser" "^7.17.10" |
| 1035 | + "@babel/types" "^7.17.10" |
1027 | 1036 | debug "^4.1.0"
|
1028 | 1037 | globals "^11.1.0"
|
1029 | 1038 |
|
1030 |
| -"@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1031 |
| - version "7.17.0" |
1032 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
1033 |
| - integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
| 1039 | +"@babel/types@^7.0.0", "@babel/types@^7.15.4", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 1040 | + version "7.17.10" |
| 1041 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4" |
| 1042 | + integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A== |
1034 | 1043 | dependencies:
|
1035 | 1044 | "@babel/helper-validator-identifier" "^7.16.7"
|
1036 | 1045 | to-fast-properties "^2.0.0"
|
|
1442 | 1451 | "@types/yargs" "^15.0.0"
|
1443 | 1452 | chalk "^4.0.0"
|
1444 | 1453 |
|
| 1454 | +"@jridgewell/gen-mapping@^0.1.0": |
| 1455 | + version "0.1.1" |
| 1456 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" |
| 1457 | + integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== |
| 1458 | + dependencies: |
| 1459 | + "@jridgewell/set-array" "^1.0.0" |
| 1460 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1461 | + |
1445 | 1462 | "@jridgewell/resolve-uri@^3.0.3":
|
1446 | 1463 | version "3.0.5"
|
1447 | 1464 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
|
1448 | 1465 | integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
|
1449 | 1466 |
|
| 1467 | +"@jridgewell/set-array@^1.0.0": |
| 1468 | + version "1.1.0" |
| 1469 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01" |
| 1470 | + integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg== |
| 1471 | + |
1450 | 1472 | "@jridgewell/sourcemap-codec@^1.4.10":
|
1451 | 1473 | version "1.4.11"
|
1452 | 1474 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
|
@@ -2580,15 +2602,15 @@ axios@^0.21.1:
|
2580 | 2602 | dependencies:
|
2581 | 2603 | follow-redirects "^1.14.0"
|
2582 | 2604 |
|
2583 |
| -babel-eslint@10.0.3: |
2584 |
| - version "10.0.3" |
2585 |
| - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a" |
2586 |
| - integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA== |
| 2605 | +babel-eslint@10.1.0: |
| 2606 | + version "10.1.0" |
| 2607 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" |
| 2608 | + integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== |
2587 | 2609 | dependencies:
|
2588 | 2610 | "@babel/code-frame" "^7.0.0"
|
2589 |
| - "@babel/parser" "^7.0.0" |
2590 |
| - "@babel/traverse" "^7.0.0" |
2591 |
| - "@babel/types" "^7.0.0" |
| 2611 | + "@babel/parser" "^7.7.0" |
| 2612 | + "@babel/traverse" "^7.7.0" |
| 2613 | + "@babel/types" "^7.7.0" |
2592 | 2614 | eslint-visitor-keys "^1.0.0"
|
2593 | 2615 | resolve "^1.12.0"
|
2594 | 2616 |
|
|
0 commit comments