Skip to content

Commit 1561593

Browse files
chore(deps): update all non-major dependencies
1 parent 9be0fc6 commit 1561593

File tree

2 files changed

+86
-74
lines changed

2 files changed

+86
-74
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@types/chai": "4.3.19",
4949
"@types/cheerio": "0.22.35",
5050
"@types/jest": "^29.5.12",
51-
"@types/node": "22.5.4",
51+
"@types/node": "22.5.5",
5252
"axios": "1.7.3",
53-
"eslint": "9.10.0",
53+
"eslint": "9.11.0",
5454
"eslint-config-prettier": "9.1.0",
5555
"eslint-plugin-prettier": "5.2.1",
5656
"eslint-plugin-unused-imports": "4.1.4",

yarn.lock

Lines changed: 84 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,12 @@
325325
dependencies:
326326
eslint-visitor-keys "^3.3.0"
327327

328-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0":
328+
"@eslint-community/regexpp@^4.10.0":
329+
version "4.11.1"
330+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
331+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
332+
333+
"@eslint-community/regexpp@^4.11.0":
329334
version "4.11.0"
330335
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
331336
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
@@ -354,20 +359,20 @@
354359
minimatch "^3.1.2"
355360
strip-json-comments "^3.1.1"
356361

357-
"@eslint/js@9.10.0":
358-
version "9.10.0"
359-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.10.0.tgz#eaa3cb0baec497970bb29e43a153d0d5650143c6"
360-
integrity sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==
362+
"@eslint/js@9.11.0":
363+
version "9.11.0"
364+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.11.0.tgz#fca7533ef33aa608770734786e02f1041847f9bb"
365+
integrity sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==
361366

362367
"@eslint/object-schema@^2.1.4":
363368
version "2.1.4"
364369
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
365370
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
366371

367-
"@eslint/plugin-kit@^0.1.0":
368-
version "0.1.0"
369-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz#809b95a0227ee79c3195adfb562eb94352e77974"
370-
integrity sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==
372+
"@eslint/plugin-kit@^0.2.0":
373+
version "0.2.0"
374+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz#8712dccae365d24e9eeecb7b346f85e750ba343d"
375+
integrity sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==
371376
dependencies:
372377
levn "^0.4.1"
373378

@@ -745,13 +750,20 @@
745750
expect "^29.0.0"
746751
pretty-format "^29.0.0"
747752

748-
"@types/node@*", "@types/[email protected]":
753+
"@types/node@*":
749754
version "22.5.4"
750755
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8"
751756
integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
752757
dependencies:
753758
undici-types "~6.19.2"
754759

760+
761+
version "22.5.5"
762+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
763+
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
764+
dependencies:
765+
undici-types "~6.19.2"
766+
755767
"@types/stack-utils@^2.0.0":
756768
version "2.0.3"
757769
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -769,85 +781,85 @@
769781
dependencies:
770782
"@types/yargs-parser" "*"
771783

772-
"@typescript-eslint/eslint-plugin@8.5.0":
773-
version "8.5.0"
774-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.5.0.tgz#7c1863693a98371703686e1c0fac64ffc576cdb1"
775-
integrity sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw==
784+
"@typescript-eslint/eslint-plugin@8.6.0":
785+
version "8.6.0"
786+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999"
787+
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==
776788
dependencies:
777789
"@eslint-community/regexpp" "^4.10.0"
778-
"@typescript-eslint/scope-manager" "8.5.0"
779-
"@typescript-eslint/type-utils" "8.5.0"
780-
"@typescript-eslint/utils" "8.5.0"
781-
"@typescript-eslint/visitor-keys" "8.5.0"
790+
"@typescript-eslint/scope-manager" "8.6.0"
791+
"@typescript-eslint/type-utils" "8.6.0"
792+
"@typescript-eslint/utils" "8.6.0"
793+
"@typescript-eslint/visitor-keys" "8.6.0"
782794
graphemer "^1.4.0"
783795
ignore "^5.3.1"
784796
natural-compare "^1.4.0"
785797
ts-api-utils "^1.3.0"
786798

