Skip to content

Commit c8d218b

Browse files
Update typescript-eslint monorepo to v5.59.9
1 parent e2715ac commit c8d218b

File tree

1 file changed

+78
-59
lines changed

1 file changed

+78
-59
lines changed

yarn.lock

Lines changed: 78 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
# yarn lockfile v1
33

44

5+
"@eslint-community/eslint-utils@^4.2.0":
6+
version "4.4.0"
7+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
8+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
9+
dependencies:
10+
eslint-visitor-keys "^3.3.0"
11+
12+
"@eslint-community/regexpp@^4.4.0":
13+
version "4.5.1"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
15+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
16+
517
"@eslint/eslintrc@^2.0.0":
618
version "2.0.0"
719
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
@@ -332,9 +344,9 @@
332344
integrity sha512-gwWIKwN3IVxRQTIZUNtjKo7w2LoB5RMzbP1PAFHsBq64dOKIhTv8y5RYRIjniLTewrBSBrV2EXxgQ1zZeGU4LA==
333345

334346
"@types/json-schema@^7.0.9":
335-
version "7.0.11"
336-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
337-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
347+
version "7.0.12"
348+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
349+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
338350

339351
"@types/long@^4.0.1":
340352
version "4.0.1"
@@ -357,92 +369,92 @@
357369
integrity sha512-ctzZJ+XsmHQwe3xp07gFUq4JxBaRSYzKHPgblR76//UanGST7vfFNF0+ty5eEbgTqsENopzoDK090xlha9dccQ==
358370

359371
"@types/semver@^7.3.12":
360-
version "7.3.13"
361-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
362-
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
372+
version "7.5.0"
373+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
374+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
363375

364376
"@typescript-eslint/eslint-plugin@^5.17.0":
365-
version "5.53.0"
366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
367-
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
368-
dependencies:
369-
"@typescript-eslint/scope-manager" "5.53.0"
370-
"@typescript-eslint/type-utils" "5.53.0"
371-
"@typescript-eslint/utils" "5.53.0"
377+
version "5.59.9"
378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz#2604cfaf2b306e120044f901e20c8ed926debf15"
379+
integrity sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==
380+
dependencies:
381+
"@eslint-community/regexpp" "^4.4.0"
382+
"@typescript-eslint/scope-manager" "5.59.9"
383+
"@typescript-eslint/type-utils" "5.59.9"
384+
"@typescript-eslint/utils" "5.59.9"
372385
debug "^4.3.4"
373386
grapheme-splitter "^1.0.4"
374387
ignore "^5.2.0"
375388
natural-compare-lite "^1.4.0"
376-
regexpp "^3.2.0"
377389
semver "^7.3.7"
378390
tsutils "^3.21.0"
379391

380392
"@typescript-eslint/parser@^5.17.0":
381-
version "5.53.0"
382-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
383-
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
393+
version "5.59.9"
394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
395+
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
384396
dependencies:
385-
"@typescript-eslint/scope-manager" "5.53.0"
386-
"@typescript-eslint/types" "5.53.0"
387-
"@typescript-eslint/typescript-estree" "5.53.0"
397+
"@typescript-eslint/scope-manager" "5.59.9"
398+
"@typescript-eslint/types" "5.59.9"
399+
"@typescript-eslint/typescript-estree" "5.59.9"
388400
debug "^4.3.4"
389401

390-
"@typescript-eslint/scope-manager@5.53.0":
391-
version "5.53.0"
392-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
393-
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
402+
"@typescript-eslint/scope-manager@5.59.9":
403+
version "5.59.9"
404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4"
405+
integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==
394406
dependencies:
395-
"@typescript-eslint/types" "5.53.0"
396-
"@typescript-eslint/visitor-keys" "5.53.0"
407+
"@typescript-eslint/types" "5.59.9"
408+
"@typescript-eslint/visitor-keys" "5.59.9"
397409

