From e833855ea8f55abf6b540a4f8ceabb510bd6b2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:54:13 +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.9.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v10.9.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.9.1 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 17af210e..bb3ab02b 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -27,7 +27,7 @@ "tsx": "^4.23.1", "typescript": "^7.0.2", "vitest": "^4.1.10", - "eslint": "^10.8.0", + "eslint": "^10.9.1", "@typescript-eslint/eslint-plugin": "^8.65.0", "@typescript-eslint/parser": "^8.65.0" }