|
2822 | 2822 | "@typescript-eslint/types" "5.26.0"
|
2823 | 2823 | "@typescript-eslint/visitor-keys" "5.26.0"
|
2824 | 2824 |
|
| 2825 | +"@typescript-eslint/[email protected]": |
| 2826 | + version "5.27.0" |
| 2827 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb" |
| 2828 | + integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g== |
| 2829 | + dependencies: |
| 2830 | + "@typescript-eslint/types" "5.27.0" |
| 2831 | + "@typescript-eslint/visitor-keys" "5.27.0" |
| 2832 | + |
2825 | 2833 | "@typescript-eslint/[email protected]":
|
2826 | 2834 | version "5.26.0"
|
2827 | 2835 | resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
|
|
2836 | 2844 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
|
2837 | 2845 | integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
|
2838 | 2846 |
|
| 2847 | +"@typescript-eslint/[email protected]": |
| 2848 | + version "5.27.0" |
| 2849 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001" |
| 2850 | + integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A== |
| 2851 | + |
2839 | 2852 | "@typescript-eslint/[email protected]":
|
2840 | 2853 | version "5.26.0"
|
2841 | 2854 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
|
|
2849 | 2862 | semver "^7.3.7"
|
2850 | 2863 | tsutils "^3.21.0"
|
2851 | 2864 |
|
2852 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0": |
| 2865 | +"@typescript-eslint/[email protected]": |
| 2866 | + version "5.27.0" |
| 2867 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995" |
| 2868 | + integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ== |
| 2869 | + dependencies: |
| 2870 | + "@typescript-eslint/types" "5.27.0" |
| 2871 | + "@typescript-eslint/visitor-keys" "5.27.0" |
| 2872 | + debug "^4.3.4" |
| 2873 | + globby "^11.1.0" |
| 2874 | + is-glob "^4.0.3" |
| 2875 | + semver "^7.3.7" |
| 2876 | + tsutils "^3.21.0" |
| 2877 | + |
| 2878 | +"@typescript-eslint/[email protected]": |
2853 | 2879 | version "5.26.0"
|
2854 | 2880 | resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
|
2855 | 2881 | integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
|
|
2861 | 2887 | eslint-scope "^5.1.1"
|
2862 | 2888 | eslint-utils "^3.0.0"
|
2863 | 2889 |
|
| 2890 | +"@typescript-eslint/utils@^5.10.0": |
| 2891 | + version "5.27.0" |
| 2892 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71" |
| 2893 | + integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA== |
| 2894 | + dependencies: |
| 2895 | + "@types/json-schema" "^7.0.9" |
| 2896 | + "@typescript-eslint/scope-manager" "5.27.0" |
| 2897 | + "@typescript-eslint/types" "5.27.0" |
| 2898 | + "@typescript-eslint/typescript-estree" "5.27.0" |
| 2899 | + eslint-scope "^5.1.1" |
| 2900 | + eslint-utils "^3.0.0" |
| 2901 | + |
2864 | 2902 | "@typescript-eslint/[email protected]":
|
2865 | 2903 | version "5.26.0"
|
2866 | 2904 | resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
|
|
2869 | 2907 | "@typescript-eslint/types" "5.26.0"
|
2870 | 2908 | eslint-visitor-keys "^3.3.0"
|
2871 | 2909 |
|
| 2910 | +"@typescript-eslint/[email protected]": |
| 2911 | + version "5.27.0" |
| 2912 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd" |
| 2913 | + integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA== |
| 2914 | + dependencies: |
| 2915 | + "@typescript-eslint/types" "5.27.0" |
| 2916 | + eslint-visitor-keys "^3.3.0" |
| 2917 | + |
2872 | 2918 | JSONStream@^1.0.4:
|
2873 | 2919 | version "1.3.5"
|
2874 | 2920 | resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
|
@@ -4525,9 +4571,9 @@ eslint-plugin-import@^2.20.1:
|
4525 | 4571 | tsconfig-paths "^3.14.1"
|
4526 | 4572 |
|
4527 | 4573 | eslint-plugin-jest@^26.0.0:
|
4528 |
| - version "26.4.5" |
4529 |
| - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.4.5.tgz#c1772800bfc15c6f34d3e1536932ece0627c9f2a" |
4530 |
| - integrity sha512-jGPKXoV7v21gvt2QivCPuN1c2RePxJ9XnYQjucioAZhMTXrJ0y48QhP7UOpgNs/sj0Lns2NKRvoAjnyXDCfqbw== |
| 4574 | + version "26.4.6" |
| 4575 | + resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.4.6.tgz#9d8184c1ecf077722a20cc236c7e14f4e263606f" |
| 4576 | + integrity sha512-R3mq1IepnhtsukHQsWxdyKra3OVwYB+N4k8i45ndqSfr8p9KZV6G+EIUt1Z7hzAh4KlsbXG+nCTlNeGFLFLNvA== |
4531 | 4577 | dependencies:
|
4532 | 4578 | "@typescript-eslint/utils" "^5.10.0"
|
4533 | 4579 |
|
|
0 commit comments