|
791 | 791 | eslint-scope "^5.0.0" |
792 | 792 | eslint-utils "^2.0.0" |
793 | 793 |
|
794 | | -"@typescript-eslint/experimental-utils@2.34.0", "@typescript-eslint/experimental-utils@^2.5.0": |
| 794 | +"@typescript-eslint/experimental-utils@2.34.0": |
795 | 795 | version "2.34.0" |
796 | 796 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f" |
797 | 797 | integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA== |
|
801 | 801 | eslint-scope "^5.0.0" |
802 | 802 | eslint-utils "^2.0.0" |
803 | 803 |
|
| 804 | +"@typescript-eslint/experimental-utils@^4.0.1": |
| 805 | + version "4.0.1" |
| 806 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb" |
| 807 | + integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw== |
| 808 | + dependencies: |
| 809 | + "@types/json-schema" "^7.0.3" |
| 810 | + "@typescript-eslint/scope-manager" "4.0.1" |
| 811 | + "@typescript-eslint/types" "4.0.1" |
| 812 | + "@typescript-eslint/typescript-estree" "4.0.1" |
| 813 | + eslint-scope "^5.0.0" |
| 814 | + eslint-utils "^2.0.0" |
| 815 | + |
804 | 816 | "@typescript-eslint/parser@2.34.0": |
805 | 817 | version "2.34.0" |
806 | 818 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8" |
|
811 | 823 | "@typescript-eslint/typescript-estree" "2.34.0" |
812 | 824 | eslint-visitor-keys "^1.1.0" |
813 | 825 |
|
| 826 | +"@typescript-eslint/scope-manager@4.0.1": |
| 827 | + version "4.0.1" |
| 828 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.1.tgz#24d93c3000bdfcc5a157dc4d32b742405a8631b5" |
| 829 | + integrity sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ== |
| 830 | + dependencies: |
| 831 | + "@typescript-eslint/types" "4.0.1" |
| 832 | + "@typescript-eslint/visitor-keys" "4.0.1" |
| 833 | + |
814 | 834 | "@typescript-eslint/types@4.0.1": |
815 | 835 | version "4.0.1" |
816 | 836 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2" |
|
842 | 862 | semver "^7.3.2" |
843 | 863 | tsutils "^3.17.1" |
844 | 864 |
|
845 | | -"@typescript-eslint/typescript-estree@^4.0.0": |
| 865 | +"@typescript-eslint/typescript-estree@4.0.1", "@typescript-eslint/typescript-estree@^4.0.0": |
846 | 866 | version "4.0.1" |
847 | 867 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f" |
848 | 868 | integrity sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw== |
@@ -1873,12 +1893,12 @@ eslint-plugin-import@^2.22.0: |
1873 | 1893 | resolve "^1.17.0" |
1874 | 1894 | tsconfig-paths "^3.9.0" |
1875 | 1895 |
|
1876 | | -eslint-plugin-jest@^23.18.0: |
1877 | | - version "23.20.0" |
1878 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099" |
1879 | | - integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw== |
| 1896 | +eslint-plugin-jest@^24.0.0: |
| 1897 | + version "24.0.0" |
| 1898 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.0.0.tgz#6b1c460c529104c7d16d889e76fe708b281c4d14" |
| 1899 | + integrity sha512-a0G7hSDbuBCW4PNT6MVpAyfnGbUDOqxzOyhR6wT2BIBnR7MhvfAqd6KKfsTjX+Z3gxzIHiEsihzdClU4cSc6qQ== |
1880 | 1900 | dependencies: |
1881 | | - "@typescript-eslint/experimental-utils" "^2.5.0" |
| 1901 | + "@typescript-eslint/experimental-utils" "^4.0.1" |
1882 | 1902 |
|
1883 | 1903 | eslint-plugin-mocha@6.3.0: |
1884 | 1904 | version "6.3.0" |
|
0 commit comments