|
2319 | 2319 | "@types/yargs-parser" "*"
|
2320 | 2320 |
|
2321 | 2321 | "@typescript-eslint/eslint-plugin@^4.1.0":
|
2322 |
| - version "4.15.2" |
2323 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61" |
2324 |
| - integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q== |
| 2322 | + version "4.16.1" |
| 2323 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651" |
| 2324 | + integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ== |
2325 | 2325 | dependencies:
|
2326 |
| - "@typescript-eslint/experimental-utils" "4.15.2" |
2327 |
| - "@typescript-eslint/scope-manager" "4.15.2" |
| 2326 | + "@typescript-eslint/experimental-utils" "4.16.1" |
| 2327 | + "@typescript-eslint/scope-manager" "4.16.1" |
2328 | 2328 | debug "^4.1.1"
|
2329 | 2329 | functional-red-black-tree "^1.0.1"
|
2330 | 2330 | lodash "^4.17.15"
|
2331 | 2331 | regexpp "^3.0.0"
|
2332 | 2332 | semver "^7.3.2"
|
2333 | 2333 | tsutils "^3.17.1"
|
2334 | 2334 |
|
2335 |
| -"@typescript-eslint/experimental-utils@4.15.2": |
2336 |
| - version "4.15.2" |
2337 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36" |
2338 |
| - integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ== |
| 2335 | +"@typescript-eslint/experimental-utils@4.16.1": |
| 2336 | + version "4.16.1" |
| 2337 | + resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328" |
| 2338 | + integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ== |
2339 | 2339 | dependencies:
|
2340 | 2340 | "@types/json-schema" "^7.0.3"
|
2341 |
| - "@typescript-eslint/scope-manager" "4.15.2" |
2342 |
| - "@typescript-eslint/types" "4.15.2" |
2343 |
| - "@typescript-eslint/typescript-estree" "4.15.2" |
| 2341 | + "@typescript-eslint/scope-manager" "4.16.1" |
| 2342 | + "@typescript-eslint/types" "4.16.1" |
| 2343 | + "@typescript-eslint/typescript-estree" "4.16.1" |
2344 | 2344 | eslint-scope "^5.0.0"
|
2345 | 2345 | eslint-utils "^2.0.0"
|
2346 | 2346 |
|
|
2357 | 2357 | eslint-utils "^2.0.0"
|
2358 | 2358 |
|
2359 | 2359 | "@typescript-eslint/parser@^4.1.0":
|
2360 |
| - version "4.15.2" |
2361 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e" |
2362 |
| - integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q== |
| 2360 | + version "4.16.1" |
| 2361 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a" |
| 2362 | + integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg== |
2363 | 2363 | dependencies:
|
2364 |
| - "@typescript-eslint/scope-manager" "4.15.2" |
2365 |
| - "@typescript-eslint/types" "4.15.2" |
2366 |
| - "@typescript-eslint/typescript-estree" "4.15.2" |
| 2364 | + "@typescript-eslint/scope-manager" "4.16.1" |
| 2365 | + "@typescript-eslint/types" "4.16.1" |
| 2366 | + "@typescript-eslint/typescript-estree" "4.16.1" |
2367 | 2367 | debug "^4.1.1"
|
2368 | 2368 |
|
2369 | 2369 | "@typescript-eslint/[email protected]":
|
|
2374 | 2374 | "@typescript-eslint/types" "4.15.1"
|
2375 | 2375 | "@typescript-eslint/visitor-keys" "4.15.1"
|
2376 | 2376 |
|
2377 |
| -"@typescript-eslint/scope-manager@4.15.2": |
2378 |
| - version "4.15.2" |
2379 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f" |
2380 |
| - integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ== |
| 2377 | +"@typescript-eslint/scope-manager@4.16.1": |
| 2378 | + version "4.16.1" |
| 2379 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5" |
| 2380 | + integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw== |
2381 | 2381 | dependencies:
|
2382 |
| - "@typescript-eslint/types" "4.15.2" |
2383 |
| - "@typescript-eslint/visitor-keys" "4.15.2" |
| 2382 | + "@typescript-eslint/types" "4.16.1" |
| 2383 | + "@typescript-eslint/visitor-keys" "4.16.1" |
2384 | 2384 |
|
2385 | 2385 | "@typescript-eslint/[email protected]":
|
2386 | 2386 | version "4.15.1"
|
2387 | 2387 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
|
2388 | 2388 | integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
|
2389 | 2389 |
|
2390 |
| -"@typescript-eslint/types@4.15.2": |
2391 |
| - version "4.15.2" |
2392 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60" |
2393 |
| - integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ== |
| 2390 | +"@typescript-eslint/types@4.16.1": |
| 2391 | + version "4.16.1" |
| 2392 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15" |
| 2393 | + integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA== |
2394 | 2394 |
|
2395 | 2395 | "@typescript-eslint/[email protected]":
|
2396 | 2396 | version "4.15.1"
|
|
2405 | 2405 | semver "^7.3.2"
|
2406 | 2406 | tsutils "^3.17.1"
|
2407 | 2407 |
|
2408 |
| -"@typescript-eslint/typescript-estree@4.15.2": |
2409 |
| - version "4.15.2" |
2410 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa" |
2411 |
| - integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw== |
| 2408 | +"@typescript-eslint/typescript-estree@4.16.1": |
| 2409 | + version "4.16.1" |
| 2410 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1" |
| 2411 | + integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg== |
2412 | 2412 | dependencies:
|
2413 |
| - "@typescript-eslint/types" "4.15.2" |
2414 |
| - "@typescript-eslint/visitor-keys" "4.15.2" |
| 2413 | + "@typescript-eslint/types" "4.16.1" |
| 2414 | + "@typescript-eslint/visitor-keys" "4.16.1" |
2415 | 2415 | debug "^4.1.1"
|
2416 | 2416 | globby "^11.0.1"
|
2417 | 2417 | is-glob "^4.0.1"
|
|
2426 | 2426 | "@typescript-eslint/types" "4.15.1"
|
2427 | 2427 | eslint-visitor-keys "^2.0.0"
|
2428 | 2428 |
|
2429 |
| -"@typescript-eslint/visitor-keys@4.15.2": |
2430 |
| - version "4.15.2" |
2431 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9" |
2432 |
| - integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg== |
| 2429 | +"@typescript-eslint/visitor-keys@4.16.1": |
| 2430 | + version "4.16.1" |
| 2431 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293" |
| 2432 | + integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w== |
2433 | 2433 | dependencies:
|
2434 |
| - "@typescript-eslint/types" "4.15.2" |
| 2434 | + "@typescript-eslint/types" "4.16.1" |
2435 | 2435 | eslint-visitor-keys "^2.0.0"
|
2436 | 2436 |
|
2437 | 2437 | JSONStream@^1.0.4:
|
@@ -4629,9 +4629,9 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
|
4629 | 4629 | integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
|
4630 | 4630 |
|
4631 | 4631 | fastq@^1.6.0:
|
4632 |
| - version "1.10.1" |
4633 |
| - resolved "https://registry.npmjs.org/fastq/-/fastq-1.10.1.tgz#8b8f2ac8bf3632d67afcd65dac248d5fdc45385e" |
4634 |
| - integrity sha512-AWuv6Ery3pM+dY7LYS8YIaCiQvUaos9OB1RyNgaOWnaX+Tik7Onvcsf8x8c+YtDeT0maYLniBip2hox5KtEXXA== |
| 4632 | + version "1.11.0" |
| 4633 | + resolved "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz#bb9fb955a07130a918eb63c1f5161cc32a5d0858" |
| 4634 | + integrity sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g== |
4635 | 4635 | dependencies:
|
4636 | 4636 | reusify "^1.0.4"
|
4637 | 4637 |
|
|
0 commit comments