From 16014b966a1ec321e9afec44356f11c58a253e97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:08:13 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.2 to 6.0.3 in /cdk Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cdk/package-lock.json | 8 ++++---- cdk/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cdk/package-lock.json b/cdk/package-lock.json index a60bd18..3e56f69 100644 --- a/cdk/package-lock.json +++ b/cdk/package-lock.json @@ -27,7 +27,7 @@ "prettier": "^3.5.3", "ts-jest": "^29.4.4", "ts-node": "^10.7.0", - "typescript": "^5.9.2" + "typescript": "^6.0.3" } }, "node_modules/@aws-appsync/utils": { @@ -7135,9 +7135,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": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/cdk/package.json b/cdk/package.json index 415291e..febf771 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -20,7 +20,7 @@ "prettier": "^3.5.3", "ts-jest": "^29.4.4", "ts-node": "^10.7.0", - "typescript": "^5.9.2" + "typescript": "^6.0.3" }, "dependencies": { "@aws-appsync/utils": "^1.12.0",