From 8ea81a8da8a91d34287afc7a2e14bf23cc289a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:04:11 +0000 Subject: [PATCH] Bump typescript from 5.9.3 to 6.0.3 in /Gridly-Client Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gridly-Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gridly-Client/package.json b/Gridly-Client/package.json index d04f3f10..d58eae41 100644 --- a/Gridly-Client/package.json +++ b/Gridly-Client/package.json @@ -42,7 +42,7 @@ "jest": "30.3.0", "jest-environment-jsdom": "^30.3.0", "jest-preset-angular": "^16.1.4", - "typescript": "~5.9.3", + "typescript": "~6.0.3", "typescript-eslint": "^8.59.1" } }