From b43fd35b72b336f39a56871317093bb5d422e7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:19:59 +0000 Subject: [PATCH] chore(deps): 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.9.2 to 5.9.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.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] --- examples/app/package.json | 4 ++-- package-lock.json | 12 ++++++------ package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/app/package.json b/examples/app/package.json index 2060053c81..4f898a7094 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -35,7 +35,7 @@ "constructs": "^10.4.2", "source-map-support": "^0.5.21", "tsx": "^4.20.6", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "vitest": "^3.0.5" }, "dependencies": { @@ -53,6 +53,6 @@ "aws-cdk": "^2.1029.2", "constructs": "^10.4.2", "esbuild": "^0.25.10", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } } diff --git a/package-lock.json b/package-lock.json index 65a76d0fe4..18b0ad437b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "middy6": "npm:@middy/core@^6.0.0", "typedoc": "^0.28.13", "typedoc-plugin-missing-exports": "^4.1.0", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "vitest": "^3.0.9" }, "engines": { @@ -64,7 +64,7 @@ "aws-cdk": "^2.1029.2", "constructs": "^10.4.2", "esbuild": "^0.25.10", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "devDependencies": { "@types/aws-lambda": "^8.10.153", @@ -73,7 +73,7 @@ "constructs": "^10.4.2", "source-map-support": "^0.5.21", "tsx": "^4.20.6", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "vitest": "^3.0.5" } }, @@ -10067,9 +10067,9 @@ } }, "node_modules/typescript": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 5cacbc1e4e..5379f5586a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "middy6": "npm:@middy/core@^6.0.0", "typedoc": "^0.28.13", "typedoc-plugin-missing-exports": "^4.1.0", - "typescript": "^5.9.2", + "typescript": "^5.9.3", "vitest": "^3.0.9" }, "lint-staged": {