From e274ce9b11f576625bce91f04f068b75fa8bd04d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 12:08:16 +0000 Subject: [PATCH] chore(deps): update dependency @netlify/functions to ^1.3.0 --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 925fc10..e6d31cb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@netlify/build": "^27.18.6", - "@netlify/functions": "^1.2.0", + "@netlify/functions": "^1.3.0", "@netlify/plugin-nextjs": "^4.24.0", "@types/fs-extra": "^9.0.13", "fs-extra": "^10.0.1" diff --git a/yarn.lock b/yarn.lock index 4ed8ae3..ee6eacf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -420,6 +420,13 @@ dependencies: is-promise "^4.0.0" +"@netlify/functions@^1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-1.3.0.tgz#4305a3fb6b49caf56cd2be88d4b8534b1d5aff4f" + integrity sha512-hN/Fgpz8XIOBfsBPLYUMxVKBlCopgeqGB0popayicnmkFLnvKByTTMYgF01wcF9DBtBQdV0H2h1kPFpMl34I8w== + dependencies: + is-promise "^4.0.0" + "@netlify/git-utils@^4.1.2": version "4.1.2" resolved "https://registry.yarnpkg.com/@netlify/git-utils/-/git-utils-4.1.2.tgz#2054ad5c226ea2763f4f5c19e8762f992e958492"