From 993e80ba3b2eda8384ff69c8495327b7d8826dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:00:42 +0000 Subject: [PATCH] chore(deps): bump @netlify/functions from 2.8.2 to 5.0.1 Bumps [@netlify/functions](https://github.com/netlify/primitives) from 2.8.2 to 5.0.1. - [Release notes](https://github.com/netlify/primitives/releases) - [Changelog](https://github.com/netlify/primitives/blob/main/release-please-config.json) - [Commits](https://github.com/netlify/primitives/commits/functions-v5.0.1) --- updated-dependencies: - dependency-name: "@netlify/functions" dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 +++++++++++------------------------------ package.json | 2 +- 2 files changed, 12 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93b5605..a27ac54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@hcaptcha/types": "^1.0.4", "@hcaptcha/vue3-hcaptcha": "^1.3.0", - "@netlify/functions": "^2.6.0", + "@netlify/functions": "^5.0.1", "@supabase/supabase-js": "^2.46.1", "@tailwindcss/vite": "^4.1.3", "@tanstack/vue-table": "^8.20.5", @@ -1404,37 +1404,24 @@ } }, "node_modules/@netlify/functions": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.2.tgz", - "integrity": "sha512-DeoAQh8LuNPvBE4qsKlezjKj0PyXDryOFJfJKo3Z1qZLKzQ21sT314KQKPVjfvw6knqijj+IO+0kHXy/TJiqNA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.0.1.tgz", + "integrity": "sha512-olCwsnp0GDpjSYPfWrtUIvOsZcrRta6lxwZWfl3XxucXOw5AcGDKSqKGRElzyyZoRA8OXVh5B5NHj5Jd4PRx+A==", "license": "MIT", "dependencies": { - "@netlify/serverless-functions-api": "1.26.1" + "@netlify/types": "2.1.0" }, "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@netlify/node-cookies": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz", - "integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==", - "license": "MIT", - "engines": { - "node": "^14.16.0 || >=16.0.0" + "node": ">=18.0.0" } }, - "node_modules/@netlify/serverless-functions-api": { - "version": "1.26.1", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.26.1.tgz", - "integrity": "sha512-q3L9i3HoNfz0SGpTIS4zTcKBbRkxzCRpd169eyiTuk3IwcPC3/85mzLHranlKo2b+HYT0gu37YxGB45aD8A3Tw==", + "node_modules/@netlify/types": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@netlify/types/-/types-2.1.0.tgz", + "integrity": "sha512-ktUb5d58pt1lQGXO5E9S0F1ljM0g+CoQuGTVII0IxBc0apmPq5RI0o3OWLY7U3ZERRiYTg5UfjiMihBEzuZsuw==", "license": "MIT", - "dependencies": { - "@netlify/node-cookies": "^0.1.0", - "urlpattern-polyfill": "8.0.2" - }, "engines": { - "node": ">=18.0.0" + "node": "^18.14.0 || >=20" } }, "node_modules/@nodelib/fs.scandir": { @@ -12235,12 +12222,6 @@ "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, - "node_modules/urlpattern-polyfill": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz", - "integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==", - "license": "MIT" - }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", diff --git a/package.json b/package.json index b407261..7ae46bf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@hcaptcha/types": "^1.0.4", "@hcaptcha/vue3-hcaptcha": "^1.3.0", - "@netlify/functions": "^2.6.0", + "@netlify/functions": "^5.0.1", "@supabase/supabase-js": "^2.46.1", "@tailwindcss/vite": "^4.1.3", "@tanstack/vue-table": "^8.20.5",