From b9ee2be9a10586d3f009ef5d56107f2243e4ac7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:15:00 +0000 Subject: [PATCH] fix(deps)(deps-dev): bump typescript in /services/notification Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 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..7cda187f 100644 --- a/services/notification/package.json +++ b/services/notification/package.json @@ -25,7 +25,7 @@ "@types/amqplib": "^0.10.5", "@types/node": "^22.5.0", "tsx": "^4.23.1", - "typescript": "^5.6.0", + "typescript": "^7.0.2", "vitest": "^4.1.10", "eslint": "^9.13.0", "@typescript-eslint/eslint-plugin": "^8.65.0",