From d0f08bafe6a8ee9db0d332c7fa88b56db963a14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:19:30 +0000 Subject: [PATCH] Bump typescript in the typescript group across 1 directory Bumps the typescript group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.5.3 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/v5.5.3...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b0ed22..c679e7d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "ts-loader": "^9.5.0", "ts-node": "^10.9.2", "ts-patch": "^3.2.1", - "typescript": "5.5.3", + "typescript": "5.6.3", "typescript-transform-paths": "^3.4.6", "webpack": "^5.90.3", "webpack-cli": "^5.1.4",