Skip to content

Commit 1b14910

Browse files
Bump the typescript-eslint group with 2 updates (#1683)
1 parent 87fed7c commit 1b14910

File tree

1 file changed

+52
-77
lines changed

1 file changed

+52
-77
lines changed

yarn.lock

Lines changed: 52 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -874,15 +874,15 @@
874874
integrity sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==
875875

876876
"@typescript-eslint/eslint-plugin@^7.1.0":
877-
version "7.6.0"
878-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.6.0.tgz#1f5df5cda490a0bcb6fbdd3382e19f1241024242"
879-
integrity sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==
877+
version "7.7.0"
878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.0.tgz#bf34a02f221811505b8bf2f31060c8560c1bb0a3"
879+
integrity sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==
880880
dependencies:
881881
"@eslint-community/regexpp" "^4.10.0"
882-
"@typescript-eslint/scope-manager" "7.6.0"
883-
"@typescript-eslint/type-utils" "7.6.0"
884-
"@typescript-eslint/utils" "7.6.0"
885-
"@typescript-eslint/visitor-keys" "7.6.0"
882+
"@typescript-eslint/scope-manager" "7.7.0"
883+
"@typescript-eslint/type-utils" "7.7.0"
884+
"@typescript-eslint/utils" "7.7.0"
885+
"@typescript-eslint/visitor-keys" "7.7.0"
886886
debug "^4.3.4"
887887
graphemer "^1.4.0"
888888
ignore "^5.3.1"
@@ -891,72 +891,72 @@
891891
ts-api-utils "^1.3.0"
892892

893893
"@typescript-eslint/parser@^7.1.0":
894-
version "7.6.0"
895-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.6.0.tgz#0aca5de3045d68b36e88903d15addaf13d040a95"
896-
integrity sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==
897-
dependencies:
898-
"@typescript-eslint/scope-manager" "7.6.0"
899-
"@typescript-eslint/types" "7.6.0"
900-
"@typescript-eslint/typescript-estree" "7.6.0"
901-
"@typescript-eslint/visitor-keys" "7.6.0"
894+
version "7.7.0"
895+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.0.tgz#6b1b3ce76c5de002c43af8ae933613b0f2b4bcc6"
896+
integrity sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==
897+
dependencies:
898+
"@typescript-eslint/scope-manager" "7.7.0"
899+
"@typescript-eslint/types" "7.7.0"
900+
"@typescript-eslint/typescript-estree" "7.7.0"
901+
"@typescript-eslint/visitor-keys" "7.7.0"
902902
debug "^4.3.4"
903903

904-
"@typescript-eslint/scope-manager@7.6.0":
905-
version "7.6.0"
906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.6.0.tgz#1e9972f654210bd7500b31feadb61a233f5b5e9d"
907-
integrity sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==
904+
"@typescript-eslint/scope-manager@7.7.0":
905+
version "7.7.0"
906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.0.tgz#3f0db079b275bb8b0cb5be7613fb3130cfb5de77"
907+
integrity sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==
908908
dependencies:
909-
"@typescript-eslint/types" "7.6.0"
910-
"@typescript-eslint/visitor-keys" "7.6.0"
909+
"@typescript-eslint/types" "7.7.0"
910+
"@typescript-eslint/visitor-keys" "7.7.0"
911911

912-
"@typescript-eslint/type-utils@7.6.0":
913-
version "7.6.0"
914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.6.0.tgz#644f75075f379827d25fe0713e252ccd4e4a428c"
915-
integrity sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==
912+
"@typescript-eslint/type-utils@7.7.0":
913+
version "7.7.0"
914+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.0.tgz#36792ff4209a781b058de61631a48df17bdefbc5"
915+
integrity sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==
916916
dependencies:
917-
"@typescript-eslint/typescript-estree" "7.6.0"
918-
"@typescript-eslint/utils" "7.6.0"
917+
"@typescript-eslint/typescript-estree" "7.7.0"
918+
"@typescript-eslint/utils" "7.7.0"
919919
debug "^4.3.4"
920920
ts-api-utils "^1.3.0"
921921

922-
"@typescript-eslint/types@7.6.0":
923-
version "7.6.0"
924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.6.0.tgz#53dba7c30c87e5f10a731054266dd905f1fbae38"
925-
integrity sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==
922+
"@typescript-eslint/types@7.7.0":
923+
version "7.7.0"
924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.0.tgz#23af4d24bf9ce15d8d301236e3e3014143604f27"
925+
integrity sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==
926926

927-
"@typescript-eslint/typescript-estree@7.6.0":
928-
version "7.6.0"
929-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.6.0.tgz#112a3775563799fd3f011890ac8322f80830ac17"
930-
integrity sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==
927+
"@typescript-eslint/typescript-estree@7.7.0":
928+
version "7.7.0"
929+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.0.tgz#b5dd6383b4c6a852d7b256a37af971e8982be97f"
930+
integrity sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==
931931
dependencies:
932-
"@typescript-eslint/types" "7.6.0"
933-
"@typescript-eslint/visitor-keys" "7.6.0"
932+
"@typescript-eslint/types" "7.7.0"
933+
"@typescript-eslint/visitor-keys" "7.7.0"
934934
debug "^4.3.4"
935935
globby "^11.1.0"
936936
is-glob "^4.0.3"
937937
minimatch "^9.0.4"
938938
semver "^7.6.0"
939939
ts-api-utils "^1.3.0"
940940

941-
"@typescript-eslint/utils@7.6.0":
942-
version "7.6.0"
943-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.6.0.tgz#e400d782280b6f724c8a1204269d984c79202282"
944-
integrity sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==
941+
"@typescript-eslint/utils@7.7.0":
942+
version "7.7.0"
943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.0.tgz#3d2b6606a60ac34f3c625facfb3b3ab7e126f58d"
944+
integrity sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==
945945
dependencies:
946946
"@eslint-community/eslint-utils" "^4.4.0"
947947
"@types/json-schema" "^7.0.15"
948948
"@types/semver" "^7.5.8"
949-
"@typescript-eslint/scope-manager" "7.6.0"
950-
"@typescript-eslint/types" "7.6.0"
951-
"@typescript-eslint/typescript-estree" "7.6.0"
949+
"@typescript-eslint/scope-manager" "7.7.0"
950+
"@typescript-eslint/types" "7.7.0"
951+
"@typescript-eslint/typescript-estree" "7.7.0"
952952
semver "^7.6.0"
953953

954-
"@typescript-eslint/visitor-keys@7.6.0":
955-
version "7.6.0"
956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.6.0.tgz#d1ce13145844379021e1f9bd102c1d78946f4e76"
957-
integrity sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==
954+
"@typescript-eslint/visitor-keys@7.7.0":
955+
version "7.7.0"
956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.0.tgz#950148cf1ac11562a2d903fdf7acf76714a2dc9e"
957+
integrity sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==
958958
dependencies:
959-
"@typescript-eslint/types" "7.6.0"
959+
"@typescript-eslint/types" "7.7.0"
960960
eslint-visitor-keys "^3.4.3"
961961

962962
"@ungap/structured-clone@^1.2.0":
@@ -4178,16 +4178,7 @@ streamsearch@^1.1.0:
41784178
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
41794179
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
41804180

4181-
"string-width-cjs@npm:string-width@^4.2.0":
4182-
version "4.2.3"
4183-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4184-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4185-
dependencies:
4186-
emoji-regex "^8.0.0"
4187-
is-fullwidth-code-point "^3.0.0"
4188-
strip-ansi "^6.0.1"
4189-
4190-
string-width@^4.1.0, string-width@^4.2.0:
4181+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
41914182
version "4.2.3"
41924183
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
41934184
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4240,14 +4231,7 @@ string_decoder@^1.1.1:
42404231
dependencies:
42414232
safe-buffer "~5.2.0"
42424233

4243-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4244-
version "6.0.1"
4245-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4246-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4247-
dependencies:
4248-
ansi-regex "^5.0.1"
4249-
4250-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4234+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
42514235
version "6.0.1"
42524236
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
42534237
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4834,16 +4818,7 @@ winston@^3.10.0:
48344818
triple-beam "^1.3.0"
48354819
winston-transport "^4.7.0"
48364820

4837-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4838-
version "7.0.0"
4839-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4840-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4841-
dependencies:
4842-
ansi-styles "^4.0.0"
4843-
string-width "^4.1.0"
4844-
strip-ansi "^6.0.0"
4845-
4846-
wrap-ansi@^7.0.0:
4821+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
48474822
version "7.0.0"
48484823
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
48494824
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)