From 7b6540dec75ef0e1bfa9e88b8ef0c456b50b603f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 05:07:31 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.6.2 in /Auth/LearningHub.Nhs.Auth Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Auth/LearningHub.Nhs.Auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth/LearningHub.Nhs.Auth/package.json b/Auth/LearningHub.Nhs.Auth/package.json index 0b3f13e..1dcca74 100644 --- a/Auth/LearningHub.Nhs.Auth/package.json +++ b/Auth/LearningHub.Nhs.Auth/package.json @@ -40,7 +40,7 @@ "style-loader": "^2.0.0", "ts-loader": "^9.1.1", "ts-node": "^10.2.0", - "typescript": "^4.2.4", + "typescript": "^5.6.2", "webpack": "^5.79.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1"