|
949 | 949 | eslint-utils "^3.0.0" |
950 | 950 |
|
951 | 951 | "@typescript-eslint/parser@^4.15.2": |
952 | | - version "4.28.1" |
953 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd" |
954 | | - integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg== |
| 952 | + version "4.33.0" |
| 953 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899" |
| 954 | + integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA== |
955 | 955 | dependencies: |
956 | | - "@typescript-eslint/scope-manager" "4.28.1" |
957 | | - "@typescript-eslint/types" "4.28.1" |
958 | | - "@typescript-eslint/typescript-estree" "4.28.1" |
| 956 | + "@typescript-eslint/scope-manager" "4.33.0" |
| 957 | + "@typescript-eslint/types" "4.33.0" |
| 958 | + "@typescript-eslint/typescript-estree" "4.33.0" |
959 | 959 | debug "^4.3.1" |
960 | 960 |
|
961 | | -"@typescript-eslint/scope-manager@4.28.1": |
962 | | - version "4.28.1" |
963 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991" |
964 | | - integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA== |
965 | | - dependencies: |
966 | | - "@typescript-eslint/types" "4.28.1" |
967 | | - "@typescript-eslint/visitor-keys" "4.28.1" |
968 | | - |
969 | 961 | "@typescript-eslint/scope-manager@4.33.0": |
970 | 962 | version "4.33.0" |
971 | 963 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3" |
|
982 | 974 | "@typescript-eslint/types" "5.2.0" |
983 | 975 | "@typescript-eslint/visitor-keys" "5.2.0" |
984 | 976 |
|
985 | | -"@typescript-eslint/types@4.28.1": |
986 | | - version "4.28.1" |
987 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f" |
988 | | - integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg== |
989 | | - |
990 | 977 | "@typescript-eslint/types@4.33.0": |
991 | 978 | version "4.33.0" |
992 | 979 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" |
|
997 | 984 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf" |
998 | 985 | integrity sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ== |
999 | 986 |
|
1000 | | -"@typescript-eslint/typescript-estree@4.28.1": |
1001 | | - version "4.28.1" |
1002 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81" |
1003 | | - integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ== |
1004 | | - dependencies: |
1005 | | - "@typescript-eslint/types" "4.28.1" |
1006 | | - "@typescript-eslint/visitor-keys" "4.28.1" |
1007 | | - debug "^4.3.1" |
1008 | | - globby "^11.0.3" |
1009 | | - is-glob "^4.0.1" |
1010 | | - semver "^7.3.5" |
1011 | | - tsutils "^3.21.0" |
1012 | | - |
1013 | 987 | "@typescript-eslint/typescript-estree@4.33.0": |
1014 | 988 | version "4.33.0" |
1015 | 989 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609" |
|
1036 | 1010 | semver "^7.3.5" |
1037 | 1011 | tsutils "^3.21.0" |
1038 | 1012 |
|
1039 | | -"@typescript-eslint/visitor-keys@4.28.1": |
1040 | | - version "4.28.1" |
1041 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157" |
1042 | | - integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg== |
1043 | | - dependencies: |
1044 | | - "@typescript-eslint/types" "4.28.1" |
1045 | | - eslint-visitor-keys "^2.0.0" |
1046 | | - |
1047 | 1013 | "@typescript-eslint/visitor-keys@4.33.0": |
1048 | 1014 | version "4.33.0" |
1049 | 1015 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd" |
|
0 commit comments