|
1045 | 1045 | eslint-scope "^5.0.0"
|
1046 | 1046 | eslint-utils "^2.0.0"
|
1047 | 1047 |
|
1048 |
| -"@typescript-eslint/parser@^4.24.0": |
1049 |
| - version "4.24.0" |
1050 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd" |
1051 |
| - integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w== |
1052 |
| - dependencies: |
1053 |
| - "@typescript-eslint/scope-manager" "4.24.0" |
1054 |
| - "@typescript-eslint/types" "4.24.0" |
1055 |
| - "@typescript-eslint/typescript-estree" "4.24.0" |
1056 |
| - debug "^4.1.1" |
1057 |
| - |
1058 |
| -"@typescript-eslint/[email protected]": |
1059 |
| - version "4.24.0" |
1060 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359" |
1061 |
| - integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA== |
| 1048 | +"@typescript-eslint/parser@^4.25.0": |
| 1049 | + version "4.25.0" |
| 1050 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb" |
| 1051 | + integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg== |
1062 | 1052 | dependencies:
|
1063 |
| - "@typescript-eslint/types" "4.24.0" |
1064 |
| - "@typescript-eslint/visitor-keys" "4.24.0" |
| 1053 | + "@typescript-eslint/scope-manager" "4.25.0" |
| 1054 | + "@typescript-eslint/types" "4.25.0" |
| 1055 | + "@typescript-eslint/typescript-estree" "4.25.0" |
| 1056 | + debug "^4.1.1" |
1065 | 1057 |
|
1066 | 1058 | "@typescript-eslint/[email protected]":
|
1067 | 1059 | version "4.25.0"
|
|
1071 | 1063 | "@typescript-eslint/types" "4.25.0"
|
1072 | 1064 | "@typescript-eslint/visitor-keys" "4.25.0"
|
1073 | 1065 |
|
1074 |
| -"@typescript-eslint/[email protected]": |
1075 |
| - version "4.24.0" |
1076 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c" |
1077 |
| - integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q== |
1078 |
| - |
1079 | 1066 | "@typescript-eslint/[email protected]":
|
1080 | 1067 | version "4.25.0"
|
1081 | 1068 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
|
1082 | 1069 | integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
|
1083 | 1070 |
|
1084 |
| -"@typescript-eslint/[email protected]": |
1085 |
| - version "4.24.0" |
1086 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f" |
1087 |
| - integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA== |
1088 |
| - dependencies: |
1089 |
| - "@typescript-eslint/types" "4.24.0" |
1090 |
| - "@typescript-eslint/visitor-keys" "4.24.0" |
1091 |
| - debug "^4.1.1" |
1092 |
| - globby "^11.0.1" |
1093 |
| - is-glob "^4.0.1" |
1094 |
| - semver "^7.3.2" |
1095 |
| - tsutils "^3.17.1" |
1096 |
| - |
1097 | 1071 | "@typescript-eslint/[email protected]":
|
1098 | 1072 | version "4.25.0"
|
1099 | 1073 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
|
|
1107 | 1081 | semver "^7.3.2"
|
1108 | 1082 | tsutils "^3.17.1"
|
1109 | 1083 |
|
1110 |
| -"@typescript-eslint/[email protected]": |
1111 |
| - version "4.24.0" |
1112 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297" |
1113 |
| - integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g== |
1114 |
| - dependencies: |
1115 |
| - "@typescript-eslint/types" "4.24.0" |
1116 |
| - eslint-visitor-keys "^2.0.0" |
1117 |
| - |
1118 | 1084 | "@typescript-eslint/[email protected]":
|
1119 | 1085 | version "4.25.0"
|
1120 | 1086 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
|
|
0 commit comments