Skip to content

Commit 54bac84

Browse files
[web] Bump eslint from 9.30.1 to 9.32.0 in /frontend/web
Bumps [eslint](https://github.com/eslint/eslint) from 9.30.1 to 9.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.30.1...v9.32.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61c7589 commit 54bac84

File tree

2 files changed

+17
-24
lines changed

2 files changed

+17
-24
lines changed

frontend/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"copy-webpack-plugin": "^13.0.0",
3131
"css-loader": "^7.1.2",
3232
"css-minimizer-webpack-plugin": "^7.0.2",
33-
"eslint": "^9.30.1",
33+
"eslint": "^9.32.0",
3434
"globals": "^16.3.0",
3535
"html-webpack-plugin": "^5.6.0",
3636
"mini-css-extract-plugin": "^2.9.0",

frontend/web/yarn.lock

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@
3333
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
3434
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
3535

36-
"@eslint/core@^0.14.0":
37-
version "0.14.0"
38-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
39-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
40-
dependencies:
41-
"@types/json-schema" "^7.0.15"
42-
43-
"@eslint/core@^0.15.1":
36+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
4437
version "0.15.1"
4538
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
4639
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -62,20 +55,20 @@
6255
minimatch "^3.1.2"
6356
strip-json-comments "^3.1.1"
6457

65-
"@eslint/js@9.30.1", "@eslint/js@^9.30.0":
66-
version "9.30.1"
67-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
68-
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
58+
"@eslint/js@9.32.0", "@eslint/js@^9.30.0":
59+
version "9.32.0"
60+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
61+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
6962

7063
"@eslint/object-schema@^2.1.6":
7164
version "2.1.6"
7265
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
7366
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
7467

75-
"@eslint/plugin-kit@^0.3.1":
76-
version "0.3.3"
77-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz#32926b59bd407d58d817941e48b2a7049359b1fd"
78-
integrity sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==
68+
"@eslint/plugin-kit@^0.3.4":
69+
version "0.3.4"
70+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
71+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
7972
dependencies:
8073
"@eslint/core" "^0.15.1"
8174
levn "^0.4.1"
@@ -1432,19 +1425,19 @@ eslint-visitor-keys@^4.2.1:
14321425
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
14331426
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
14341427

1435-
eslint@^9.30.1:
1436-
version "9.30.1"
1437-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
1438-
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
1428+
eslint@^9.32.0:
1429+
version "9.32.0"
1430+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
1431+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
14391432
dependencies:
14401433
"@eslint-community/eslint-utils" "^4.2.0"
14411434
"@eslint-community/regexpp" "^4.12.1"
14421435
"@eslint/config-array" "^0.21.0"
14431436
"@eslint/config-helpers" "^0.3.0"
1444-
"@eslint/core" "^0.14.0"
1437+
"@eslint/core" "^0.15.0"
14451438
"@eslint/eslintrc" "^3.3.1"
1446-
"@eslint/js" "9.30.1"
1447-
"@eslint/plugin-kit" "^0.3.1"
1439+
"@eslint/js" "9.32.0"
1440+
"@eslint/plugin-kit" "^0.3.4"
14481441
"@humanfs/node" "^0.16.6"
14491442
"@humanwhocodes/module-importer" "^1.0.1"
14501443
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)