From ad79cc372981552a3cfd7e733f3f7e02d69c07d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:11:21 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v5.9.3 --- .../typescript/hello-world/package-lock.json | 16 ++++++++-------- .../typescript/hello-world/package.json | 2 +- .../typescript/scheduled-function/package.json | 2 +- package-lock.json | 9 +++++---- package.json | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/functions-templates/typescript/hello-world/package-lock.json b/functions-templates/typescript/hello-world/package-lock.json index 2742305b98e..09ce4486211 100644 --- a/functions-templates/typescript/hello-world/package-lock.json +++ b/functions-templates/typescript/hello-world/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@netlify/functions": "^3.0.4", "@types/node": "^22.0.0", - "typescript": "^4.0.0" + "typescript": "^5.0.0" } }, "node_modules/@netlify/functions": { @@ -42,15 +42,15 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici-types": { @@ -82,9 +82,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==" }, "undici-types": { "version": "6.21.0", diff --git a/functions-templates/typescript/hello-world/package.json b/functions-templates/typescript/hello-world/package.json index 00eea11d61b..19008b8d169 100644 --- a/functions-templates/typescript/hello-world/package.json +++ b/functions-templates/typescript/hello-world/package.json @@ -16,6 +16,6 @@ "dependencies": { "@netlify/functions": "^3.0.4", "@types/node": "^22.0.0", - "typescript": "^4.0.0" + "typescript": "^5.0.0" } } diff --git a/functions-templates/typescript/scheduled-function/package.json b/functions-templates/typescript/scheduled-function/package.json index b75d54b8525..d0359b65d5a 100644 --- a/functions-templates/typescript/scheduled-function/package.json +++ b/functions-templates/typescript/scheduled-function/package.json @@ -17,6 +17,6 @@ "dependencies": { "@netlify/functions": "^3.0.4", "@types/node": "^22.0.0", - "typescript": "^4.5.5" + "typescript": "^5.0.0" } } diff --git a/package-lock.json b/package-lock.json index 17b4bccc4ea..f3e2f1cc153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -169,7 +169,7 @@ "temp-dir": "3.0.0", "tree-kill": "1.2.2", "tsx": "4.20.6", - "typescript": "5.8.3", + "typescript": "5.9.3", "typescript-eslint": "8.45.0", "verdaccio": "6.2.1", "vitest": "3.2.4" @@ -17278,9 +17278,10 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "license": "Apache-2.0", "peer": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index c2579ecfaef..170e7f78d15 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "temp-dir": "3.0.0", "tree-kill": "1.2.2", "tsx": "4.20.6", - "typescript": "5.8.3", + "typescript": "5.9.3", "typescript-eslint": "8.45.0", "verdaccio": "6.2.1", "vitest": "3.2.4"