From aeb867b10371d5f7fb9d30134c2ae0296082c92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:26:03 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.28.0 to 8.46.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.28.0 to 8.46.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.46.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.46.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6cbf5b4..97fb185 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "nodemon": "^3.1.9", "ts-jest": "^29.3.0", "typescript": "^5.8.2", - "typescript-eslint": "^8.28.0", + "typescript-eslint": "^8.46.0", "vitest": "^3.0.9" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 6d8840d..abe6145 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4234,7 +4234,7 @@ __metadata: nodemon: "npm:^3.1.9" ts-jest: "npm:^29.3.0" typescript: "npm:^5.8.2" - typescript-eslint: "npm:^8.28.0" + typescript-eslint: "npm:^8.46.0" uuid: "npm:^11.1.0" vitest: "npm:^3.0.9" zod: "npm:^3.24.2"