Skip to content

Commit

Permalink
Build(deps-dev): Bump eslint from 9.20.1 to 9.21.0 (#1753)
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 9.20.1 to 9.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.1...v9.21.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 Feb 23, 2025
1 parent c1f9eb5 commit fa4ee2b
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 112 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@vitest/coverage-v8": "^3.0.5",
"dotenv": "^16.4.7",
"dprint": "^0.49.0",
"eslint": "^9.20.1",
"eslint": "^9.21.0",
"eslint-config-next": "15.1.7",
"nyc": "^17.1.0",
"oidc-provider": "^8.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@vitest/coverage-v8": "^3.0.5",
"dprint": "^0.49.0",
"eslint": "9.20.1",
"eslint": "9.21.0",
"globals": "^15.15.0",
"testcontainers": "^10.18.0",
"tsx": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@vitest/coverage-v8": "^3.0.5",
"dprint": "^0.49.0",
"eslint": "9.20.1",
"eslint": "9.21.0",
"globals": "^15.15.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
Expand Down
Loading

0 comments on commit fa4ee2b

Please sign in to comment.