Skip to content

Commit

Permalink
Update dependency eslint to v9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 8f3c383 commit 624bdf7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint": "8.11.0",
"mocha": "9.2.1",

"eslint": "9.7.0",
"eslint": "9.9.1",
"mocha": "10.4.0",

"nyc": "17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"bundlewatch": "0.3.3",
"clean-css-cli": "5.6.3",
"cross-env": "7.0.3",
"eslint": "9.7.0",
"eslint": "9.9.1",
"eslint-config-xo": "0.45.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unicorn": "54.0.0",
Expand Down
2 changes: 1 addition & 1 deletion bytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "8.11.0",
"mocha": "9.2.1",

"eslint": "9.7.0",
"eslint": "9.9.1",
"mocha": "10.4.0",

"nyc": "17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"cookie-parser": "1.4.6",
"cookie-session": "2.1.0",
"ejs": "3.1.10",
"eslint": "9.7.0",
"eslint": "9.9.1",
"express-session": "1.18.0",
"hbs": "4.2.0",
"istanbul": "0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion superagent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"codecov": "3.8.3",
"cookie-parser": "1.4.6",
"cross-env": "7.0.3",
"eslint": "9.7.0",
"eslint": "9.9.1",
"eslint-config-xo-lass": "2.0.1",
"eslint-plugin-compat": "5.0.0",
"eslint-plugin-n": "17.9.0",
Expand Down
2 changes: 1 addition & 1 deletion supertest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"body-parser": "1.20.2",
"cookie-parser": "1.4.6",
"coveralls": "3.1.1",
"eslint": "9.7.0",
"eslint": "9.9.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"express": "4.19.2",
Expand Down

0 comments on commit 624bdf7

Please sign in to comment.