From f0b31b9409060fbb9a00202a2c9d0fae7cd8c314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 15:11:49 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/plugin-edge-handlers to ^3.0.4 (#4058) Co-authored-by: Renovate Bot Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- npm-shrinkwrap.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 470fd6bff27..8cf555ed511 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -14,7 +14,7 @@ "@netlify/config": "^17.0.3", "@netlify/framework-info": "^8.0.2", "@netlify/local-functions-proxy": "^1.1.1", - "@netlify/plugin-edge-handlers": "^3.0.3", + "@netlify/plugin-edge-handlers": "^3.0.4", "@netlify/plugins-list": "^6.2.1", "@netlify/routing-local-proxy": "^0.34.1", "@netlify/zip-it-and-ship-it": "^5.4.0", @@ -3012,9 +3012,9 @@ "integrity": "sha512-lfNB/QYDgaP07pwm/nWEaWPvRAAGyhxvJqNzvxMijc7A4uwquMjlbYve8yYyd0LJXPwgBpGobwiQj5RA76xzUQ==" }, "node_modules/@netlify/plugin-edge-handlers": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.3.tgz", - "integrity": "sha512-Yj862RtTGXDgKEKJzfL9FNlonpxTGSVDEeRyt/Kpp7gKoW5z1Vr6h1T1Ymq7GKuFqFeGT6IKaxG6aJt24/rbTw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.4.tgz", + "integrity": "sha512-w6PkvBSsmVblPBj1QVwUDJALuYeD8SyD5YMrTF5c9XrR7tjAWqtJQcw8bsuYqdDr8sEwRjUNyydPd/Zt5kEBLA==", "dependencies": { "@babel/core": "^7.11.4", "@babel/preset-env": "^7.11.5", @@ -22066,9 +22066,9 @@ "integrity": "sha512-lfNB/QYDgaP07pwm/nWEaWPvRAAGyhxvJqNzvxMijc7A4uwquMjlbYve8yYyd0LJXPwgBpGobwiQj5RA76xzUQ==" }, "@netlify/plugin-edge-handlers": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.3.tgz", - "integrity": "sha512-Yj862RtTGXDgKEKJzfL9FNlonpxTGSVDEeRyt/Kpp7gKoW5z1Vr6h1T1Ymq7GKuFqFeGT6IKaxG6aJt24/rbTw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@netlify/plugin-edge-handlers/-/plugin-edge-handlers-3.0.4.tgz", + "integrity": "sha512-w6PkvBSsmVblPBj1QVwUDJALuYeD8SyD5YMrTF5c9XrR7tjAWqtJQcw8bsuYqdDr8sEwRjUNyydPd/Zt5kEBLA==", "requires": { "@babel/core": "^7.11.4", "@babel/preset-env": "^7.11.5", diff --git a/package.json b/package.json index 6da65399e62..5fbc6f16f2d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@netlify/config": "^17.0.3", "@netlify/framework-info": "^8.0.2", "@netlify/local-functions-proxy": "^1.1.1", - "@netlify/plugin-edge-handlers": "^3.0.3", + "@netlify/plugin-edge-handlers": "^3.0.4", "@netlify/plugins-list": "^6.2.1", "@netlify/routing-local-proxy": "^0.34.1", "@netlify/zip-it-and-ship-it": "^5.4.0",