From 500fadeb6a6931809aaacc98de68ae32efca5219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 16:09:41 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v5.9.3 --- .../typescript/hello-world/package-lock.json | 17 +++++++++-------- .../typescript/hello-world/package.json | 2 +- .../typescript/scheduled-function/package.json | 2 +- package-lock.json | 9 +++++---- package.json | 2 +- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/functions-templates/typescript/hello-world/package-lock.json b/functions-templates/typescript/hello-world/package-lock.json index d7bdc525bbc..108b7528b57 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": "^5.1.0", "@types/node": "^22.0.0", - "typescript": "^4.0.0" + "typescript": "^5.0.0" } }, "node_modules/@netlify/functions": { @@ -42,15 +42,16 @@ } }, "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==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici-types": { @@ -82,9 +83,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 b44fafd142e..8ca47dd6e7c 100644 --- a/functions-templates/typescript/hello-world/package.json +++ b/functions-templates/typescript/hello-world/package.json @@ -16,6 +16,6 @@ "dependencies": { "@netlify/functions": "^5.1.0", "@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 a682b78da8f..aeb1daebb02 100644 --- a/functions-templates/typescript/scheduled-function/package.json +++ b/functions-templates/typescript/scheduled-function/package.json @@ -17,6 +17,6 @@ "dependencies": { "@netlify/functions": "^5.1.0", "@types/node": "^22.0.0", - "typescript": "^4.5.5" + "typescript": "^5.0.0" } } diff --git a/package-lock.json b/package-lock.json index de4a9300c04..2f577eda042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -168,7 +168,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" @@ -17098,9 +17098,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", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 3f277fee45f..85784c30bc3 100644 --- a/package.json +++ b/package.json @@ -211,7 +211,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"