From 4eb985f52571a8b340f707def36ad74550b0eec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:32:44 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.6.3 in /Auth/LearningHub.Nhs.Auth Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.6.3. - [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.3) --- 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..43b1284 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.3", "webpack": "^5.79.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1"