787-
"@typescript-eslint/parser@8.5.0":
788-
version "8.5.0"
789-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.5.0.tgz#d590e1ef9f31f26d423999ad3f687723247e6bcc"
790-
integrity sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==
799+
"@typescript-eslint/parser@8.6.0":
800+
version "8.6.0"
801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6"
802+
integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==
791803
dependencies:
792-
"@typescript-eslint/scope-manager" "8.5.0"
793-
"@typescript-eslint/types" "8.5.0"
794-
"@typescript-eslint/typescript-estree" "8.5.0"
795-
"@typescript-eslint/visitor-keys" "8.5.0"
804+
"@typescript-eslint/scope-manager" "8.6.0"
805+
"@typescript-eslint/types" "8.6.0"
806+
"@typescript-eslint/typescript-estree" "8.6.0"
807+
"@typescript-eslint/visitor-keys" "8.6.0"
796808
debug "^4.3.4"
797809

798-
"@typescript-eslint/scope-manager@8.5.0":
799-
version "8.5.0"
800-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz#385341de65b976f02b295b8aca54bb4ffd6b5f07"
801-
integrity sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==
810+
"@typescript-eslint/scope-manager@8.6.0":
811+
version "8.6.0"
812+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982"
813+
integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==
802814
dependencies:
803-
"@typescript-eslint/types" "8.5.0"
804-
"@typescript-eslint/visitor-keys" "8.5.0"
815+
"@typescript-eslint/types" "8.6.0"
816+
"@typescript-eslint/visitor-keys" "8.6.0"
805817

806-
"@typescript-eslint/type-utils@8.5.0":
807-
version "8.5.0"
808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz#6215b23aa39dbbd8dde0a4ef9ee0f745410c29b1"
809-
integrity sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA==
818+
"@typescript-eslint/type-utils@8.6.0":
819+
version "8.6.0"
820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0"
821+
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==
810822
dependencies:
811-
"@typescript-eslint/typescript-estree" "8.5.0"
812-
"@typescript-eslint/utils" "8.5.0"
823+
"@typescript-eslint/typescript-estree" "8.6.0"
824+
"@typescript-eslint/utils" "8.6.0"
813825
debug "^4.3.4"
814826
ts-api-utils "^1.3.0"
815827

816-
"@typescript-eslint/types@8.5.0":
817-
version "8.5.0"
818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.5.0.tgz#4465d99331d1276f8fb2030e4f9c73fe01a05bf9"
819-
integrity sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==
828+
"@typescript-eslint/types@8.6.0":
829+
version "8.6.0"
830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
831+
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
820832

821-
"@typescript-eslint/typescript-estree@8.5.0":
822-
version "8.5.0"
823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz#6e5758cf2f63aa86e9ddfa4e284e2e0b81b87557"
824-
integrity sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==
833+
"@typescript-eslint/typescript-estree@8.6.0":
834+
version "8.6.0"
835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01"
836+
integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==
825837
dependencies:
826-
"@typescript-eslint/types" "8.5.0"
827-
"@typescript-eslint/visitor-keys" "8.5.0"
838+
"@typescript-eslint/types" "8.6.0"
839+
"@typescript-eslint/visitor-keys" "8.6.0"
828840
debug "^4.3.4"
829841
fast-glob "^3.3.2"
830842
is-glob "^4.0.3"
831843
minimatch "^9.0.4"
832844
semver "^7.6.0"
833845
ts-api-utils "^1.3.0"
834846

