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