|
2030 | 2030 | npmlog "^4.1.2"
|
2031 | 2031 | write-file-atomic "^3.0.3"
|
2032 | 2032 |
|
2033 |
| - |
2034 |
| - version "2.1.4" |
2035 |
| - resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69" |
2036 |
| - integrity sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA== |
| 2033 | + |
| 2034 | + version "2.1.5" |
| 2035 | + resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
| 2036 | + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== |
2037 | 2037 | dependencies:
|
2038 |
| - "@nodelib/fs.stat" "2.0.4" |
| 2038 | + "@nodelib/fs.stat" "2.0.5" |
2039 | 2039 | run-parallel "^1.1.9"
|
2040 | 2040 |
|
2041 |
| -"@nodelib/[email protected].4", "@nodelib/fs.stat@^2.0.2": |
2042 |
| - version "2.0.4" |
2043 |
| - resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa108a121cfffe4c676655" |
2044 |
| - integrity sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q== |
| 2041 | +"@nodelib/[email protected].5", "@nodelib/fs.stat@^2.0.2": |
| 2042 | + version "2.0.5" |
| 2043 | + resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" |
| 2044 | + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== |
2045 | 2045 |
|
2046 | 2046 | "@nodelib/fs.walk@^1.2.3":
|
2047 |
| - version "1.2.6" |
2048 |
| - resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz#cce9396b30aa5afe9e3756608f5831adcb53d063" |
2049 |
| - integrity sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== |
| 2047 | + version "1.2.7" |
| 2048 | + resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz#94c23db18ee4653e129abd26fb06f870ac9e1ee2" |
| 2049 | + integrity sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA== |
2050 | 2050 | dependencies:
|
2051 |
| - "@nodelib/fs.scandir" "2.1.4" |
| 2051 | + "@nodelib/fs.scandir" "2.1.5" |
2052 | 2052 | fastq "^1.6.0"
|
2053 | 2053 |
|
2054 | 2054 | "@npmcli/ci-detect@^1.0.0":
|
|
2460 | 2460 | "@types/yargs-parser" "*"
|
2461 | 2461 |
|
2462 | 2462 | "@typescript-eslint/eslint-plugin@^4.1.0":
|
2463 |
| - version "4.26.0" |
2464 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242" |
2465 |
| - integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg== |
| 2463 | + version "4.26.1" |
| 2464 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3" |
| 2465 | + integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw== |
2466 | 2466 | dependencies:
|
2467 |
| - "@typescript-eslint/experimental-utils" "4.26.0" |
2468 |
| - "@typescript-eslint/scope-manager" "4.26.0" |
| 2467 | + "@typescript-eslint/experimental-utils" "4.26.1" |
| 2468 | + "@typescript-eslint/scope-manager" "4.26.1" |
2469 | 2469 | debug "^4.3.1"
|
2470 | 2470 | functional-red-black-tree "^1.0.1"
|
2471 | 2471 | lodash "^4.17.21"
|
2472 | 2472 | regexpp "^3.1.0"
|
2473 | 2473 | semver "^7.3.5"
|
2474 | 2474 | tsutils "^3.21.0"
|
2475 | 2475 |
|
2476 |
| -"@typescript-eslint/[email protected].0": |
2477 |
| - version "4.26.0" |
2478 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a" |
2479 |
| - integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw== |
| 2476 | +"@typescript-eslint/[email protected].1": |
| 2477 | + version "4.26.1" |
| 2478 | + resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142" |
| 2479 | + integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ== |
2480 | 2480 | dependencies:
|
2481 | 2481 | "@types/json-schema" "^7.0.7"
|
2482 |
| - "@typescript-eslint/scope-manager" "4.26.0" |
2483 |
| - "@typescript-eslint/types" "4.26.0" |
2484 |
| - "@typescript-eslint/typescript-estree" "4.26.0" |
| 2482 | + "@typescript-eslint/scope-manager" "4.26.1" |
| 2483 | + "@typescript-eslint/types" "4.26.1" |
| 2484 | + "@typescript-eslint/typescript-estree" "4.26.1" |
2485 | 2485 | eslint-scope "^5.1.1"
|
2486 | 2486 | eslint-utils "^3.0.0"
|
2487 | 2487 |
|
|
2498 | 2498 | eslint-utils "^2.0.0"
|
2499 | 2499 |
|
2500 | 2500 | "@typescript-eslint/parser@^4.1.0":
|
2501 |
| - version "4.26.0" |
2502 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf" |
2503 |
| - integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg== |
| 2501 | + version "4.26.1" |
| 2502 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e" |
| 2503 | + integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ== |
2504 | 2504 | dependencies:
|
2505 |
| - "@typescript-eslint/scope-manager" "4.26.0" |
2506 |
| - "@typescript-eslint/types" "4.26.0" |
2507 |
| - "@typescript-eslint/typescript-estree" "4.26.0" |
| 2505 | + "@typescript-eslint/scope-manager" "4.26.1" |
| 2506 | + "@typescript-eslint/types" "4.26.1" |
| 2507 | + "@typescript-eslint/typescript-estree" "4.26.1" |
2508 | 2508 | debug "^4.3.1"
|
2509 | 2509 |
|
2510 | 2510 | "@typescript-eslint/[email protected]":
|
|
2515 | 2515 | "@typescript-eslint/types" "4.22.0"
|
2516 | 2516 | "@typescript-eslint/visitor-keys" "4.22.0"
|
2517 | 2517 |
|
2518 |
| -"@typescript-eslint/[email protected].0": |
2519 |
| - version "4.26.0" |
2520 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194" |
2521 |
| - integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg== |
| 2518 | +"@typescript-eslint/[email protected].1": |
| 2519 | + version "4.26.1" |
| 2520 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662" |
| 2521 | + integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ== |
2522 | 2522 | dependencies:
|
2523 |
| - "@typescript-eslint/types" "4.26.0" |
2524 |
| - "@typescript-eslint/visitor-keys" "4.26.0" |
| 2523 | + "@typescript-eslint/types" "4.26.1" |
| 2524 | + "@typescript-eslint/visitor-keys" "4.26.1" |
2525 | 2525 |
|
2526 | 2526 | "@typescript-eslint/[email protected]":
|
2527 | 2527 | version "4.22.0"
|
2528 | 2528 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
|
2529 | 2529 | integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
|
2530 | 2530 |
|
2531 |
| -"@typescript-eslint/[email protected].0": |
2532 |
| - version "4.26.0" |
2533 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546" |
2534 |
| - integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A== |
| 2531 | +"@typescript-eslint/[email protected].1": |
| 2532 | + version "4.26.1" |
| 2533 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38" |
| 2534 | + integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg== |
2535 | 2535 |
|
2536 | 2536 | "@typescript-eslint/[email protected]":
|
2537 | 2537 | version "4.22.0"
|
|
2546 | 2546 | semver "^7.3.2"
|
2547 | 2547 | tsutils "^3.17.1"
|
2548 | 2548 |
|
2549 |
| -"@typescript-eslint/[email protected].0": |
2550 |
| - version "4.26.0" |
2551 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109" |
2552 |
| - integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg== |
| 2549 | +"@typescript-eslint/[email protected].1": |
| 2550 | + version "4.26.1" |
| 2551 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633" |
| 2552 | + integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg== |
2553 | 2553 | dependencies:
|
2554 |
| - "@typescript-eslint/types" "4.26.0" |
2555 |
| - "@typescript-eslint/visitor-keys" "4.26.0" |
| 2554 | + "@typescript-eslint/types" "4.26.1" |
| 2555 | + "@typescript-eslint/visitor-keys" "4.26.1" |
2556 | 2556 | debug "^4.3.1"
|
2557 | 2557 | globby "^11.0.3"
|
2558 | 2558 | is-glob "^4.0.1"
|
|
2567 | 2567 | "@typescript-eslint/types" "4.22.0"
|
2568 | 2568 | eslint-visitor-keys "^2.0.0"
|
2569 | 2569 |
|
2570 |
| -"@typescript-eslint/[email protected].0": |
2571 |
| - version "4.26.0" |
2572 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23" |
2573 |
| - integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg== |
| 2570 | +"@typescript-eslint/[email protected].1": |
| 2571 | + version "4.26.1" |
| 2572 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546" |
| 2573 | + integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw== |
2574 | 2574 | dependencies:
|
2575 |
| - "@typescript-eslint/types" "4.26.0" |
| 2575 | + "@typescript-eslint/types" "4.26.1" |
2576 | 2576 | eslint-visitor-keys "^2.0.0"
|
2577 | 2577 |
|
2578 | 2578 | JSONStream@^1.0.4:
|
|
0 commit comments