From 0f2ea7b61cd8142a2debb0e456853559298ff21c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:37:17 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to ^1.4.0 --- package-lock.json | 4 ++-- packages/runtime/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 324e940856..ea72c1908c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24521,7 +24521,7 @@ "license": "MIT", "dependencies": { "@netlify/esbuild": "0.14.39", - "@netlify/functions": "^1.3.0", + "@netlify/functions": "^1.4.0", "@netlify/ipx": "^1.3.3", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2", @@ -27666,7 +27666,7 @@ "@delucis/if-env": "^1.1.2", "@netlify/build": "^29.4.0", "@netlify/esbuild": "0.14.39", - "@netlify/functions": "^1.3.0", + "@netlify/functions": "^1.4.0", "@netlify/ipx": "^1.3.3", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.1", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 2b948153f3..5b94d22b9b 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -12,7 +12,7 @@ ], "dependencies": { "@netlify/esbuild": "0.14.39", - "@netlify/functions": "^1.3.0", + "@netlify/functions": "^1.4.0", "@netlify/ipx": "^1.3.3", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2",