Skip to content

Commit a1c051d

Browse files
chore(deps): update dependency eslint to v9.22.0
1 parent 852d42d commit a1c051d

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

yarn.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"@jridgewell/trace-mapping" "0.3.9"
1111

1212
"@eslint-community/eslint-utils@^4.2.0":
13-
version "4.4.1"
14-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
15-
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
13+
version "4.5.1"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.5.1.tgz#b0fc7e06d0c94f801537fd4237edc2706d3b8e4c"
15+
integrity sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==
1616
dependencies:
1717
eslint-visitor-keys "^3.4.3"
1818

@@ -37,6 +37,11 @@
3737
debug "^4.3.1"
3838
minimatch "^3.1.2"
3939

40+
"@eslint/config-helpers@^0.1.0":
41+
version "0.1.0"
42+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
43+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
44+
4045
"@eslint/core@^0.12.0":
4146
version "0.12.0"
4247
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -59,10 +64,10 @@
5964
minimatch "^3.1.2"
6065
strip-json-comments "^3.1.1"
6166

62-
"@eslint/js@9.21.0":
63-
version "9.21.0"
64-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
65-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
67+
"@eslint/js@9.22.0":
68+
version "9.22.0"
69+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
70+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
6671

6772
"@eslint/object-schema@^2.1.6":
6873
version "2.1.6"
@@ -315,9 +320,9 @@ acorn-walk@^8.1.1:
315320
integrity sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==
316321

317322
acorn@^8.14.0:
318-
version "8.14.0"
319-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
320-
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
323+
version "8.14.1"
324+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
325+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
321326

322327
acorn@^8.4.1:
323328
version "8.11.2"
@@ -480,10 +485,10 @@ eslint-config-prettier@^10.0.0:
480485
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz#47444de8aa104ce82c2f91ad2a5e96b62c01e20d"
481486
integrity sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==
482487

483-
eslint-scope@^8.2.0:
484-
version "8.2.0"
485-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
486-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
488+
eslint-scope@^8.3.0:
489+
version "8.3.0"
490+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
491+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
487492
dependencies:
488493
esrecurse "^4.3.0"
489494
estraverse "^5.2.0"
@@ -499,16 +504,17 @@ eslint-visitor-keys@^4.2.0:
499504
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
500505

501506
eslint@^9.8.0:
502-
version "9.21.0"
503-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
504-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
507+
version "9.22.0"
508+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
509+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
505510
dependencies:
506511
"@eslint-community/eslint-utils" "^4.2.0"
507512
"@eslint-community/regexpp" "^4.12.1"
508513
"@eslint/config-array" "^0.19.2"
514+
"@eslint/config-helpers" "^0.1.0"
509515
"@eslint/core" "^0.12.0"
510516
"@eslint/eslintrc" "^3.3.0"
511-
"@eslint/js" "9.21.0"
517+
"@eslint/js" "9.22.0"
512518
"@eslint/plugin-kit" "^0.2.7"
513519
"@humanfs/node" "^0.16.6"
514520
"@humanwhocodes/module-importer" "^1.0.1"
@@ -520,7 +526,7 @@ eslint@^9.8.0:
520526
cross-spawn "^7.0.6"
521527
debug "^4.3.2"
522528
escape-string-regexp "^4.0.0"
523-
eslint-scope "^8.2.0"
529+
eslint-scope "^8.3.0"
524530
eslint-visitor-keys "^4.2.0"
525531
espree "^10.3.0"
526532
esquery "^1.5.0"

0 commit comments

Comments
 (0)