From cddebd85da25bdc9b0742a09cbd4f253fb67cb09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:54:23 +0000 Subject: [PATCH] fix(deps)(deps-dev): bump @typescript-eslint/parser Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" 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..e68514d8 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -29,6 +29,6 @@ "vitest": "^4.1.10", "eslint": "^10.8.0", "@typescript-eslint/eslint-plugin": "^8.65.0", - "@typescript-eslint/parser": "^8.65.0" + "@typescript-eslint/parser": "^8.68.0" } }