|
2368 | 2368 | web3 "^0.20.7" |
2369 | 2369 | web3-provider-engine "^16.0.1" |
2370 | 2370 |
|
2371 | | -"@metamask/eslint-config-nodejs@^7.0.1": |
2372 | | - version "7.0.1" |
2373 | | - resolved "https://registry.yarnpkg.com/@metamask/eslint-config-nodejs/-/eslint-config-nodejs-7.0.1.tgz#7d3214b2c8eccfe2dbc9156b484456dce2dca91c" |
2374 | | - integrity sha512-V9C1jYuLnhZOhW9dAKB7zMDmDKS1r907rYirUMcoU4mi8ggPTP6JqT87EAEX9bsA2ZpeTYXUXf5bkfLM+BTGyA== |
| 2371 | +"@metamask/eslint-config-jest@^8.0.0": |
| 2372 | + version "8.0.0" |
| 2373 | + resolved "https://registry.yarnpkg.com/@metamask/eslint-config-jest/-/eslint-config-jest-8.0.0.tgz#1433c2dffbd60239430ea789c71df11e94872a1c" |
| 2374 | + integrity sha512-m2/crRcaiRO8z6NC04+AudfjgIXvdrUy2oDjecjELa3nmgkJ+cVemCfioREpjaXoXW/soNImZXbgLrA98uQ6ig== |
2375 | 2375 |
|
2376 | | -"@metamask/eslint-config-typescript@^7.0.1": |
2377 | | - version "7.0.1" |
2378 | | - resolved "https://registry.yarnpkg.com/@metamask/eslint-config-typescript/-/eslint-config-typescript-7.0.1.tgz#e013f7f0505741b9321cab21351136f651abbba6" |
2379 | | - integrity sha512-nqWivz9XHjiHAE2Aqf/y+p8R3xDoN9ScX2i97vtTxNKjAqkzmUwAd8lEHEibRfPOYaRBQJ0x85wrof++PpLfZg== |
| 2376 | +"@metamask/eslint-config-nodejs@^8.0.0": |
| 2377 | + version "8.0.0" |
| 2378 | + resolved "https://registry.yarnpkg.com/@metamask/eslint-config-nodejs/-/eslint-config-nodejs-8.0.0.tgz#2181f2777a8e66825c2fd9882cb173b5a4d2b689" |
| 2379 | + integrity sha512-hN49rqgzhqo7WCJuCCD8P3e9ZhwNt6m9+XEKxnj3v1DKw8v6P6BW210LvOfzd6TfpZxN20qqnt5kxZOcN/ZPpA== |
2380 | 2380 |
|
2381 | | -"@metamask/eslint-config@^7.0.1": |
2382 | | - version "7.0.1" |
2383 | | - resolved "https://registry.yarnpkg.com/@metamask/eslint-config/-/eslint-config-7.0.1.tgz#eeb87baa902965ca7931c26911d7027373706f34" |
2384 | | - integrity sha512-dMZ+iyZrHdZK0D1uStTx8UN6Q6IK9YGbqPUwxgTj63M0mZOsuqs8qpGf+9Dn7uqS+8Oe9jNqejKxozjTiJvsEw== |
| 2381 | +"@metamask/eslint-config-typescript@^8.0.0": |
| 2382 | + version "8.0.0" |
| 2383 | + resolved "https://registry.yarnpkg.com/@metamask/eslint-config-typescript/-/eslint-config-typescript-8.0.0.tgz#72f5b0cd72ffdfb8c6bbad86437801267316f254" |
| 2384 | + integrity sha512-tCCgh5nMg/GTtQ1e84jF48PoelG9MWZxe3GrBZOdKw1JgTanmyapRND4TukbUFghruoXi/HmwlY2qHQSQTVlIg== |
| 2385 | + |
| 2386 | +"@metamask/eslint-config@^8.0.0": |
| 2387 | + version "8.0.0" |
| 2388 | + resolved "https://registry.yarnpkg.com/@metamask/eslint-config/-/eslint-config-8.0.0.tgz#f4e3bcd6b37ec135b5a72902b0526cba2a6b5a4d" |
| 2389 | + integrity sha512-ZO9B3ohNhjomrufNAkxnDXV46Kut7NKzri7itDxUzHJncNtI1of7ewWh6fKPl/hr6Al6Gd7WgjPdJZGFpzKPQw== |
2385 | 2390 |
|
2386 | 2391 | "@metamask/inpage-provider@^8.0.3", "@metamask/inpage-provider@^8.0.4": |
2387 | 2392 | version "8.0.4" |
|
2766 | 2771 | eslint-scope "^5.1.1" |
2767 | 2772 | eslint-utils "^3.0.0" |
2768 | 2773 |
|
| 2774 | +"@typescript-eslint/experimental-utils@^4.0.1": |
| 2775 | + version "4.29.2" |
| 2776 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7" |
| 2777 | + integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A== |
| 2778 | + dependencies: |
| 2779 | + "@types/json-schema" "^7.0.7" |
| 2780 | + "@typescript-eslint/scope-manager" "4.29.2" |
| 2781 | + "@typescript-eslint/types" "4.29.2" |
| 2782 | + "@typescript-eslint/typescript-estree" "4.29.2" |
| 2783 | + eslint-scope "^5.1.1" |
| 2784 | + eslint-utils "^3.0.0" |
| 2785 | + |
2769 | 2786 | "@typescript-eslint/parser@^4.28.1": |
2770 | 2787 | version "4.28.1" |
2771 | 2788 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd" |
|
2784 | 2801 | "@typescript-eslint/types" "4.28.1" |
2785 | 2802 | "@typescript-eslint/visitor-keys" "4.28.1" |
2786 | 2803 |
|
| 2804 | +"@typescript-eslint/scope-manager@4.29.2": |
| 2805 | + version "4.29.2" |
| 2806 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b" |
| 2807 | + integrity sha512-mfHmvlQxmfkU8D55CkZO2sQOueTxLqGvzV+mG6S/6fIunDiD2ouwsAoiYCZYDDK73QCibYjIZmGhpvKwAB5BOA== |
| 2808 | + dependencies: |
| 2809 | + "@typescript-eslint/types" "4.29.2" |
| 2810 | + "@typescript-eslint/visitor-keys" "4.29.2" |
| 2811 | + |
2787 | 2812 | "@typescript-eslint/types@4.28.1": |
2788 | 2813 | version "4.28.1" |
2789 | 2814 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f" |
2790 | 2815 | integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg== |
2791 | 2816 |
|
| 2817 | +"@typescript-eslint/types@4.29.2": |
| 2818 | + version "4.29.2" |
| 2819 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd" |
| 2820 | + integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ== |
| 2821 | + |
2792 | 2822 | "@typescript-eslint/typescript-estree@4.28.1": |
2793 | 2823 | version "4.28.1" |
2794 | 2824 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81" |
|
2802 | 2832 | semver "^7.3.5" |
2803 | 2833 | tsutils "^3.21.0" |
2804 | 2834 |
|
| 2835 | +"@typescript-eslint/typescript-estree@4.29.2": |
| 2836 | + version "4.29.2" |
| 2837 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219" |
| 2838 | + integrity sha512-TJ0/hEnYxapYn9SGn3dCnETO0r+MjaxtlWZ2xU+EvytF0g4CqTpZL48SqSNn2hXsPolnewF30pdzR9a5Lj3DNg== |
| 2839 | + dependencies: |
| 2840 | + "@typescript-eslint/types" "4.29.2" |
| 2841 | + "@typescript-eslint/visitor-keys" "4.29.2" |
| 2842 | + debug "^4.3.1" |
| 2843 | + globby "^11.0.3" |
| 2844 | + is-glob "^4.0.1" |
| 2845 | + semver "^7.3.5" |
| 2846 | + tsutils "^3.21.0" |
| 2847 | + |
2805 | 2848 | "@typescript-eslint/visitor-keys@4.28.1": |
2806 | 2849 | version "4.28.1" |
2807 | 2850 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157" |
|
2810 | 2853 | "@typescript-eslint/types" "4.28.1" |
2811 | 2854 | eslint-visitor-keys "^2.0.0" |
2812 | 2855 |
|
| 2856 | +"@typescript-eslint/visitor-keys@4.29.2": |
| 2857 | + version "4.29.2" |
| 2858 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df" |
| 2859 | + integrity sha512-bDgJLQ86oWHJoZ1ai4TZdgXzJxsea3Ee9u9wsTAvjChdj2WLcVsgWYAPeY7RQMn16tKrlQaBnpKv7KBfs4EQag== |
| 2860 | + dependencies: |
| 2861 | + "@typescript-eslint/types" "4.29.2" |
| 2862 | + eslint-visitor-keys "^2.0.0" |
| 2863 | + |
2813 | 2864 | "@yarnpkg/lockfile@^1.1.0": |
2814 | 2865 | version "1.1.0" |
2815 | 2866 | resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31" |
@@ -5069,6 +5120,13 @@ eslint-plugin-import@^2.23.4: |
5069 | 5120 | resolve "^1.20.0" |
5070 | 5121 | tsconfig-paths "^3.9.0" |
5071 | 5122 |
|
| 5123 | +eslint-plugin-jest@^24.4.0: |
| 5124 | + version "24.4.0" |
| 5125 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz#fa4b614dbd46a98b652d830377971f097bda9262" |
| 5126 | + integrity sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg== |
| 5127 | + dependencies: |
| 5128 | + "@typescript-eslint/experimental-utils" "^4.0.1" |
| 5129 | + |
5072 | 5130 | eslint-plugin-node@^11.1.0: |
5073 | 5131 | version "11.1.0" |
5074 | 5132 | resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d" |
|
0 commit comments