From fefdc606726aba17356f92142090f8ca20dae03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:13:46 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.63.0 to 8.64.0 in /web Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.63.0 to 8.64.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.64.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 3d5db1b..4402292 100644 --- a/web/package.json +++ b/web/package.json @@ -40,7 +40,7 @@ "eslint-plugin-react-refresh": "0.5.2", "globals": "17.6.0", "typescript": "~6.0.3", - "typescript-eslint": "8.63.0", + "typescript-eslint": "8.64.0", "vite": "8.0.16" } }