From d3e7dc3a95fd703c4c1abcfd03f7598483e551fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:42:03 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to v5.2.0 --- .../scheduled-function/package.json | 2 +- .../typescript/hello-world/package-lock.json | 14 ++++++------- .../typescript/hello-world/package.json | 2 +- .../scheduled-function/package.json | 2 +- package-lock.json | 21 ++++--------------- package.json | 2 +- 6 files changed, 15 insertions(+), 28 deletions(-) diff --git a/functions-templates/javascript/scheduled-function/package.json b/functions-templates/javascript/scheduled-function/package.json index a146933bd80..c048065117d 100644 --- a/functions-templates/javascript/scheduled-function/package.json +++ b/functions-templates/javascript/scheduled-function/package.json @@ -15,6 +15,6 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "@netlify/functions": "^5.1.5" + "@netlify/functions": "^5.2.0" } } diff --git a/functions-templates/typescript/hello-world/package-lock.json b/functions-templates/typescript/hello-world/package-lock.json index f8bdc93ea62..b99c8052d49 100644 --- a/functions-templates/typescript/hello-world/package-lock.json +++ b/functions-templates/typescript/hello-world/package-lock.json @@ -9,15 +9,15 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@netlify/functions": "^5.1.5", + "@netlify/functions": "^5.2.0", "@types/node": "^22.0.0", "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.1.5.tgz", - "integrity": "sha512-mhTl6x3TWoRwNgz8HZ9zvSR9OHB/hDEA6VinBmWY5ubgycKNCerf6XyFaFnujH2Ygx3c32yg6QOOr1v9y8euug==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.2.0.tgz", + "integrity": "sha512-Pj93qeQd1tkQ5xm9gWJZmBf/1riLYqYHc0OzFukrJomrj82Ott53Rr/Q88H1ms5cF+P5QXRKWmA2JSxSybKfjA==", "license": "MIT", "dependencies": { "@netlify/types": "2.6.0" @@ -63,9 +63,9 @@ }, "dependencies": { "@netlify/functions": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.1.5.tgz", - "integrity": "sha512-mhTl6x3TWoRwNgz8HZ9zvSR9OHB/hDEA6VinBmWY5ubgycKNCerf6XyFaFnujH2Ygx3c32yg6QOOr1v9y8euug==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.2.0.tgz", + "integrity": "sha512-Pj93qeQd1tkQ5xm9gWJZmBf/1riLYqYHc0OzFukrJomrj82Ott53Rr/Q88H1ms5cF+P5QXRKWmA2JSxSybKfjA==", "requires": { "@netlify/types": "2.6.0" } diff --git a/functions-templates/typescript/hello-world/package.json b/functions-templates/typescript/hello-world/package.json index d6a4e78d501..d6bc0c64355 100644 --- a/functions-templates/typescript/hello-world/package.json +++ b/functions-templates/typescript/hello-world/package.json @@ -14,7 +14,7 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "@netlify/functions": "^5.1.5", + "@netlify/functions": "^5.2.0", "@types/node": "^22.0.0", "typescript": "^4.0.0" } diff --git a/functions-templates/typescript/scheduled-function/package.json b/functions-templates/typescript/scheduled-function/package.json index 18a0350ef3c..f0aa0a428a9 100644 --- a/functions-templates/typescript/scheduled-function/package.json +++ b/functions-templates/typescript/scheduled-function/package.json @@ -15,7 +15,7 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "@netlify/functions": "^5.1.5", + "@netlify/functions": "^5.2.0", "@types/node": "^22.0.0", "typescript": "^4.5.5" } diff --git a/package-lock.json b/package-lock.json index 6bbf71a3497..87098c56762 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,7 +118,7 @@ "@bugsnag/js": "8.6.0", "@eslint/compat": "1.4.1", "@eslint/js": "9.36.0", - "@netlify/functions": "5.1.5", + "@netlify/functions": "5.2.0", "@netlify/types": "2.6.0", "@sindresorhus/slugify": "3.0.0", "@tsconfig/node20": "20.1.0", @@ -4291,10 +4291,9 @@ } }, "node_modules/@netlify/functions": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.1.5.tgz", - "integrity": "sha512-mhTl6x3TWoRwNgz8HZ9zvSR9OHB/hDEA6VinBmWY5ubgycKNCerf6XyFaFnujH2Ygx3c32yg6QOOr1v9y8euug==", - "dev": true, + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.2.0.tgz", + "integrity": "sha512-Pj93qeQd1tkQ5xm9gWJZmBf/1riLYqYHc0OzFukrJomrj82Ott53Rr/Q88H1ms5cF+P5QXRKWmA2JSxSybKfjA==", "license": "MIT", "dependencies": { "@netlify/types": "2.6.0" @@ -4341,18 +4340,6 @@ "node": "^14.16.0 || >=16.0.0" } }, - "node_modules/@netlify/functions-dev/node_modules/@netlify/functions": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.2.0.tgz", - "integrity": "sha512-Pj93qeQd1tkQ5xm9gWJZmBf/1riLYqYHc0OzFukrJomrj82Ott53Rr/Q88H1ms5cF+P5QXRKWmA2JSxSybKfjA==", - "license": "MIT", - "dependencies": { - "@netlify/types": "2.6.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@netlify/functions-dev/node_modules/read-package-up": { "version": "11.0.0", "license": "MIT", diff --git a/package.json b/package.json index 941707f9508..4a54e0d4cb1 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "@bugsnag/js": "8.6.0", "@eslint/compat": "1.4.1", "@eslint/js": "9.36.0", - "@netlify/functions": "5.1.5", + "@netlify/functions": "5.2.0", "@netlify/types": "2.6.0", "@sindresorhus/slugify": "3.0.0", "@tsconfig/node20": "20.1.0",