Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 28e9161 commit 6744440
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 112 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.9.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fastify": "^5.0.0",
"neostandard": "^0.11.8",
"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 @@ -59,7 +59,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fastify": "^5.0.0",
"mongodb": "^6.10.0",
"neostandard": "^0.11.8",
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.9.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fastify": "^5.0.0",
"mongodb": "^6.10.0",
"neostandard": "^0.11.8",
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.14.0",
"eslint": "^9.15.0",
"fastify": "^5.0.0",
"formidable": "^3.5.2",
"neostandard": "^0.11.8",
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.9.0",
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fastify": "^5.0.0",
"neostandard": "^0.11.8",
"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 @@ -43,7 +43,7 @@
"c8": "^10.1.2",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fastify": "^5.0.0",
"mongodb": "^6.10.0",
"neostandard": "^0.11.8",
Expand Down
Loading

0 comments on commit 6744440

Please sign in to comment.