From 9567a30c125f1abfea184cff44f333d8cfad8d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:14:50 +0000 Subject: [PATCH] fix(deps)(deps-dev): bump eslint in /services/notification Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 10.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v10.8.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/notification/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notification/package.json b/services/notification/package.json index a0b88945..3bd0d131 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -27,7 +27,7 @@ "tsx": "^4.23.1", "typescript": "^5.6.0", "vitest": "^4.1.10", - "eslint": "^9.13.0", + "eslint": "^10.8.0", "@typescript-eslint/eslint-plugin": "^8.65.0", "@typescript-eslint/parser": "^8.12.0" }