From 0b3932dfdb7408aa37b467cfff0ac430682b7499 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Oct 2021 16:37:45 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to ^0.8.0 --- .../typescript/hello-world/package-lock.json | 14 +++++++------- .../typescript/hello-world/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/functions-templates/typescript/hello-world/package-lock.json b/src/functions-templates/typescript/hello-world/package-lock.json index ff07f3553ab..7b5949f4ce6 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.7.2", + "@netlify/functions": "^0.8.0", "@types/node": "^14.0.0", "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.7.2.tgz", - "integrity": "sha512-xf45ZqQukMxmlkqNMC5BXdFMaVZ8VqF42MV5zA5nKVOh2V0mhYlcbTYlVbS/K2/rtvQ3W8lxxixYl4NT7kq6Bg==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.8.0.tgz", + "integrity": "sha512-Ew4Q2ofSBa5aeVOvrHNNEkfCJNmjTkEIr+WkyveOZrcnKQGH/sTtPqVb6HP51NJHNhczBkd3S3KdXfrCB0q0Ig==", "dependencies": { "is-promise": "^4.0.0" }, @@ -50,9 +50,9 @@ }, "dependencies": { "@netlify/functions": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.7.2.tgz", - "integrity": "sha512-xf45ZqQukMxmlkqNMC5BXdFMaVZ8VqF42MV5zA5nKVOh2V0mhYlcbTYlVbS/K2/rtvQ3W8lxxixYl4NT7kq6Bg==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-0.8.0.tgz", + "integrity": "sha512-Ew4Q2ofSBa5aeVOvrHNNEkfCJNmjTkEIr+WkyveOZrcnKQGH/sTtPqVb6HP51NJHNhczBkd3S3KdXfrCB0q0Ig==", "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 7bddd67c84f..af63f166e4e 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.7.2", + "@netlify/functions": "^0.8.0", "@types/node": "^14.0.0", "typescript": "^4.0.0" }