From 5550aec5097e20538c29686044e46efe5dc6249f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 05:30:38 +0000 Subject: [PATCH] build(deps-dev): update typescript-eslint requirement Updates the requirements on [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) to permit the latest version. - [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.38.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.38.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a44b177..a649210 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "pm2": "^5.3.0", "prettier": "^3.5.3", "typescript": "^5.3.3", - "typescript-eslint": "^8.32.1" + "typescript-eslint": "^8.38.0" }, "overrides": { "commitizen": "npm:empty-npm-package@1.0.0"