Skip to content

Commit 881b36f

Browse files
authored
Merge pull request #421 from devmehq/renovate/all-minor-patch
2 parents 25f019b + 23b50fe commit 881b36f

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@types/prettier": "3.0.0",
8686
"@types/xmldom": "0.1.34",
8787
"@types/yauzl": "2.10.3",
88-
"@typescript-eslint/eslint-plugin": "8.16.0",
89-
"@typescript-eslint/parser": "8.16.0",
88+
"@typescript-eslint/eslint-plugin": "8.17.0",
89+
"@typescript-eslint/parser": "8.17.0",
9090
"chai": "5.1.2",
9191
"co-mocha": "1.2.2",
9292
"eslint": "9.16.0",

yarn.lock

+50-50
Original file line numberDiff line numberDiff line change
@@ -523,85 +523,85 @@
523523
dependencies:
524524
"@types/node" "*"
525525

526-
"@typescript-eslint/eslint-plugin@8.16.0":
527-
version "8.16.0"
528-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6"
529-
integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==
526+
"@typescript-eslint/eslint-plugin@8.17.0":
527+
version "8.17.0"
528+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
529+
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
530530
dependencies:
531531
"@eslint-community/regexpp" "^4.10.0"
532-
"@typescript-eslint/scope-manager" "8.16.0"
533-
"@typescript-eslint/type-utils" "8.16.0"
534-
"@typescript-eslint/utils" "8.16.0"
535-
"@typescript-eslint/visitor-keys" "8.16.0"
532+
"@typescript-eslint/scope-manager" "8.17.0"
533+
"@typescript-eslint/type-utils" "8.17.0"
534+
"@typescript-eslint/utils" "8.17.0"
535+
"@typescript-eslint/visitor-keys" "8.17.0"
536536
graphemer "^1.4.0"
537537
ignore "^5.3.1"
538538
natural-compare "^1.4.0"
539539
ts-api-utils "^1.3.0"
540540

541-
"@typescript-eslint/parser@8.16.0":
542-
version "8.16.0"
543-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06"
544-
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==
541+
"@typescript-eslint/parser@8.17.0":
542+
version "8.17.0"
543+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
544+
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
545545
dependencies:
546-
"@typescript-eslint/scope-manager" "8.16.0"
547-
"@typescript-eslint/types" "8.16.0"
548-
"@typescript-eslint/typescript-estree" "8.16.0"
549-
"@typescript-eslint/visitor-keys" "8.16.0"
546+
"@typescript-eslint/scope-manager" "8.17.0"
547+
"@typescript-eslint/types" "8.17.0"
548+
"@typescript-eslint/typescript-estree" "8.17.0"
549+
"@typescript-eslint/visitor-keys" "8.17.0"
550550
debug "^4.3.4"
551551

552-
"@typescript-eslint/scope-manager@8.16.0":
553-
version "8.16.0"
554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905"
555-
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==
552+
"@typescript-eslint/scope-manager@8.17.0":
553+
version "8.17.0"
554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
555+
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
556556
dependencies:
557-
"@typescript-eslint/types" "8.16.0"
558-
"@typescript-eslint/visitor-keys" "8.16.0"
557+
"@typescript-eslint/types" "8.17.0"
558+
"@typescript-eslint/visitor-keys" "8.17.0"
559559

560-
"@typescript-eslint/type-utils@8.16.0":
561-
version "8.16.0"
562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740"
563-
integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==
560+
"@typescript-eslint/type-utils@8.17.0":
561+
version "8.17.0"
562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
563+
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
564564
dependencies:
565-
"@typescript-eslint/typescript-estree" "8.16.0"
566-
"@typescript-eslint/utils" "8.16.0"
565+
"@typescript-eslint/typescript-estree" "8.17.0"
566+
"@typescript-eslint/utils" "8.17.0"
567567
debug "^4.3.4"
568568
ts-api-utils "^1.3.0"
569569

570-
"@typescript-eslint/types@8.16.0":
571-
version "8.16.0"
572-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
573-
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
570+
"@typescript-eslint/types@8.17.0":
571+
version "8.17.0"
572+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
573+
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
574574

575-
"@typescript-eslint/typescript-estree@8.16.0":
576-
version "8.16.0"
577-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c"
578-
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==
575+
"@typescript-eslint/typescript-estree@8.17.0":
576+
version "8.17.0"
577+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
578+
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
579579
dependencies:
580-
"@typescript-eslint/types" "8.16.0"
581-
"@typescript-eslint/visitor-keys" "8.16.0"
580+
"@typescript-eslint/types" "8.17.0"
581+
"@typescript-eslint/visitor-keys" "8.17.0"
582582
debug "^4.3.4"
583583
fast-glob "^3.3.2"
584584
is-glob "^4.0.3"
585585
minimatch "^9.0.4"
586586
semver "^7.6.0"
587587
ts-api-utils "^1.3.0"
588588

589-
"@typescript-eslint/utils@8.16.0":
590-
version "8.16.0"
591-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3"
592-
integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==
589+
"@typescript-eslint/utils@8.17.0":
590+
version "8.17.0"
591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
592+
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
593593
dependencies:
594594
"@eslint-community/eslint-utils" "^4.4.0"
595-
"@typescript-eslint/scope-manager" "8.16.0"
596-
"@typescript-eslint/types" "8.16.0"
597-
"@typescript-eslint/typescript-estree" "8.16.0"
595+
"@typescript-eslint/scope-manager" "8.17.0"
596+
"@typescript-eslint/types" "8.17.0"
597+
"@typescript-eslint/typescript-estree" "8.17.0"
598598

599-
"@typescript-eslint/visitor-keys@8.16.0":
600-
version "8.16.0"
601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705"
602-
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==
599+
"@typescript-eslint/visitor-keys@8.17.0":
600+
version "8.17.0"
601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
602+
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
603603
dependencies:
604-
"@typescript-eslint/types" "8.16.0"
604+
"@typescript-eslint/types" "8.17.0"
605605
eslint-visitor-keys "^4.2.0"
606606

607607

0 commit comments

Comments
 (0)