497
497
minimatch "^3.0.4"
498
498
strip-json-comments "^3.1.1"
499
499
500
+ " @eslint/eslintrc@^1.0.2 " :
501
+ version "1.0.2"
502
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.0.2.tgz#6044884f7f93c4ecc2d1694c7486cce91ef8f746"
503
+ integrity sha512-x1ZXdEFsvTcnbTZgqcWUL9w2ybgZCw/qbKTPQnab+XnYA2bMQpJCh+/bBzCRfDJaJdlrrQlOk49jNtru9gL/6Q==
504
+ dependencies :
505
+ ajv "^6.12.4"
506
+ debug "^4.3.2"
507
+ espree "^9.0.0"
508
+ globals "^13.9.0"
509
+ ignore "^4.0.6"
510
+ import-fresh "^3.2.1"
511
+ js-yaml "^3.13.1"
512
+ minimatch "^3.0.4"
513
+ strip-json-comments "^3.1.1"
514
+
500
515
" @humanwhocodes/config-array@^0.5.0 " :
501
516
version "0.5.0"
502
517
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
506
521
debug "^4.1.1"
507
522
minimatch "^3.0.4"
508
523
524
+ " @humanwhocodes/config-array@^0.6.0 " :
525
+ version "0.6.0"
526
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.6.0.tgz#b5621fdb3b32309d2d16575456cbc277fa8f021a"
527
+ integrity sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==
528
+ dependencies :
529
+ " @humanwhocodes/object-schema" " ^1.2.0"
530
+ debug "^4.1.1"
531
+ minimatch "^3.0.4"
532
+
509
533
" @humanwhocodes/object-schema@^1.2.0 " :
510
534
version "1.2.0"
511
535
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
@@ -1099,6 +1123,11 @@ acorn@^8.2.4:
1099
1123
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
1100
1124
integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
1101
1125
1126
+ acorn@^8.5.0 :
1127
+ version "8.5.0"
1128
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
1129
+ integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
1130
+
1102
1131
add-stream@^1.0.0 :
1103
1132
version "1.0.0"
1104
1133
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -1195,6 +1224,11 @@ argparse@^1.0.7:
1195
1224
dependencies :
1196
1225
sprintf-js "~1.0.2"
1197
1226
1227
+ argparse@^2.0.1 :
1228
+ version "2.0.1"
1229
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
1230
+ integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1231
+
1198
1232
array-ify@^1.0.0 :
1199
1233
version "1.0.0"
1200
1234
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
@@ -1823,6 +1857,13 @@ debug@^3.2.7:
1823
1857
dependencies :
1824
1858
ms "^2.1.1"
1825
1859
1860
+ debug@^4.3.2 :
1861
+ version "4.3.2"
1862
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
1863
+ integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
1864
+ dependencies :
1865
+ ms "2.1.2"
1866
+
1826
1867
decamelize-keys@^1.1.0 :
1827
1868
version "1.1.0"
1828
1869
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2070,10 +2111,10 @@ eslint-plugin-import@^2.24.2:
2070
2111
resolve "^1.20.0"
2071
2112
tsconfig-paths "^3.11.0"
2072
2113
2073
- eslint-plugin-jest@^24.5 .0 :
2074
- version "24.5.0 "
2075
- resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.5.0. tgz#a223a0040a19af749a161807254f0e47f5bfdcc3 "
2076
- integrity sha512-Cm+XdX7Nms2UXGRnivHFVcM3ZmlKheHvc9VD78iZLO1XcqB59WbVjrMSiesCbHDlToxWjMJDiJMgc1CzFE13Vg ==
2114
+ eslint-plugin-jest@^25.0 .0 :
2115
+ version "25.0.1 "
2116
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.0.1. tgz#1a4aec26bb9806db1132de18cc7df7cab4b0ca4e "
2117
+ integrity sha512-h54W6EOFGWHvKmGQul1Ahc8nLfzWR7jbynjeb4NT/acg6yOaRPQv6MXeSuQO3a7+21xaVtmULowYANuu4JIimQ ==
2077
2118
dependencies :
2078
2119
" @typescript-eslint/experimental-utils" " ^4.0.1"
2079
2120
@@ -2085,6 +2126,14 @@ eslint-scope@^5.1.1:
2085
2126
esrecurse "^4.3.0"
2086
2127
estraverse "^4.1.1"
2087
2128
2129
+ eslint-scope@^6.0.0 :
2130
+ version "6.0.0"
2131
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz#9cf45b13c5ac8f3d4c50f46a5121f61b3e318978"
2132
+ integrity sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==
2133
+ dependencies :
2134
+ esrecurse "^4.3.0"
2135
+ estraverse "^5.2.0"
2136
+
2088
2137
eslint-utils@^2.1.0 :
2089
2138
version "2.1.0"
2090
2139
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -2109,6 +2158,11 @@ eslint-visitor-keys@^2.0.0:
2109
2158
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
2110
2159
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
2111
2160
2161
+ eslint-visitor-keys@^3.0.0 :
2162
+ version "3.0.0"
2163
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
2164
+ integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
2165
+
2112
2166
eslint@^7.32.0 :
2113
2167
version "7.32.0"
2114
2168
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -2155,6 +2209,50 @@ eslint@^7.32.0:
2155
2209
text-table "^0.2.0"
2156
2210
v8-compile-cache "^2.0.3"
2157
2211
2212
+ eslint@^8.0.0 :
2213
+ version "8.0.0"
2214
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.0.tgz#2c2d0ac6353755667ac90c9ff4a9c1315e43fcff"
2215
+ integrity sha512-03spzPzMAO4pElm44m60Nj08nYonPGQXmw6Ceai/S4QK82IgwWO1EXx1s9namKzVlbVu3Jf81hb+N+8+v21/HQ==
2216
+ dependencies :
2217
+ " @eslint/eslintrc" " ^1.0.2"
2218
+ " @humanwhocodes/config-array" " ^0.6.0"
2219
+ ajv "^6.10.0"
2220
+ chalk "^4.0.0"
2221
+ cross-spawn "^7.0.2"
2222
+ debug "^4.3.2"
2223
+ doctrine "^3.0.0"
2224
+ enquirer "^2.3.5"
2225
+ escape-string-regexp "^4.0.0"
2226
+ eslint-scope "^6.0.0"
2227
+ eslint-utils "^3.0.0"
2228
+ eslint-visitor-keys "^3.0.0"
2229
+ espree "^9.0.0"
2230
+ esquery "^1.4.0"
2231
+ esutils "^2.0.2"
2232
+ fast-deep-equal "^3.1.3"
2233
+ file-entry-cache "^6.0.1"
2234
+ functional-red-black-tree "^1.0.1"
2235
+ glob-parent "^6.0.1"
2236
+ globals "^13.6.0"
2237
+ ignore "^4.0.6"
2238
+ import-fresh "^3.0.0"
2239
+ imurmurhash "^0.1.4"
2240
+ is-glob "^4.0.0"
2241
+ js-yaml "^4.1.0"
2242
+ json-stable-stringify-without-jsonify "^1.0.1"
2243
+ levn "^0.4.1"
2244
+ lodash.merge "^4.6.2"
2245
+ minimatch "^3.0.4"
2246
+ natural-compare "^1.4.0"
2247
+ optionator "^0.9.1"
2248
+ progress "^2.0.0"
2249
+ regexpp "^3.2.0"
2250
+ semver "^7.2.1"
2251
+ strip-ansi "^6.0.0"
2252
+ strip-json-comments "^3.1.0"
2253
+ text-table "^0.2.0"
2254
+ v8-compile-cache "^2.0.3"
2255
+
2158
2256
espree@^7.3.0, espree@^7.3.1 :
2159
2257
version "7.3.1"
2160
2258
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -2164,6 +2262,15 @@ espree@^7.3.0, espree@^7.3.1:
2164
2262
acorn-jsx "^5.3.1"
2165
2263
eslint-visitor-keys "^1.3.0"
2166
2264
2265
+ espree@^9.0.0 :
2266
+ version "9.0.0"
2267
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.0.0.tgz#e90a2965698228502e771c7a58489b1a9d107090"
2268
+ integrity sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==
2269
+ dependencies :
2270
+ acorn "^8.5.0"
2271
+ acorn-jsx "^5.3.1"
2272
+ eslint-visitor-keys "^3.0.0"
2273
+
2167
2274
esprima@^4.0.0, esprima@^4.0.1 :
2168
2275
version "4.0.1"
2169
2276
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -2469,6 +2576,13 @@ glob-parent@^5.1.2:
2469
2576
dependencies :
2470
2577
is-glob "^4.0.1"
2471
2578
2579
+ glob-parent@^6.0.1 :
2580
+ version "6.0.2"
2581
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
2582
+ integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
2583
+ dependencies :
2584
+ is-glob "^4.0.3"
2585
+
2472
2586
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4 :
2473
2587
version "7.1.7"
2474
2588
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -2736,6 +2850,13 @@ is-glob@^4.0.0, is-glob@^4.0.1:
2736
2850
dependencies :
2737
2851
is-extglob "^2.1.1"
2738
2852
2853
+ is-glob@^4.0.3 :
2854
+ version "4.0.3"
2855
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
2856
+ integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
2857
+ dependencies :
2858
+ is-extglob "^2.1.1"
2859
+
2739
2860
is-negative-zero@^2.0.1 :
2740
2861
version "2.0.1"
2741
2862
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
@@ -3320,6 +3441,13 @@ js-yaml@^3.13.1:
3320
3441
argparse "^1.0.7"
3321
3442
esprima "^4.0.0"
3322
3443
3444
+ js-yaml@^4.1.0 :
3445
+ version "4.1.0"
3446
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
3447
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
3448
+ dependencies :
3449
+ argparse "^2.0.1"
3450
+
3323
3451
jsdom@^16.6.0 :
3324
3452
version "16.6.0"
3325
3453
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.6.0.tgz#f79b3786682065492a3da6a60a4695da983805ac"
@@ -4237,7 +4365,7 @@ redent@^3.0.0:
4237
4365
indent-string "^4.0.0"
4238
4366
strip-indent "^3.0.0"
4239
4367
4240
- regexpp@^3.1.0 :
4368
+ regexpp@^3.1.0, regexpp@^3.2.0 :
4241
4369
version "3.2.0"
4242
4370
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
4243
4371
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
0 commit comments