|
778 | 778 | jest-diff "^26.0.0"
|
779 | 779 | pretty-format "^26.0.0"
|
780 | 780 |
|
781 |
| -"@types/json-schema@^7.0.3": |
| 781 | +"@types/json-schema@^7.0.7": |
782 | 782 | version "7.0.7"
|
783 | 783 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
|
784 | 784 | integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
|
|
874 | 874 | "@types/yargs-parser" "*"
|
875 | 875 |
|
876 | 876 | "@typescript-eslint/eslint-plugin@^4.0.0":
|
877 |
| - version "4.24.0" |
878 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz#03801ffc25b2af9d08f3dc9bccfc0b7ce3780d0f" |
879 |
| - integrity sha512-qbCgkPM7DWTsYQGjx9RTuQGswi+bEt0isqDBeo+CKV0953zqI0Tp7CZ7Fi9ipgFA6mcQqF4NOVNwS/f2r6xShw== |
| 877 | + version "4.28.1" |
| 878 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947" |
| 879 | + integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ== |
880 | 880 | dependencies:
|
881 |
| - "@typescript-eslint/experimental-utils" "4.24.0" |
882 |
| - "@typescript-eslint/scope-manager" "4.24.0" |
883 |
| - debug "^4.1.1" |
| 881 | + "@typescript-eslint/experimental-utils" "4.28.1" |
| 882 | + "@typescript-eslint/scope-manager" "4.28.1" |
| 883 | + debug "^4.3.1" |
884 | 884 | functional-red-black-tree "^1.0.1"
|
885 |
| - lodash "^4.17.15" |
886 |
| - regexpp "^3.0.0" |
887 |
| - semver "^7.3.2" |
888 |
| - tsutils "^3.17.1" |
| 885 | + regexpp "^3.1.0" |
| 886 | + semver "^7.3.5" |
| 887 | + tsutils "^3.21.0" |
889 | 888 |
|
890 |
| -"@typescript-eslint/experimental-utils@4.24.0", "@typescript-eslint/experimental-utils@^4.0.1": |
891 |
| - version "4.24.0" |
892 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.24.0.tgz#c23ead9de44b99c3a5fd925c33a106b00165e172" |
893 |
| - integrity sha512-IwTT2VNDKH1h8RZseMH4CcYBz6lTvRoOLDuuqNZZoThvfHEhOiZPQCow+5El3PtyxJ1iDr6UXZwYtE3yZQjhcw== |
| 889 | +"@typescript-eslint/experimental-utils@4.28.1", "@typescript-eslint/experimental-utils@^4.0.1": |
| 890 | + version "4.28.1" |
| 891 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc" |
| 892 | + integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q== |
894 | 893 | dependencies:
|
895 |
| - "@types/json-schema" "^7.0.3" |
896 |
| - "@typescript-eslint/scope-manager" "4.24.0" |
897 |
| - "@typescript-eslint/types" "4.24.0" |
898 |
| - "@typescript-eslint/typescript-estree" "4.24.0" |
899 |
| - eslint-scope "^5.0.0" |
900 |
| - eslint-utils "^2.0.0" |
| 894 | + "@types/json-schema" "^7.0.7" |
| 895 | + "@typescript-eslint/scope-manager" "4.28.1" |
| 896 | + "@typescript-eslint/types" "4.28.1" |
| 897 | + "@typescript-eslint/typescript-estree" "4.28.1" |
| 898 | + eslint-scope "^5.1.1" |
| 899 | + eslint-utils "^3.0.0" |
901 | 900 |
|
902 | 901 | "@typescript-eslint/parser@^4.15.2":
|
903 | 902 | version "4.28.1"
|
|
909 | 908 | "@typescript-eslint/typescript-estree" "4.28.1"
|
910 | 909 | debug "^4.3.1"
|
911 | 910 |
|
912 |
| -"@typescript-eslint/[email protected]": |
913 |
| - version "4.24.0" |
914 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359" |
915 |
| - integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA== |
916 |
| - dependencies: |
917 |
| - "@typescript-eslint/types" "4.24.0" |
918 |
| - "@typescript-eslint/visitor-keys" "4.24.0" |
919 |
| - |
920 | 911 | "@typescript-eslint/[email protected]":
|
921 | 912 | version "4.28.1"
|
922 | 913 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
|
|
925 | 916 | "@typescript-eslint/types" "4.28.1"
|
926 | 917 | "@typescript-eslint/visitor-keys" "4.28.1"
|
927 | 918 |
|
928 |
| -"@typescript-eslint/[email protected]": |
929 |
| - version "4.24.0" |
930 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c" |
931 |
| - integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q== |
932 |
| - |
933 | 919 | "@typescript-eslint/[email protected]":
|
934 | 920 | version "4.28.1"
|
935 | 921 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
|
936 | 922 | integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
|
937 | 923 |
|
938 |
| -"@typescript-eslint/[email protected]": |
939 |
| - version "4.24.0" |
940 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f" |
941 |
| - integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA== |
942 |
| - dependencies: |
943 |
| - "@typescript-eslint/types" "4.24.0" |
944 |
| - "@typescript-eslint/visitor-keys" "4.24.0" |
945 |
| - debug "^4.1.1" |
946 |
| - globby "^11.0.1" |
947 |
| - is-glob "^4.0.1" |
948 |
| - semver "^7.3.2" |
949 |
| - tsutils "^3.17.1" |
950 |
| - |
951 | 924 | "@typescript-eslint/[email protected]":
|
952 | 925 | version "4.28.1"
|
953 | 926 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
|
|
961 | 934 | semver "^7.3.5"
|
962 | 935 | tsutils "^3.21.0"
|
963 | 936 |
|
964 |
| -"@typescript-eslint/[email protected]": |
965 |
| - version "4.24.0" |
966 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297" |
967 |
| - integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g== |
968 |
| - dependencies: |
969 |
| - "@typescript-eslint/types" "4.24.0" |
970 |
| - eslint-visitor-keys "^2.0.0" |
971 |
| - |
972 | 937 | "@typescript-eslint/[email protected]":
|
973 | 938 | version "4.28.1"
|
974 | 939 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
|
@@ -1994,21 +1959,28 @@ eslint-plugin-jest@^24.1.5:
|
1994 | 1959 | dependencies:
|
1995 | 1960 | "@typescript-eslint/experimental-utils" "^4.0.1"
|
1996 | 1961 |
|
1997 |
| -eslint-scope@^5.0.0, eslint-scope@^5.1.1: |
| 1962 | +eslint-scope@^5.1.1: |
1998 | 1963 | version "5.1.1"
|
1999 | 1964 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
2000 | 1965 | integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
2001 | 1966 | dependencies:
|
2002 | 1967 | esrecurse "^4.3.0"
|
2003 | 1968 | estraverse "^4.1.1"
|
2004 | 1969 |
|
2005 |
| -eslint-utils@^2.0.0, eslint-utils@^2.1.0: |
| 1970 | +eslint-utils@^2.1.0: |
2006 | 1971 | version "2.1.0"
|
2007 | 1972 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
|
2008 | 1973 | integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
|
2009 | 1974 | dependencies:
|
2010 | 1975 | eslint-visitor-keys "^1.1.0"
|
2011 | 1976 |
|
| 1977 | +eslint-utils@^3.0.0: |
| 1978 | + version "3.0.0" |
| 1979 | + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" |
| 1980 | + integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== |
| 1981 | + dependencies: |
| 1982 | + eslint-visitor-keys "^2.0.0" |
| 1983 | + |
2012 | 1984 | eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
|
2013 | 1985 | version "1.3.0"
|
2014 | 1986 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
|
@@ -2519,18 +2491,6 @@ globals@^13.6.0, globals@^13.9.0:
|
2519 | 2491 | dependencies:
|
2520 | 2492 | type-fest "^0.20.2"
|
2521 | 2493 |
|
2522 |
| -globby@^11.0.1: |
2523 |
| - version "11.0.2" |
2524 |
| - resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" |
2525 |
| - integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== |
2526 |
| - dependencies: |
2527 |
| - array-union "^2.1.0" |
2528 |
| - dir-glob "^3.0.1" |
2529 |
| - fast-glob "^3.1.1" |
2530 |
| - ignore "^5.1.4" |
2531 |
| - merge2 "^1.3.0" |
2532 |
| - slash "^3.0.0" |
2533 |
| - |
2534 | 2494 | globby@^11.0.3:
|
2535 | 2495 | version "11.0.3"
|
2536 | 2496 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
|
@@ -4476,7 +4436,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
4476 | 4436 | extend-shallow "^3.0.2"
|
4477 | 4437 | safe-regex "^1.1.0"
|
4478 | 4438 |
|
4479 |
| -regexpp@^3.0.0, regexpp@^3.1.0: |
| 4439 | +regexpp@^3.1.0: |
4480 | 4440 | version "3.1.0"
|
4481 | 4441 | resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
|
4482 | 4442 | integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
|
@@ -5209,13 +5169,6 @@ tslib@^1.8.1, tslib@^1.9.0:
|
5209 | 5169 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
5210 | 5170 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
5211 | 5171 |
|
5212 |
| -tsutils@^3.17.1: |
5213 |
| - version "3.20.0" |
5214 |
| - resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.20.0.tgz#ea03ea45462e146b53d70ce0893de453ff24f698" |
5215 |
| - integrity sha512-RYbuQuvkhuqVeXweWT3tJLKOEJ/UUw9GjNEZGWdrLLlM+611o1gwLHBpxoFJKKl25fLprp2eVthtKs5JOrNeXg== |
5216 |
| - dependencies: |
5217 |
| - tslib "^1.8.1" |
5218 |
| - |
5219 | 5172 | tsutils@^3.21.0:
|
5220 | 5173 | version "3.21.0"
|
5221 | 5174 | resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
|
0 commit comments