From a2d0b742869400a029282a217468ca65b96496b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 00:37:04 +0000 Subject: [PATCH] chore(deps): update dependency @netlify/functions to ^1.1.0 --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d5c7ac1..69dbad3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@netlify/build": "^27.11.4", - "@netlify/functions": "^1.0.0", + "@netlify/functions": "^1.1.0", "@netlify/plugin-nextjs": "^4.14.2", "@types/fs-extra": "^9.0.13", "fs-extra": "^10.0.1" diff --git a/yarn.lock b/yarn.lock index 416ea5b..2231d8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -411,6 +411,13 @@ dependencies: is-promise "^4.0.0" +"@netlify/functions@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-1.1.0.tgz#952fb83080a3da2ca0f5f793d466fd3e47910106" + integrity sha512-XUFC5nt4iLMrDK+6WjYrDOW9h6XGIQlEk3o++xglFbDKc6dsP+k6rjfz3vl0w8S9Oiosxj3uLaPW18szJc1UgA== + dependencies: + is-promise "^4.0.0" + "@netlify/git-utils@^4.0.0": version "4.1.1" resolved "https://registry.yarnpkg.com/@netlify/git-utils/-/git-utils-4.1.1.tgz#5e48e1073ba20916ab03f936330640ab6a64b549"