From 73020b9d720b0b95d232fa53564c61c0658a971a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 16:10:44 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to ^1.5.0 --- package-lock.json | 20 ++++++++++---------- packages/runtime/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2035ca6cf1..9ffc417be4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4747,9 +4747,9 @@ } }, "node_modules/@netlify/functions": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.4.0.tgz", - "integrity": "sha512-gy7ULTIRroc2/jyFVGx1djCmmBMVisIwrvkqggq5B6iDcInRSy2Tpkm+V5C63hKJVkNRskKWtLQKm9ecCaQTjA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.5.0.tgz", + "integrity": "sha512-xjNW7w5WEPo53gXlp02XJ4JWoymPTVhHu7hLagaKKhozJSCQbwtaHq+2uj0Vr+BfVLmQV4ucisapfU6UGGbk1A==", "dependencies": { "is-promise": "^4.0.0" }, @@ -24441,7 +24441,7 @@ }, "packages/next": { "name": "@netlify/next", - "version": "1.4.5", + "version": "1.4.6", "license": "MIT", "devDependencies": { "@netlify/edge-functions": "^2.0.0", @@ -24461,11 +24461,11 @@ }, "packages/runtime": { "name": "@netlify/plugin-nextjs", - "version": "4.36.0", + "version": "4.36.1", "license": "MIT", "dependencies": { "@netlify/esbuild": "0.14.39", - "@netlify/functions": "^1.4.0", + "@netlify/functions": "^1.5.0", "@netlify/ipx": "^1.4.0", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2", @@ -27707,9 +27707,9 @@ } }, "@netlify/functions": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.4.0.tgz", - "integrity": "sha512-gy7ULTIRroc2/jyFVGx1djCmmBMVisIwrvkqggq5B6iDcInRSy2Tpkm+V5C63hKJVkNRskKWtLQKm9ecCaQTjA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.5.0.tgz", + "integrity": "sha512-xjNW7w5WEPo53gXlp02XJ4JWoymPTVhHu7hLagaKKhozJSCQbwtaHq+2uj0Vr+BfVLmQV4ucisapfU6UGGbk1A==", "requires": { "is-promise": "^4.0.0" } @@ -27841,7 +27841,7 @@ "@delucis/if-env": "^1.1.2", "@netlify/build": "^29.11.1", "@netlify/esbuild": "0.14.39", - "@netlify/functions": "^1.4.0", + "@netlify/functions": "^1.5.0", "@netlify/ipx": "^1.4.0", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.4.1", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index c2348191ea..feb6dad56e 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -12,7 +12,7 @@ ], "dependencies": { "@netlify/esbuild": "0.14.39", - "@netlify/functions": "^1.4.0", + "@netlify/functions": "^1.5.0", "@netlify/ipx": "^1.4.0", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2",