From 8fa3f98a0419ad9ca9dc75c777f50096e6959343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:30:28 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/utils in /ui Bumps [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) from 7.18.0 to 8.58.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 1a33da0..534ba76 100644 --- a/ui/package.json +++ b/ui/package.json @@ -50,7 +50,7 @@ "@types/jasmine": "~4.0.0", "@types/jest": "30.0.0", "@types/node": "18.16.9", - "@typescript-eslint/utils": "^7.16.0", + "@typescript-eslint/utils": "^8.58.0", "autoprefixer": "^10.4.7", "codelyzer": "^0.0.28", "cypress": "^14.4.0",