From 2c4d89992b1f4565c49e9cc3d53118401f15a642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 05:45:30 +0000 Subject: [PATCH] chore: bump eslint from 9.39.4 to 10.5.0 in /apps/dashboard Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.5.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.5.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index bf998ea..d400703 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -19,7 +19,7 @@ "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", - "eslint": "^9", + "eslint": "^10", "eslint-config-next": "16.2.7", "tailwindcss": "^4", "typescript": "^5"