Skip to content

Commit a1c5e02

Browse files
Bump eslint from 9.32.0 to 9.38.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.32.0 to 9.38.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.32.0...v9.38.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2132bb9 commit a1c5e02

File tree

2 files changed

+45
-44
lines changed

2 files changed

+45
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/react": "18.3.1",
3434
"@types/react-dom": "18.3.1",
3535
"babel-jest": "^30.2.0",
36-
"eslint": "9.32.0",
36+
"eslint": "9.38.0",
3737
"eslint-config-next": "15.4.2",
3838
"jest": "^30.2.0",
3939
"node-mocks-http": "^1.17.2",

yarn.lock

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,36 +1262,38 @@
12621262
dependencies:
12631263
tslib "^2.4.0"
12641264

1265-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1266-
version "4.4.0"
1267-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1268-
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1265+
"@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.8.0":
1266+
version "4.9.0"
1267+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1268+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
12691269
dependencies:
1270-
eslint-visitor-keys "^3.3.0"
1270+
eslint-visitor-keys "^3.4.3"
12711271

12721272
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
12731273
version "4.12.1"
12741274
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
12751275
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12761276

1277-
"@eslint/config-array@^0.21.0":
1278-
version "0.21.0"
1279-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636"
1280-
integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==
1277+
"@eslint/config-array@^0.21.1":
1278+
version "0.21.1"
1279+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
1280+
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
12811281
dependencies:
1282-
"@eslint/object-schema" "^2.1.6"
1282+
"@eslint/object-schema" "^2.1.7"
12831283
debug "^4.3.1"
12841284
minimatch "^3.1.2"
12851285

1286-
"@eslint/config-helpers@^0.3.0":
1287-
version "0.3.0"
1288-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
1289-
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
1286+
"@eslint/config-helpers@^0.4.1":
1287+
version "0.4.1"
1288+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.1.tgz#7d173a1a35fe256f0989a0fdd8d911ebbbf50037"
1289+
integrity sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==
1290+
dependencies:
1291+
"@eslint/core" "^0.16.0"
12901292

1291-
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
1292-
version "0.15.1"
1293-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
1294-
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
1293+
"@eslint/core@^0.16.0":
1294+
version "0.16.0"
1295+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
1296+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
12951297
dependencies:
12961298
"@types/json-schema" "^7.0.15"
12971299

@@ -1310,22 +1312,22 @@
13101312
minimatch "^3.1.2"
13111313
strip-json-comments "^3.1.1"
13121314

1313-
"@eslint/js@9.32.0":
1314-
version "9.32.0"
1315-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
1316-
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
1315+
"@eslint/js@9.38.0":
1316+
version "9.38.0"
1317+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
1318+
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
13171319

1318-
"@eslint/object-schema@^2.1.6":
1319-
version "2.1.6"
1320-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
1321-
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
1320+
"@eslint/object-schema@^2.1.7":
1321+
version "2.1.7"
1322+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1323+
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
13221324

1323-
"@eslint/plugin-kit@^0.3.4":
1324-
version "0.3.4"
1325-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
1326-
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
1325+
"@eslint/plugin-kit@^0.4.0":
1326+
version "0.4.0"
1327+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
1328+
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
13271329
dependencies:
1328-
"@eslint/core" "^0.15.1"
1330+
"@eslint/core" "^0.16.0"
13291331
levn "^0.4.1"
13301332

13311333
"@humanfs/core@^0.19.1":
@@ -3520,7 +3522,7 @@ eslint-scope@^8.4.0:
35203522
esrecurse "^4.3.0"
35213523
estraverse "^5.2.0"
35223524

3523-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
3525+
eslint-visitor-keys@^3.4.3:
35243526
version "3.4.3"
35253527
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
35263528
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -3530,24 +3532,23 @@ eslint-visitor-keys@^4.2.1:
35303532
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
35313533
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
35323534

3533-
eslint@9.32.0:
3534-
version "9.32.0"
3535-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
3536-
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
3535+
eslint@9.38.0:
3536+
version "9.38.0"
3537+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e"
3538+
integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==
35373539
dependencies:
3538-
"@eslint-community/eslint-utils" "^4.2.0"
3540+
"@eslint-community/eslint-utils" "^4.8.0"
35393541
"@eslint-community/regexpp" "^4.12.1"
3540-
"@eslint/config-array" "^0.21.0"
3541-
"@eslint/config-helpers" "^0.3.0"
3542-
"@eslint/core" "^0.15.0"
3542+
"@eslint/config-array" "^0.21.1"
3543+
"@eslint/config-helpers" "^0.4.1"
3544+
"@eslint/core" "^0.16.0"
35433545
"@eslint/eslintrc" "^3.3.1"
3544-
"@eslint/js" "9.32.0"
3545-
"@eslint/plugin-kit" "^0.3.4"
3546+
"@eslint/js" "9.38.0"
3547+
"@eslint/plugin-kit" "^0.4.0"
35463548
"@humanfs/node" "^0.16.6"
35473549
"@humanwhocodes/module-importer" "^1.0.1"
35483550
"@humanwhocodes/retry" "^0.4.2"
35493551
"@types/estree" "^1.0.6"
3550-
"@types/json-schema" "^7.0.15"
35513552
ajv "^6.12.4"
35523553
chalk "^4.0.0"
35533554
cross-spawn "^7.0.6"

0 commit comments

Comments
 (0)