835-
"@typescript-eslint/utils@8.5.0":
836-
version "8.5.0"
837-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.5.0.tgz#4d4ffed96d0654546a37faa5b84bdce16d951634"
838-
integrity sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==
847+
"@typescript-eslint/utils@8.6.0":
848+
version "8.6.0"
849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c"
850+
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==
839851
dependencies:
840852
"@eslint-community/eslint-utils" "^4.4.0"
841-
"@typescript-eslint/scope-manager" "8.5.0"
842-
"@typescript-eslint/types" "8.5.0"
843-
"@typescript-eslint/typescript-estree" "8.5.0"
853+
"@typescript-eslint/scope-manager" "8.6.0"
854+
"@typescript-eslint/types" "8.6.0"
855+
"@typescript-eslint/typescript-estree" "8.6.0"
844856

845-
"@typescript-eslint/visitor-keys@8.5.0":
846-
version "8.5.0"
847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz#13028df3b866d2e3e2e2cc4193cf2c1e0e04c4bf"
848-
integrity sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==
857+
"@typescript-eslint/visitor-keys@8.6.0":
858+
version "8.6.0"
859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f"
860+
integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==
849861
dependencies:
850-
"@typescript-eslint/types" "8.5.0"
862+
"@typescript-eslint/types" "8.6.0"
851863
eslint-visitor-keys "^3.4.3"
852864

853865
acorn-jsx@^5.3.2:
@@ -1502,17 +1514,17 @@ eslint-visitor-keys@^4.0.0:
15021514
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
15031515
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
15041516

1505-
eslint@9.10.0:
1506-
version "9.10.0"
1507-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.10.0.tgz#0bd74d7fe4db77565d0e7f57c7df6d2b04756806"
1508-
integrity sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==
1517+
eslint@9.11.0:
1518+
version "9.11.0"
1519+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.11.0.tgz#f7a7bf305a4d77f23be0c1e4537b9aa1617219be"
1520+
integrity sha512-yVS6XODx+tMFMDFcG4+Hlh+qG7RM6cCJXtQhCKLSsr3XkLvWggHjCqjfh0XsPPnt1c56oaT6PMgW9XWQQjdHXA==
15091521
dependencies:
15101522
"@eslint-community/eslint-utils" "^4.2.0"
15111523
"@eslint-community/regexpp" "^4.11.0"
15121524
"@eslint/config-array" "^0.18.0"
15131525
"@eslint/eslintrc" "^3.1.0"
1514-
"@eslint/js" "9.10.0"
1515-
"@eslint/plugin-kit" "^0.1.0"
1526+
"@eslint/js" "9.11.0"
1527+
"@eslint/plugin-kit" "^0.2.0"
15161528
"@humanwhocodes/module-importer" "^1.0.1"
15171529
"@humanwhocodes/retry" "^0.3.0"
15181530
"@nodelib/fs.walk" "^1.2.8"
@@ -3290,13 +3302,13 @@ type-fest@^0.21.3:
32903302
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
32913303

32923304
typescript-eslint@^8.0.1:
3293-
version "8.5.0"
3294-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.5.0.tgz#041f6c302d0e9a8e116a33d60b0bb19f34036dd7"
3295-
integrity sha512-uD+XxEoSIvqtm4KE97etm32Tn5MfaZWgWfMMREStLxR6JzvHkc2Tkj7zhTEK5XmtpTmKHNnG8Sot6qDfhHtR1Q==
3305+
version "8.6.0"
3306+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.6.0.tgz#5f0b5e23b34385ef146e447616c1a0d6bd14bedb"
3307+
integrity sha512-eEhhlxCEpCd4helh3AO1hk0UP2MvbRi9CtIAJTVPQjuSXOOO2jsEacNi4UdcJzZJbeuVg1gMhtZ8UYb+NFYPrA==
32963308
dependencies:
3297-
"@typescript-eslint/eslint-plugin" "8.5.0"
3298-
"@typescript-eslint/parser" "8.5.0"
3299-
"@typescript-eslint/utils" "8.5.0"
3309+
"@typescript-eslint/eslint-plugin" "8.6.0"
3310+
"@typescript-eslint/parser" "8.6.0"
3311+
"@typescript-eslint/utils" "8.6.0"
33003312

33013313
33023314
version "5.6.2"

0 commit comments

Comments
 (0)