From 0e155b1e26c58e297f6a6fa41413ec64f4753b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 09:30:07 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.0.4 to 5.8.3 in /00-Login Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.0.4 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.0.4...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 00-Login/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Login/package.json b/00-Login/package.json index 35f7786f..387a3b0b 100644 --- a/00-Login/package.json +++ b/00-Login/package.json @@ -32,7 +32,7 @@ "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "19.1.0", - "typescript": "5.0.4" + "typescript": "5.8.3" }, "engines": { "node": ">=18"