From d91db97d193abab0691b6ac2f941c77796c5c935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 08:47:51 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to ^1.3.0 (#5135) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../javascript/scheduled-function/package.json | 2 +- .../typescript/hello-world/package-lock.json | 14 +++++++------- .../typescript/hello-world/package.json | 2 +- .../typescript/scheduled-function/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/functions-templates/javascript/scheduled-function/package.json b/src/functions-templates/javascript/scheduled-function/package.json index ad46d0cba63..2aaaff1502f 100644 --- a/src/functions-templates/javascript/scheduled-function/package.json +++ b/src/functions-templates/javascript/scheduled-function/package.json @@ -15,6 +15,6 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "@netlify/functions": "^1.2.0" + "@netlify/functions": "^1.3.0" } } diff --git a/src/functions-templates/typescript/hello-world/package-lock.json b/src/functions-templates/typescript/hello-world/package-lock.json index b32f3626a49..62a6589b5eb 100644 --- a/src/functions-templates/typescript/hello-world/package-lock.json +++ b/src/functions-templates/typescript/hello-world/package-lock.json @@ -9,15 +9,15 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@netlify/functions": "^1.2.0", + "@netlify/functions": "^1.3.0", "@types/node": "^14.0.0", "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.2.0.tgz", - "integrity": "sha512-zCOJPoZQLv4ISHjyBS7asqzR6Y9NU+Vb0VKYDD0xUwYmReMhLTDchjGMkt5x0Jk1EVnJwUvA29rGyQEj3tIgAA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.3.0.tgz", + "integrity": "sha512-hN/Fgpz8XIOBfsBPLYUMxVKBlCopgeqGB0popayicnmkFLnvKByTTMYgF01wcF9DBtBQdV0H2h1kPFpMl34I8w==", "dependencies": { "is-promise": "^4.0.0" }, @@ -50,9 +50,9 @@ }, "dependencies": { "@netlify/functions": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.2.0.tgz", - "integrity": "sha512-zCOJPoZQLv4ISHjyBS7asqzR6Y9NU+Vb0VKYDD0xUwYmReMhLTDchjGMkt5x0Jk1EVnJwUvA29rGyQEj3tIgAA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.3.0.tgz", + "integrity": "sha512-hN/Fgpz8XIOBfsBPLYUMxVKBlCopgeqGB0popayicnmkFLnvKByTTMYgF01wcF9DBtBQdV0H2h1kPFpMl34I8w==", "requires": { "is-promise": "^4.0.0" } diff --git a/src/functions-templates/typescript/hello-world/package.json b/src/functions-templates/typescript/hello-world/package.json index 59ed4daeea4..9fa105b80bd 100644 --- a/src/functions-templates/typescript/hello-world/package.json +++ b/src/functions-templates/typescript/hello-world/package.json @@ -14,7 +14,7 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "@netlify/functions": "^1.2.0", + "@netlify/functions": "^1.3.0", "@types/node": "^14.0.0", "typescript": "^4.0.0" } diff --git a/src/functions-templates/typescript/scheduled-function/package.json b/src/functions-templates/typescript/scheduled-function/package.json index 899f4e6da9d..91aba7c8d48 100644 --- a/src/functions-templates/typescript/scheduled-function/package.json +++ b/src/functions-templates/typescript/scheduled-function/package.json @@ -15,7 +15,7 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "@netlify/functions": "^1.2.0", + "@netlify/functions": "^1.3.0", "@types/node": "^14.18.9", "typescript": "^4.5.5" }