From 8b9d66b3c75f525511d2808d9360f26782b8c0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:54:34 +0000 Subject: [PATCH] fix(deps)(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.68.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.68.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 17af210e..675f982a 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -28,7 +28,7 @@ "typescript": "^7.0.2", "vitest": "^4.1.10", "eslint": "^10.8.0", - "@typescript-eslint/eslint-plugin": "^8.65.0", + "@typescript-eslint/eslint-plugin": "^8.68.0", "@typescript-eslint/parser": "^8.65.0" } }