From 86f14141b04c6e2c0831e6b8bc3f4a1ad7b1a38a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:33:41 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/edge-functions to v2.8.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67efacdf639..5aa19777d48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@netlify/build-info": "7.13.2", "@netlify/config": "20.12.5", "@netlify/edge-bundler": "12.0.1", - "@netlify/edge-functions": "2.8.0", + "@netlify/edge-functions": "2.8.1", "@netlify/local-functions-proxy": "1.1.1", "@netlify/zip-it-and-ship-it": "9.33.0", "@octokit/rest": "20.1.1", @@ -3809,9 +3809,9 @@ } }, "node_modules/@netlify/edge-functions": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.8.0.tgz", - "integrity": "sha512-96QaSfVwr4A0OPWlqHFb6zM0ywFlzbtm5dPdBwrzSOtI9pdzhYNrSF9kUefpo7pX7hygpzVIDww3nt0mer+P3Q==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.8.1.tgz", + "integrity": "sha512-BoAz/gCWHLn9DVugGViORbWFDqaqrB/JHM+9N+ahk7U6C3EwaFojnnGKCMrQ65f2YOi6Wwlue1ZZO+8mq43RZA==" }, "node_modules/@netlify/eslint-config-node": { "version": "7.0.0", @@ -27299,9 +27299,9 @@ } }, "@netlify/edge-functions": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.8.0.tgz", - "integrity": "sha512-96QaSfVwr4A0OPWlqHFb6zM0ywFlzbtm5dPdBwrzSOtI9pdzhYNrSF9kUefpo7pX7hygpzVIDww3nt0mer+P3Q==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@netlify/edge-functions/-/edge-functions-2.8.1.tgz", + "integrity": "sha512-BoAz/gCWHLn9DVugGViORbWFDqaqrB/JHM+9N+ahk7U6C3EwaFojnnGKCMrQ65f2YOi6Wwlue1ZZO+8mq43RZA==" }, "@netlify/eslint-config-node": { "version": "7.0.0", diff --git a/package.json b/package.json index 1e7c991a2ee..c4d43d6caeb 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@netlify/build-info": "7.13.2", "@netlify/config": "20.12.5", "@netlify/edge-bundler": "12.0.1", - "@netlify/edge-functions": "2.8.0", + "@netlify/edge-functions": "2.8.1", "@netlify/local-functions-proxy": "1.1.1", "@netlify/zip-it-and-ship-it": "9.33.0", "@octokit/rest": "20.1.1",