Skip to content

Commit

Permalink
Update dependency eslint to v9.2.0 (#9241)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent f3900d9 commit ef306d1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"clean-webpack-plugin": "4.0.0",
"css-loader": "7.1.1",
"css-minimizer-webpack-plugin": "6.0.0",
"eslint": "9.1.1",
"eslint": "9.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-checkstyle": "8.40.0",
"globals": "15.1.0",
Expand Down
19 changes: 13 additions & 6 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.2.0":
version: 9.2.0
resolution: "@eslint/js@npm:9.2.0"
checksum: 10c0/89632466d329d9dd68c6ec24290e407f0950ca8c4b7f3750b82457daa7f6233799ccbc956cd84231f9544efbefddd69833ee82658883ca673cfca9e4b8e0713a
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.13.0":
version: 0.13.0
resolution: "@humanwhocodes/config-array@npm:0.13.0"
Expand Down Expand Up @@ -3533,14 +3540,14 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.1.1":
version: 9.1.1
resolution: "eslint@npm:9.1.1"
"eslint@npm:9.2.0":
version: 9.2.0
resolution: "eslint@npm:9.2.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.6.1"
"@eslint/eslintrc": "npm:^3.0.2"
"@eslint/js": "npm:9.1.1"
"@eslint/js": "npm:9.2.0"
"@humanwhocodes/config-array": "npm:^0.13.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.2.3"
Expand Down Expand Up @@ -3573,7 +3580,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: 10c0/0173fbc561d2272802315726283f63df0cf7197949ca1f80afd8ef92e95867677d54601ff6cad5467c44745160ba0f9cef7ac1154ccbd097d0269a4c6eb21041
checksum: 10c0/eab3265100a359a486e40e1d9d4d3ecff936d2f4d952f4ab107d404e0684fffbe186ecd0fb41791af5bcb13570a27032ddf9a2e628927ed33473f64255b0037b
languageName: node
linkType: hard

Expand Down Expand Up @@ -4376,7 +4383,7 @@ __metadata:
clean-webpack-plugin: "npm:4.0.0"
css-loader: "npm:7.1.1"
css-minimizer-webpack-plugin: "npm:6.0.0"
eslint: "npm:9.1.1"
eslint: "npm:9.2.0"
eslint-config-prettier: "npm:9.1.0"
eslint-formatter-checkstyle: "npm:8.40.0"
globals: "npm:15.1.0"
Expand Down

0 comments on commit ef306d1

Please sign in to comment.