diff --git a/functions-templates/javascript/scheduled-function/package.json b/functions-templates/javascript/scheduled-function/package.json index 9abc1156929..0844fcdb34f 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": "^3.0.1" + "@netlify/functions": "^3.0.2" } } diff --git a/functions-templates/typescript/hello-world/package-lock.json b/functions-templates/typescript/hello-world/package-lock.json index d1d29f6c290..1da83fbaf31 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": "^3.0.1", + "@netlify/functions": "^3.0.2", "@types/node": "^22.0.0", "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.1.tgz", - "integrity": "sha512-KqVvGatPnn3lw80vXsFbYV3H2S9FI9TQHneFVR6BBvfHWiqTvs8NwUoBpnUWgqPKKeUMuynycDabeSi9CW2WWw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.2.tgz", + "integrity": "sha512-9bngT722zbsdW7ri7j9ItrgOO33M1141cIBP7l+VE79EEP78JubM5fV4a58I+ZVQU4KRK0PJIbpUAlojXExl5Q==", "dependencies": { "@netlify/serverless-functions-api": "1.35.0" }, @@ -61,9 +61,9 @@ }, "dependencies": { "@netlify/functions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.1.tgz", - "integrity": "sha512-KqVvGatPnn3lw80vXsFbYV3H2S9FI9TQHneFVR6BBvfHWiqTvs8NwUoBpnUWgqPKKeUMuynycDabeSi9CW2WWw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.2.tgz", + "integrity": "sha512-9bngT722zbsdW7ri7j9ItrgOO33M1141cIBP7l+VE79EEP78JubM5fV4a58I+ZVQU4KRK0PJIbpUAlojXExl5Q==", "requires": { "@netlify/serverless-functions-api": "1.35.0" } diff --git a/functions-templates/typescript/hello-world/package.json b/functions-templates/typescript/hello-world/package.json index 3d846ec88dc..f9ebae63597 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": "^3.0.1", + "@netlify/functions": "^3.0.2", "@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 bb3041183ba..01a2c1d7dc4 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": "^3.0.1", + "@netlify/functions": "^3.0.2", "@types/node": "^22.0.0", "typescript": "^4.5.5" } diff --git a/package-lock.json b/package-lock.json index 427f7e1be1c..1bd7923bb46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -120,7 +120,7 @@ "@bugsnag/js": "8.2.0", "@eslint/compat": "^1.2.7", "@eslint/js": "^9.21.0", - "@netlify/functions": "3.0.1", + "@netlify/functions": "3.0.2", "@sindresorhus/slugify": "2.2.1", "@tsconfig/node18": "^18.2.4", "@tsconfig/recommended": "^1.0.8", @@ -3781,9 +3781,9 @@ } }, "node_modules/@netlify/functions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.1.tgz", - "integrity": "sha512-KqVvGatPnn3lw80vXsFbYV3H2S9FI9TQHneFVR6BBvfHWiqTvs8NwUoBpnUWgqPKKeUMuynycDabeSi9CW2WWw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.2.tgz", + "integrity": "sha512-9bngT722zbsdW7ri7j9ItrgOO33M1141cIBP7l+VE79EEP78JubM5fV4a58I+ZVQU4KRK0PJIbpUAlojXExl5Q==", "dev": true, "dependencies": { "@netlify/serverless-functions-api": "1.35.0" @@ -23022,9 +23022,9 @@ } }, "@netlify/functions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.1.tgz", - "integrity": "sha512-KqVvGatPnn3lw80vXsFbYV3H2S9FI9TQHneFVR6BBvfHWiqTvs8NwUoBpnUWgqPKKeUMuynycDabeSi9CW2WWw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.2.tgz", + "integrity": "sha512-9bngT722zbsdW7ri7j9ItrgOO33M1141cIBP7l+VE79EEP78JubM5fV4a58I+ZVQU4KRK0PJIbpUAlojXExl5Q==", "dev": true, "requires": { "@netlify/serverless-functions-api": "1.35.0" diff --git a/package.json b/package.json index 332e04411b7..70d78025208 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "@bugsnag/js": "8.2.0", "@eslint/compat": "^1.2.7", "@eslint/js": "^9.21.0", - "@netlify/functions": "3.0.1", + "@netlify/functions": "3.0.2", "@sindresorhus/slugify": "2.2.1", "@tsconfig/node18": "^18.2.4", "@tsconfig/recommended": "^1.0.8",