From cc47240315f23b7a51a87266afb830883b0712e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Feb 2022 08:12:59 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to ^0.11.1 --- .../javascript/scheduled-function/package.json | 2 +- .../typescript/hello-world/package-lock.json | 16 ++++++++-------- .../typescript/hello-world/package.json | 2 +- .../typescript/scheduled-function/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/functions-templates/javascript/scheduled-function/package.json b/src/functions-templates/javascript/scheduled-function/package.json index 7ba66961233..c28341a90cb 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": "^0.11.0" + "@netlify/functions": "^0.11.1" } } diff --git a/src/functions-templates/typescript/hello-world/package-lock.json b/src/functions-templates/typescript/hello-world/package-lock.json index 61ab4fea148..cb77d65e95a 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": "^0.11.0", - "@types/node": "^14.18.11", + "@netlify/functions": "^0.11.1", + "@types/node": "^14.0.0", "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.0.tgz", - "integrity": "sha512-+WWX081UCkLZYkfh1Ru+PH5HTujNXugeskATGhZLTyS1U3Cqh2gYLArdG1a/vU8WWopu/wjpxEOdWq8/T5Nw5Q==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.1.tgz", + "integrity": "sha512-J2QUAYRblvTrl/cOYU2RNHdv/EYy4qnKQhds0aDNB560Y83wfpaMS3F7PKpHygGWrVuLRyevenIzsV9MaQrKlQ==", "dependencies": { "is-promise": "^4.0.0" }, @@ -50,9 +50,9 @@ }, "dependencies": { "@netlify/functions": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.0.tgz", - "integrity": "sha512-+WWX081UCkLZYkfh1Ru+PH5HTujNXugeskATGhZLTyS1U3Cqh2gYLArdG1a/vU8WWopu/wjpxEOdWq8/T5Nw5Q==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.11.1.tgz", + "integrity": "sha512-J2QUAYRblvTrl/cOYU2RNHdv/EYy4qnKQhds0aDNB560Y83wfpaMS3F7PKpHygGWrVuLRyevenIzsV9MaQrKlQ==", "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 6fee7a2715a..81b66e9b583 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": "^0.11.0", + "@netlify/functions": "^0.11.1", "@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 cba41c1d2d8..b1dff81d9cd 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": "^0.11.0", + "@netlify/functions": "^0.11.1", "@types/node": "^14.18.9", "typescript": "^4.5.5" }