From f4f7613488399a3b8d9ff64bdfe4a37d7fc585ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:25:40 +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.38.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.38.0/packages/utils) --- updated-dependencies: - dependency-name: "@typescript-eslint/utils" dependency-version: 8.38.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..1d51a8e 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.38.0", "autoprefixer": "^10.4.7", "codelyzer": "^0.0.28", "cypress": "^14.4.0",