|
955 | 955 | dependencies:
|
956 | 956 | "@types/yargs-parser" "*"
|
957 | 957 |
|
958 |
| -"@typescript-eslint/experimental-utils@^2.5.0": |
959 |
| - version "2.34.0" |
960 |
| - resolved "https://registry.npm.taobao.org/@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-2.34.0.tgz?cache=0&sync_timestamp=1597682959833&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Fexperimental-utils%2Fdownload%2F%40typescript-eslint%2Fexperimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f" |
961 |
| - integrity sha1-01JLZEzbQO687KZ/jPPkzJyPmA8= |
| 958 | +"@typescript-eslint/experimental-utils@^4.0.1": |
| 959 | + version "4.0.1" |
| 960 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb" |
| 961 | + integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw== |
962 | 962 | dependencies:
|
963 | 963 | "@types/json-schema" "^7.0.3"
|
964 |
| - "@typescript-eslint/typescript-estree" "2.34.0" |
| 964 | + "@typescript-eslint/scope-manager" "4.0.1" |
| 965 | + "@typescript-eslint/types" "4.0.1" |
| 966 | + "@typescript-eslint/typescript-estree" "4.0.1" |
965 | 967 | eslint-scope "^5.0.0"
|
966 | 968 | eslint-utils "^2.0.0"
|
967 | 969 |
|
968 |
| -"@typescript-eslint/typescript-estree@2.34.0": |
969 |
| - version "2.34.0" |
970 |
| - resolved "https://registry.npm.taobao.org/@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-2.34.0.tgz?cache=0&sync_timestamp=1597682960916&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40typescript-eslint%2Ftypescript-estree%2Fdownload%2F%40typescript-eslint%2Ftypescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5" |
971 |
| - integrity sha1-FK62NTs57wcyzH8bgoUpSTfPN9U= |
| 970 | +"@typescript-eslint/scope-manager@4.0.1": |
| 971 | + version "4.0.1" |
| 972 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.1.tgz#24d93c3000bdfcc5a157dc4d32b742405a8631b5" |
| 973 | + integrity sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ== |
| 974 | + dependencies: |
| 975 | + "@typescript-eslint/types" "4.0.1" |
| 976 | + "@typescript-eslint/visitor-keys" "4.0.1" |
| 977 | + |
| 978 | +"@typescript-eslint/types@4.0.1": |
| 979 | + version "4.0.1" |
| 980 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2" |
| 981 | + integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg== |
| 982 | + |
| 983 | +"@typescript-eslint/typescript-estree@4.0.1": |
| 984 | + version "4.0.1" |
| 985 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f" |
| 986 | + integrity sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw== |
972 | 987 | dependencies:
|
| 988 | + "@typescript-eslint/types" "4.0.1" |
| 989 | + "@typescript-eslint/visitor-keys" "4.0.1" |
973 | 990 | debug "^4.1.1"
|
974 |
| - eslint-visitor-keys "^1.1.0" |
975 |
| - glob "^7.1.6" |
| 991 | + globby "^11.0.1" |
976 | 992 | is-glob "^4.0.1"
|
977 | 993 | lodash "^4.17.15"
|
978 | 994 | semver "^7.3.2"
|
979 | 995 | tsutils "^3.17.1"
|
980 | 996 |
|
| 997 | +"@typescript-eslint/visitor-keys@4.0.1": |
| 998 | + version "4.0.1" |
| 999 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.1.tgz#d4e8de62775f2a6db71c7e8539633680039fdd6c" |
| 1000 | + integrity sha512-yBSqd6FjnTzbg5RUy9J+9kJEyQjTI34JdGMJz+9ttlJzLCnGkBikxw+N5n2VDcc3CesbIEJ0MnZc5uRYnrEnCw== |
| 1001 | + dependencies: |
| 1002 | + "@typescript-eslint/types" "4.0.1" |
| 1003 | + eslint-visitor-keys "^2.0.0" |
| 1004 | + |
981 | 1005 | JSONStream@^1.0.4:
|
982 | 1006 | version "1.3.5"
|
983 | 1007 | resolved "https://registry.npm.taobao.org/JSONStream/download/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
@@ -2853,12 +2877,12 @@ eslint-plugin-import@2.22.0:
|
2853 | 2877 | resolve "^1.17.0"
|
2854 | 2878 | tsconfig-paths "^3.9.0"
|
2855 | 2879 |
|
2856 |
| -eslint-plugin-jest@23.20.0: |
2857 |
| - version "23.20.0" |
2858 |
| - resolved "https://registry.npm.taobao.org/eslint-plugin-jest/download/eslint-plugin-jest-23.20.0.tgz?cache=0&sync_timestamp=1596102597758&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-plugin-jest%2Fdownload%2Feslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099" |
2859 |
| - integrity sha1-4dacdfY56Z2DZkJFPE517SLaQJk= |
| 2880 | +eslint-plugin-jest@24.0.0: |
| 2881 | + version "24.0.0" |
| 2882 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.0.0.tgz#6b1c460c529104c7d16d889e76fe708b281c4d14" |
| 2883 | + integrity sha512-a0G7hSDbuBCW4PNT6MVpAyfnGbUDOqxzOyhR6wT2BIBnR7MhvfAqd6KKfsTjX+Z3gxzIHiEsihzdClU4cSc6qQ== |
2860 | 2884 | dependencies:
|
2861 |
| - "@typescript-eslint/experimental-utils" "^2.5.0" |
| 2885 | + "@typescript-eslint/experimental-utils" "^4.0.1" |
2862 | 2886 |
|
2863 | 2887 | eslint-plugin-node@11.1.0:
|
2864 | 2888 | version "11.1.0"
|
@@ -2909,6 +2933,11 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
|
2909 | 2933 | resolved "https://registry.npm.taobao.org/eslint-visitor-keys/download/eslint-visitor-keys-1.3.0.tgz?cache=0&sync_timestamp=1597435587476&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint-visitor-keys%2Fdownload%2Feslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
|
2910 | 2934 | integrity sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=
|
2911 | 2935 |
|
| 2936 | +eslint-visitor-keys@^2.0.0: |
| 2937 | + version "2.0.0" |
| 2938 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" |
| 2939 | + integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
| 2940 | + |
2912 | 2941 | eslint@7.7.0:
|
2913 | 2942 | version "7.7.0"
|
2914 | 2943 | resolved "https://registry.npm.taobao.org/eslint/download/eslint-7.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Feslint%2Fdownload%2Feslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
|
@@ -3722,10 +3751,10 @@ globals@^12.1.0:
|
3722 | 3751 | dependencies:
|
3723 | 3752 | type-fest "^0.8.1"
|
3724 | 3753 |
|
3725 |
| -globby@11.0.1: |
| 3754 | +globby@11.0.1, globby@^11.0.1: |
3726 | 3755 | version "11.0.1"
|
3727 |
| - resolved "https://registry.npm.taobao.org/globby/download/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" |
3728 |
| - integrity sha1-mivxB6Bo8//qvEmtcCx57ejP01c= |
| 3756 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" |
| 3757 | + integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== |
3729 | 3758 | dependencies:
|
3730 | 3759 | array-union "^2.1.0"
|
3731 | 3760 | dir-glob "^3.0.1"
|
|
0 commit comments