Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 9.10.0 to 9.11.0 (#252)
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 9.10.0 to 9.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.10.0...v9.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 43322d6 commit 63c79e5
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^22.5.5",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"fastify": "^4.28.1",
"neostandard": "^0.11.5",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cronjob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/node": "^22.5.5",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"fastify": "^4.28.1",
"mongodb": "^6.9.0",
"neostandard": "^0.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^22.5.5",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"fastify": "^4.28.1",
"mongodb": "^6.9.0",
"neostandard": "^0.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"busboy": "^1.6.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"fastify": "^4.28.1",
"formidable": "^3.5.1",
"neostandard": "^0.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "^22.5.5",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"fastify": "^4.28.1",
"neostandard": "^0.11.5",
"rimraf": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^22.5.5",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"fastify": "^4.28.1",
"neostandard": "^0.11.4",
"rimraf": "^6.0.1",
Expand Down
Loading

0 comments on commit 63c79e5

Please sign in to comment.