From d8dbdcf0bca0d9826dc41b926b81b979c7c1ec15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 01:25:55 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to ^1.1.0 --- .../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 038f832b2a4..1777e263b4e 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.0.0" + "@netlify/functions": "^1.1.0" } } diff --git a/src/functions-templates/typescript/hello-world/package-lock.json b/src/functions-templates/typescript/hello-world/package-lock.json index b03c11a16df..d6f69e377b6 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.0.0", + "@netlify/functions": "^1.1.0", "@types/node": "^14.0.0", "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.0.0.tgz", - "integrity": "sha512-7fnJv3vr8uyyyOYPChwoec6MjzsCw1CoRUO2DhQ1BD6bOyJRlD4DUaOOGlMILB2LCT8P24p5LexEGx8AJb7xdA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.1.0.tgz", + "integrity": "sha512-XUFC5nt4iLMrDK+6WjYrDOW9h6XGIQlEk3o++xglFbDKc6dsP+k6rjfz3vl0w8S9Oiosxj3uLaPW18szJc1UgA==", "dependencies": { "is-promise": "^4.0.0" }, @@ -50,9 +50,9 @@ }, "dependencies": { "@netlify/functions": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.0.0.tgz", - "integrity": "sha512-7fnJv3vr8uyyyOYPChwoec6MjzsCw1CoRUO2DhQ1BD6bOyJRlD4DUaOOGlMILB2LCT8P24p5LexEGx8AJb7xdA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.1.0.tgz", + "integrity": "sha512-XUFC5nt4iLMrDK+6WjYrDOW9h6XGIQlEk3o++xglFbDKc6dsP+k6rjfz3vl0w8S9Oiosxj3uLaPW18szJc1UgA==", "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 7abba5c3aab..d76e677a753 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.0.0", + "@netlify/functions": "^1.1.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 fe6433a2bed..7a98845a43e 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.0.0", + "@netlify/functions": "^1.1.0", "@types/node": "^14.18.9", "typescript": "^4.5.5" }