diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index e9428c9fd..4d964fef6 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -39,7 +39,7 @@ "jest-junit": "^16.0.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", - "typescript": "^5.9.3" + "typescript": "^6.0.2" } }, "node_modules/@aws-cdk/asset-awscli-v1": { @@ -6003,7 +6003,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/integration-tests/package.json b/integration-tests/package.json index 2f29f64c1..e45cd912d 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -37,7 +37,7 @@ "jest-junit": "^16.0.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "dependencies": { "@aws-sdk/client-cloudformation": "^3.984.0",