|
901 | 901 | eslint-utils "^2.0.0" |
902 | 902 |
|
903 | 903 | "@typescript-eslint/parser@^4.15.2": |
904 | | - version "4.17.0" |
905 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215" |
906 | | - integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw== |
| 904 | + version "4.18.0" |
| 905 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21" |
| 906 | + integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA== |
907 | 907 | dependencies: |
908 | | - "@typescript-eslint/scope-manager" "4.17.0" |
909 | | - "@typescript-eslint/types" "4.17.0" |
910 | | - "@typescript-eslint/typescript-estree" "4.17.0" |
| 908 | + "@typescript-eslint/scope-manager" "4.18.0" |
| 909 | + "@typescript-eslint/types" "4.18.0" |
| 910 | + "@typescript-eslint/typescript-estree" "4.18.0" |
911 | 911 | debug "^4.1.1" |
912 | 912 |
|
913 | 913 | "@typescript-eslint/scope-manager@4.17.0": |
|
918 | 918 | "@typescript-eslint/types" "4.17.0" |
919 | 919 | "@typescript-eslint/visitor-keys" "4.17.0" |
920 | 920 |
|
| 921 | +"@typescript-eslint/scope-manager@4.18.0": |
| 922 | + version "4.18.0" |
| 923 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427" |
| 924 | + integrity sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ== |
| 925 | + dependencies: |
| 926 | + "@typescript-eslint/types" "4.18.0" |
| 927 | + "@typescript-eslint/visitor-keys" "4.18.0" |
| 928 | + |
921 | 929 | "@typescript-eslint/types@4.17.0": |
922 | 930 | version "4.17.0" |
923 | 931 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad" |
924 | 932 | integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g== |
925 | 933 |
|
| 934 | +"@typescript-eslint/types@4.18.0": |
| 935 | + version "4.18.0" |
| 936 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a" |
| 937 | + integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A== |
| 938 | + |
926 | 939 | "@typescript-eslint/typescript-estree@4.17.0": |
927 | 940 | version "4.17.0" |
928 | 941 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1" |
|
936 | 949 | semver "^7.3.2" |
937 | 950 | tsutils "^3.17.1" |
938 | 951 |
|
| 952 | +"@typescript-eslint/typescript-estree@4.18.0": |
| 953 | + version "4.18.0" |
| 954 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb" |
| 955 | + integrity sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg== |
| 956 | + dependencies: |
| 957 | + "@typescript-eslint/types" "4.18.0" |
| 958 | + "@typescript-eslint/visitor-keys" "4.18.0" |
| 959 | + debug "^4.1.1" |
| 960 | + globby "^11.0.1" |
| 961 | + is-glob "^4.0.1" |
| 962 | + semver "^7.3.2" |
| 963 | + tsutils "^3.17.1" |
| 964 | + |
939 | 965 | "@typescript-eslint/visitor-keys@4.17.0": |
940 | 966 | version "4.17.0" |
941 | 967 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d" |
|
944 | 970 | "@typescript-eslint/types" "4.17.0" |
945 | 971 | eslint-visitor-keys "^2.0.0" |
946 | 972 |
|
| 973 | +"@typescript-eslint/visitor-keys@4.18.0": |
| 974 | + version "4.18.0" |
| 975 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6" |
| 976 | + integrity sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw== |
| 977 | + dependencies: |
| 978 | + "@typescript-eslint/types" "4.18.0" |
| 979 | + eslint-visitor-keys "^2.0.0" |
| 980 | + |
947 | 981 | JSONStream@^1.0.4: |
948 | 982 | version "1.3.5" |
949 | 983 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0" |
|
0 commit comments