|
905 | 905 | tsutils "^3.21.0"
|
906 | 906 |
|
907 | 907 | "@typescript-eslint/parser@^5.10.2":
|
908 |
| - version "5.48.2" |
909 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3" |
910 |
| - integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw== |
| 908 | + version "5.49.0" |
| 909 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.49.0.tgz#d699734b2f20e16351e117417d34a2bc9d7c4b90" |
| 910 | + integrity sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg== |
911 | 911 | dependencies:
|
912 |
| - "@typescript-eslint/scope-manager" "5.48.2" |
913 |
| - "@typescript-eslint/types" "5.48.2" |
914 |
| - "@typescript-eslint/typescript-estree" "5.48.2" |
| 912 | + "@typescript-eslint/scope-manager" "5.49.0" |
| 913 | + "@typescript-eslint/types" "5.49.0" |
| 914 | + "@typescript-eslint/typescript-estree" "5.49.0" |
915 | 915 | debug "^4.3.4"
|
916 | 916 |
|
917 |
| -"@typescript-eslint/[email protected]": |
918 |
| - version "5.48.2" |
919 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz#bb7676cb78f1e94921eaab637a4b5d596f838abc" |
920 |
| - integrity sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw== |
921 |
| - dependencies: |
922 |
| - "@typescript-eslint/types" "5.48.2" |
923 |
| - "@typescript-eslint/visitor-keys" "5.48.2" |
924 |
| - |
925 | 917 | "@typescript-eslint/[email protected]":
|
926 | 918 | version "5.49.0"
|
927 | 919 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.49.0.tgz#81b5d899cdae446c26ddf18bd47a2f5484a8af3e"
|
|
940 | 932 | debug "^4.3.4"
|
941 | 933 | tsutils "^3.21.0"
|
942 | 934 |
|
943 |
| -"@typescript-eslint/[email protected]": |
944 |
| - version "5.48.2" |
945 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.2.tgz#635706abb1ec164137f92148f06f794438c97b8e" |
946 |
| - integrity sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA== |
947 |
| - |
948 | 935 | "@typescript-eslint/[email protected]":
|
949 | 936 | version "5.49.0"
|
950 | 937 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
|
951 | 938 | integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
|
952 | 939 |
|
953 |
| -"@typescript-eslint/[email protected]": |
954 |
| - version "5.48.2" |
955 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz#6e206b462942b32383582a6c9251c05021cc21b0" |
956 |
| - integrity sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg== |
957 |
| - dependencies: |
958 |
| - "@typescript-eslint/types" "5.48.2" |
959 |
| - "@typescript-eslint/visitor-keys" "5.48.2" |
960 |
| - debug "^4.3.4" |
961 |
| - globby "^11.1.0" |
962 |
| - is-glob "^4.0.3" |
963 |
| - semver "^7.3.7" |
964 |
| - tsutils "^3.21.0" |
965 |
| - |
966 | 940 | "@typescript-eslint/[email protected]":
|
967 | 941 | version "5.49.0"
|
968 | 942 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
|
|
990 | 964 | eslint-utils "^3.0.0"
|
991 | 965 | semver "^7.3.7"
|
992 | 966 |
|
993 |
| -"@typescript-eslint/[email protected]": |
994 |
| - version "5.48.2" |
995 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz#c247582a0bcce467461d7b696513bf9455000060" |
996 |
| - integrity sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ== |
997 |
| - dependencies: |
998 |
| - "@typescript-eslint/types" "5.48.2" |
999 |
| - eslint-visitor-keys "^3.3.0" |
1000 |
| - |
1001 | 967 | "@typescript-eslint/[email protected]":
|
1002 | 968 | version "5.49.0"
|
1003 | 969 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.49.0.tgz#2561c4da3f235f5c852759bf6c5faec7524f90fe"
|
|
0 commit comments