398-
"@typescript-eslint/type-utils@5.53.0":
399-
version "5.53.0"
400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
401-
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
410+
"@typescript-eslint/type-utils@5.59.9":
411+
version "5.59.9"
412+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz#53bfaae2e901e6ac637ab0536d1754dfef4dafc2"
413+
integrity sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==
402414
dependencies:
403-
"@typescript-eslint/typescript-estree" "5.53.0"
404-
"@typescript-eslint/utils" "5.53.0"
415+
"@typescript-eslint/typescript-estree" "5.59.9"
416+
"@typescript-eslint/utils" "5.59.9"
405417
debug "^4.3.4"
406418
tsutils "^3.21.0"
407419

408-
"@typescript-eslint/types@5.53.0":
409-
version "5.53.0"
410-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
411-
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
420+
"@typescript-eslint/types@5.59.9":
421+
version "5.59.9"
422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
423+
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
412424

413-
"@typescript-eslint/typescript-estree@5.53.0":
414-
version "5.53.0"
415-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
416-
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
425+
"@typescript-eslint/typescript-estree@5.59.9":
426+
version "5.59.9"
427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
428+
integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==
417429
dependencies:
418-
"@typescript-eslint/types" "5.53.0"
419-
"@typescript-eslint/visitor-keys" "5.53.0"
430+
"@typescript-eslint/types" "5.59.9"
431+
"@typescript-eslint/visitor-keys" "5.59.9"
420432
debug "^4.3.4"
421433
globby "^11.1.0"
422434
is-glob "^4.0.3"
423435
semver "^7.3.7"
424436
tsutils "^3.21.0"
425437

426-
"@typescript-eslint/utils@5.53.0":
427-
version "5.53.0"
428-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
429-
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
438+
"@typescript-eslint/utils@5.59.9":
439+
version "5.59.9"
440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.9.tgz#adee890107b5ffe02cd46fdaa6c2125fb3c6c7c4"
441+
integrity sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==
430442
dependencies:
443+
"@eslint-community/eslint-utils" "^4.2.0"
431444
"@types/json-schema" "^7.0.9"
432445
"@types/semver" "^7.3.12"
433-
"@typescript-eslint/scope-manager" "5.53.0"
434-
"@typescript-eslint/types" "5.53.0"
435-
"@typescript-eslint/typescript-estree" "5.53.0"
446+
"@typescript-eslint/scope-manager" "5.59.9"
447+
"@typescript-eslint/types" "5.59.9"
448+
"@typescript-eslint/typescript-estree" "5.59.9"
436449
eslint-scope "^5.1.1"
437-
eslint-utils "^3.0.0"
438450
semver "^7.3.7"
439451

440-
"@typescript-eslint/visitor-keys@5.53.0":
441-
version "5.53.0"
442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
443-
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
452+
"@typescript-eslint/visitor-keys@5.59.9":
453+
version "5.59.9"
454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"
455+
integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==
444456
dependencies:
445-
"@typescript-eslint/types" "5.53.0"
457+
"@typescript-eslint/types" "5.59.9"
446458
eslint-visitor-keys "^3.3.0"
447459

448460
acorn-jsx@^5.3.2:
@@ -766,9 +778,9 @@ eslint-visitor-keys@^2.0.0:
766778
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
767779

768780
eslint-visitor-keys@^3.3.0:
769-
version "3.3.0"
770-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
771-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
781+
version "3.4.1"
782+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
783+
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
772784

773785
eslint@8.35.0:
774786
version "8.35.0"
@@ -1672,13 +1684,20 @@ semver@^6.1.0:
16721684
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
16731685
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
16741686

1675-
semver@^7.3.2, semver@^7.3.5, semver@^7.3.7:
1687+
semver@^7.3.2, semver@^7.3.5:
16761688
version "7.3.8"
16771689
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
16781690
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
16791691
dependencies:
16801692
lru-cache "^6.0.0"
16811693

1694+
semver@^7.3.7:
1695+
version "7.5.1"
1696+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec"
1697+
integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==
1698+
dependencies:
1699+
lru-cache "^6.0.0"
1700+
16821701
shebang-command@^2.0.0:
16831702
version "2.0.0"
16841703
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)