|
1431 | 1431 | dependencies:
|
1432 | 1432 | "@types/node" "*"
|
1433 | 1433 |
|
1434 |
| -"@typescript-eslint/eslint-plugin@*": |
1435 |
| - version "5.7.0" |
1436 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.7.0.tgz#12d54709f8ea1da99a01d8a992cd0474ad0f0aa9" |
1437 |
| - integrity sha512-8RTGBpNn5a9M628wBPrCbJ+v3YTEOE2qeZb7TDkGKTDXSj36KGRg92SpFFaR/0S3rSXQxM0Og/kV9EyadsYSBg== |
| 1434 | +"@typescript-eslint/eslint-plugin@^5.4.0": |
| 1435 | + version "5.8.0" |
| 1436 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.0.tgz#52cd9305ceef98a5333f9492d519e6c6c7fe7d43" |
| 1437 | + integrity sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA== |
1438 | 1438 | dependencies:
|
1439 |
| - "@typescript-eslint/experimental-utils" "5.7.0" |
1440 |
| - "@typescript-eslint/scope-manager" "5.7.0" |
| 1439 | + "@typescript-eslint/experimental-utils" "5.8.0" |
| 1440 | + "@typescript-eslint/scope-manager" "5.8.0" |
1441 | 1441 | debug "^4.3.2"
|
1442 | 1442 | functional-red-black-tree "^1.0.1"
|
1443 | 1443 | ignore "^5.1.8"
|
1444 | 1444 | regexpp "^3.2.0"
|
1445 | 1445 | semver "^7.3.5"
|
1446 | 1446 | tsutils "^3.21.0"
|
1447 | 1447 |
|
1448 |
| -"@typescript-eslint/experimental-utils@5.7.0": |
1449 |
| - version "5.7.0" |
1450 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.7.0.tgz#2b1633e6613c3238036156f70c32634843ad034f" |
1451 |
| - integrity sha512-u57eZ5FbEpzN5kSjmVrSesovWslH2ZyNPnaXQMXWgH57d5+EVHEt76W75vVuI9qKZ5BMDKNfRN+pxcPEjQjb2A== |
| 1448 | +"@typescript-eslint/experimental-utils@5.8.0": |
| 1449 | + version "5.8.0" |
| 1450 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.0.tgz#0916ffe98d34b3c95e3652efa0cace61a7b25728" |
| 1451 | + integrity sha512-KN5FvNH71bhZ8fKtL+lhW7bjm7cxs1nt+hrDZWIqb6ViCffQcWyLunGrgvISgkRojIDcXIsH+xlFfI4RCDA0xA== |
1452 | 1452 | dependencies:
|
1453 | 1453 | "@types/json-schema" "^7.0.9"
|
1454 |
| - "@typescript-eslint/scope-manager" "5.7.0" |
1455 |
| - "@typescript-eslint/types" "5.7.0" |
1456 |
| - "@typescript-eslint/typescript-estree" "5.7.0" |
| 1454 | + "@typescript-eslint/scope-manager" "5.8.0" |
| 1455 | + "@typescript-eslint/types" "5.8.0" |
| 1456 | + "@typescript-eslint/typescript-estree" "5.8.0" |
1457 | 1457 | eslint-scope "^5.1.1"
|
1458 | 1458 | eslint-utils "^3.0.0"
|
1459 | 1459 |
|
1460 |
| -"@typescript-eslint/parser@*": |
1461 |
| - version "5.7.0" |
1462 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.7.0.tgz#4dca6de463d86f02d252e681136a67888ea3b181" |
1463 |
| - integrity sha512-m/gWCCcS4jXw6vkrPQ1BjZ1vomP01PArgzvauBqzsoZ3urLbsRChexB8/YV8z9HwE3qlJM35FxfKZ1nfP/4x8g== |
| 1460 | +"@typescript-eslint/parser@^5.4.0": |
| 1461 | + version "5.8.0" |
| 1462 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587" |
| 1463 | + integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw== |
1464 | 1464 | dependencies:
|
1465 |
| - "@typescript-eslint/scope-manager" "5.7.0" |
1466 |
| - "@typescript-eslint/types" "5.7.0" |
1467 |
| - "@typescript-eslint/typescript-estree" "5.7.0" |
| 1465 | + "@typescript-eslint/scope-manager" "5.8.0" |
| 1466 | + "@typescript-eslint/types" "5.8.0" |
| 1467 | + "@typescript-eslint/typescript-estree" "5.8.0" |
1468 | 1468 | debug "^4.3.2"
|
1469 | 1469 |
|
1470 |
| -"@typescript-eslint/scope-manager@5.7.0": |
1471 |
| - version "5.7.0" |
1472 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.7.0.tgz#70adf960e5a58994ad50438ba60d98ecadd79452" |
1473 |
| - integrity sha512-7mxR520DGq5F7sSSgM0HSSMJ+TFUymOeFRMfUfGFAVBv8BR+Jv1vHgAouYUvWRZeszVBJlLcc9fDdktxb5kmxA== |
| 1470 | +"@typescript-eslint/scope-manager@5.8.0": |
| 1471 | + version "5.8.0" |
| 1472 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.0.tgz#2371095b4fa4c7be6a80b380f4e1b49c715e16f4" |
| 1473 | + integrity sha512-x82CYJsLOjPCDuFFEbS6e7K1QEWj7u5Wk1alw8A+gnJiYwNnDJk0ib6PCegbaPMjrfBvFKa7SxE3EOnnIQz2Gg== |
1474 | 1474 | dependencies:
|
1475 |
| - "@typescript-eslint/types" "5.7.0" |
1476 |
| - "@typescript-eslint/visitor-keys" "5.7.0" |
| 1475 | + "@typescript-eslint/types" "5.8.0" |
| 1476 | + "@typescript-eslint/visitor-keys" "5.8.0" |
1477 | 1477 |
|
1478 |
| -"@typescript-eslint/types@5.7.0": |
1479 |
| - version "5.7.0" |
1480 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.7.0.tgz#2d4cae0105ba7d08bffa69698197a762483ebcbe" |
1481 |
| - integrity sha512-5AeYIF5p2kAneIpnLFve8g50VyAjq7udM7ApZZ9JYjdPjkz0LvODfuSHIDUVnIuUoxafoWzpFyU7Sqbxgi79mA== |
| 1478 | +"@typescript-eslint/types@5.8.0": |
| 1479 | + version "5.8.0" |
| 1480 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.0.tgz#e7fa74ec35d9dbe3560d039d3d8734986c3971e0" |
| 1481 | + integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg== |
1482 | 1482 |
|
1483 |
| -"@typescript-eslint/typescript-estree@5.7.0": |
1484 |
| - version "5.7.0" |
1485 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.7.0.tgz#968fad899050ccce4f08a40cd5fabc0798525006" |
1486 |
| - integrity sha512-aO1Ql+izMrTnPj5aFFlEJkpD4jRqC4Gwhygu2oHK2wfVQpmOPbyDSveJ+r/NQo+PWV43M6uEAeLVbTi09dFLhg== |
| 1483 | +"@typescript-eslint/typescript-estree@5.8.0": |
| 1484 | + version "5.8.0" |
| 1485 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz#900469ba9d5a37f4482b014ecce4a5dbb86cb4dd" |
| 1486 | + integrity sha512-srfeZ3URdEcUsSLbkOFqS7WoxOqn8JNil2NSLO9O+I2/Uyc85+UlfpEvQHIpj5dVts7KKOZnftoJD/Fdv0L7nQ== |
1487 | 1487 | dependencies:
|
1488 |
| - "@typescript-eslint/types" "5.7.0" |
1489 |
| - "@typescript-eslint/visitor-keys" "5.7.0" |
| 1488 | + "@typescript-eslint/types" "5.8.0" |
| 1489 | + "@typescript-eslint/visitor-keys" "5.8.0" |
1490 | 1490 | debug "^4.3.2"
|
1491 | 1491 | globby "^11.0.4"
|
1492 | 1492 | is-glob "^4.0.3"
|
1493 | 1493 | semver "^7.3.5"
|
1494 | 1494 | tsutils "^3.21.0"
|
1495 | 1495 |
|
1496 |
| -"@typescript-eslint/visitor-keys@5.7.0": |
1497 |
| - version "5.7.0" |
1498 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.7.0.tgz#e05164239eb7cb8aa9fa06c516ede480ce260178" |
1499 |
| - integrity sha512-hdohahZ4lTFcglZSJ3DGdzxQHBSxsLVqHzkiOmKi7xVAWC4y2c1bIMKmPJSrA4aOEoRUPOKQ87Y/taC7yVHpFg== |
| 1496 | +"@typescript-eslint/visitor-keys@5.8.0": |
| 1497 | + version "5.8.0" |
| 1498 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz#22d4ed96fe2451135299239feedb9fe1dcec780c" |
| 1499 | + integrity sha512-+HDIGOEMnqbxdAHegxvnOqESUH6RWFRR2b8qxP1W9CZnnYh4Usz6MBL+2KMAgPk/P0o9c1HqnYtwzVH6GTIqug== |
1500 | 1500 | dependencies:
|
1501 |
| - "@typescript-eslint/types" "5.7.0" |
| 1501 | + "@typescript-eslint/types" "5.8.0" |
1502 | 1502 | eslint-visitor-keys "^3.0.0"
|
1503 | 1503 |
|
1504 | 1504 | JSONStream@^1.0.4:
|
@@ -3535,7 +3535,7 @@ eslint-config-prettier@^8.3.0:
|
3535 | 3535 | resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
|
3536 | 3536 | integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
|
3537 | 3537 |
|
3538 |
| -eslint-config-xo-typescript@*: |
| 3538 | +eslint-config-xo-typescript@^0.47.1: |
3539 | 3539 | version "0.47.1"
|
3540 | 3540 | resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.47.1.tgz#87b5865d8a3428fa26cc8dc3146ef4f712dfed46"
|
3541 | 3541 | integrity sha512-BkbzIltZCWp8QLekKJKG8zJ/ZGezD8Z9FaJ+hJ5PrAVUGkIPmxXLLEHCKS3ax7oOqZLYQiG+jyKfQDIEdTQgbg==
|
@@ -5486,10 +5486,10 @@ lines-and-columns@^1.1.6:
|
5486 | 5486 | resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
5487 | 5487 | integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
5488 | 5488 |
|
5489 |
| -lint-staged@12.1.3: |
5490 |
| - version "12.1.3" |
5491 |
| - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.3.tgz#a16e885c0a5e77de9cf559724d29a10348670e68" |
5492 |
| - integrity sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ== |
| 5489 | +lint-staged@12.1.4: |
| 5490 | + version "12.1.4" |
| 5491 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.4.tgz#a92ec8509f13018caaafade61d515c2d5873316e" |
| 5492 | + integrity sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A== |
5493 | 5493 | dependencies:
|
5494 | 5494 | cli-truncate "^3.1.0"
|
5495 | 5495 | colorette "^2.0.16"
|
|
0 commit comments