Skip to content

Commit e9ab2e6

Browse files
chore(deps): update dependency eslint to v9.32.0
1 parent 8cc444a commit e9ab2e6

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

yarn.lock

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
dependencies:
10301030
"@types/json-schema" "^7.0.15"
10311031

1032-
"@eslint/core@^0.15.1":
1032+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
10331033
version "0.15.1"
10341034
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
10351035
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -1051,7 +1051,12 @@
10511051
minimatch "^3.1.2"
10521052
strip-json-comments "^3.1.1"
10531053

1054-
"@eslint/js@9.30.1", "@eslint/js@^9.19.0":
1054+
"@eslint/js@9.32.0":
1055+
version "9.32.0"
1056+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
1057+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
1058+
1059+
"@eslint/js@^9.19.0":
10551060
version "9.30.1"
10561061
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
10571062
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
@@ -1083,6 +1088,14 @@
10831088
"@eslint/core" "^0.15.1"
10841089
levn "^0.4.1"
10851090

1091+
"@eslint/plugin-kit@^0.3.4":
1092+
version "0.3.4"
1093+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
1094+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
1095+
dependencies:
1096+
"@eslint/core" "^0.15.1"
1097+
levn "^0.4.1"
1098+
10861099
"@fastify/busboy@^3.1.1":
10871100
version "3.1.1"
10881101
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-3.1.1.tgz#af3aea7f1e52ec916d8b5c9dcc0f09d4c060a3fc"
@@ -4503,18 +4516,18 @@ eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
45034516
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
45044517

45054518
eslint@^9.6.0:
4506-
version "9.30.1"
4507-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
4508-
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
4519+
version "9.32.0"
4520+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
4521+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
45094522
dependencies:
45104523
"@eslint-community/eslint-utils" "^4.2.0"
45114524
"@eslint-community/regexpp" "^4.12.1"
45124525
"@eslint/config-array" "^0.21.0"
45134526
"@eslint/config-helpers" "^0.3.0"
4514-
"@eslint/core" "^0.14.0"
4527+
"@eslint/core" "^0.15.0"
45154528
"@eslint/eslintrc" "^3.3.1"
4516-
"@eslint/js" "9.30.1"
4517-
"@eslint/plugin-kit" "^0.3.1"
4529+
"@eslint/js" "9.32.0"
4530+
"@eslint/plugin-kit" "^0.3.4"
45184531
"@humanfs/node" "^0.16.6"
45194532
"@humanwhocodes/module-importer" "^1.0.1"
45204533
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)