From 5e573297a39efaf8c285ba83c44d63f683bcaeb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:49:22 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 8.57.1 to 9.15.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v9.15.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12282b8..8867ec3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/react-dom": "^19.0.2", "@u-wave/react-youtube-example": "file:example", "@vitest/eslint-plugin": "^1.6.7", - "eslint": "^9.39.2", + "eslint": "^10.0.2", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.0",