From f2fe2465e3c2f9d30a4d77711452676dd717c999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:45:53 +0000 Subject: [PATCH] chore(deps): update dependency @netlify/plugin-nextjs to ^4.23.4 --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e18c16e..8b47812 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@netlify/build": "^27.18.6", "@netlify/functions": "^1.2.0", - "@netlify/plugin-nextjs": "^4.23.3", + "@netlify/plugin-nextjs": "^4.23.4", "@types/fs-extra": "^9.0.13", "fs-extra": "^10.0.1" } diff --git a/yarn.lock b/yarn.lock index ac61126..b0e67fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -452,16 +452,17 @@ resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.12.0.tgz#62e467c0c6be7bcae9349dc681e71eb393c21b2a" integrity sha512-1n9VvO/9qM7cRB5f7NgSNqeUrovM7j9WVAY7ZQ4LtQuXSquFmO9Fku7WrV3zAUC6v2Y62fxGyJ0fRllYz5uXLw== -"@netlify/plugin-nextjs@^4.23.3": - version "4.23.3" - resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.23.3.tgz#eb87296abc31c9282861e924d85672936b5245c8" - integrity sha512-e0nY1O21kElRb0ccu3oPR3KOTYS8758LPxsSI+U7uOaw2OYu85R+CoxWlWKcSB28r02DmCvvz7CNm3Q52wrUsw== +"@netlify/plugin-nextjs@^4.23.4": + version "4.23.4" + resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.23.4.tgz#4f1a48b25c1ea2cf6b00c75d9d3eed6fb698a4bf" + integrity sha512-gxQqqTfINF1VcJ6WrFwdD9BLcnbVbyc5/IXDs2nF0KsZFIgGQtggdRwXPv711HhsJzs+Em6+ae7rdSO9mXIZqw== dependencies: "@netlify/esbuild" "0.14.39" "@netlify/functions" "^1.2.0" "@netlify/ipx" "^1.2.5" "@vercel/node-bridge" "^2.1.0" chalk "^4.1.2" + destr "^1.1.1" execa "^5.1.1" fs-extra "^10.0.0" globby "^11.0.4"