From 3561d1969d8025ef7b2819f494b979fdacf901d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:05:15 +0000 Subject: [PATCH] Update dependency typescript to v6 --- aws-command/package.json | 2 +- aws-cost-analyzer-ts/package.json | 2 +- aws-lodash-ts/package.json | 2 +- aws-puppeteer-ts/package.json | 2 +- aws-sharp-ts/package.json | 2 +- aws-ts/package.json | 2 +- cost-analyzer-comparison-ts/package.json | 2 +- hello-world-ts/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aws-command/package.json b/aws-command/package.json index ea0f8210..b85de575 100644 --- a/aws-command/package.json +++ b/aws-command/package.json @@ -12,6 +12,6 @@ "faastjs": "latest" }, "devDependencies": { - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-cost-analyzer-ts/package.json b/aws-cost-analyzer-ts/package.json index 3ae36abc..43c03b74 100644 --- a/aws-cost-analyzer-ts/package.json +++ b/aws-cost-analyzer-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-lodash-ts/package.json b/aws-lodash-ts/package.json index dbbba67b..5a2c5bb1 100644 --- a/aws-lodash-ts/package.json +++ b/aws-lodash-ts/package.json @@ -15,6 +15,6 @@ "devDependencies": { "@types/lodash": "4.14.191", "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-puppeteer-ts/package.json b/aws-puppeteer-ts/package.json index a71dbb99..a9be7ca2 100644 --- a/aws-puppeteer-ts/package.json +++ b/aws-puppeteer-ts/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@types/node": "18.15.3", "@types/puppeteer-core": "^5", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-sharp-ts/package.json b/aws-sharp-ts/package.json index 7ce6b0ef..005474af 100644 --- a/aws-sharp-ts/package.json +++ b/aws-sharp-ts/package.json @@ -15,6 +15,6 @@ "devDependencies": { "@types/node": "^18.0.0", "@types/sharp": "^0.31.0", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/aws-ts/package.json b/aws-ts/package.json index 65c82a13..ac50ee1e 100644 --- a/aws-ts/package.json +++ b/aws-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/cost-analyzer-comparison-ts/package.json b/cost-analyzer-comparison-ts/package.json index 59e1f576..ee01efb4 100644 --- a/cost-analyzer-comparison-ts/package.json +++ b/cost-analyzer-comparison-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } } diff --git a/hello-world-ts/package.json b/hello-world-ts/package.json index 2888dd89..64d46cef 100644 --- a/hello-world-ts/package.json +++ b/hello-world-ts/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@types/node": "18.15.3", - "typescript": "^4.9.4" + "typescript": "^6.0.0" } }