From e799de2cef5f9efce3aada67e25d361a1860169d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Jun 2022 23:44:32 +0000 Subject: [PATCH] chore(deps): update dependency @netlify/plugin-nextjs to ^4.9.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9568700..e8e07d2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@netlify/build": "^26.5.3", "@netlify/functions": "^1.0.0", - "@netlify/plugin-nextjs": "^4.9.0", + "@netlify/plugin-nextjs": "^4.9.1", "@types/fs-extra": "^9.0.13", "fs-extra": "^10.0.1" } diff --git a/yarn.lock b/yarn.lock index 3f01f9a..e2b8e2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1190,10 +1190,10 @@ rollup-plugin-node-polyfills "^0.2.1" rollup-plugin-terser "^7.0.2" -"@netlify/plugin-nextjs@^4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.9.0.tgz#0b27522f83aa21eacaba4af3571e8b11d11de212" - integrity sha512-K9isejcVWAVKZHDfJIhnGHM+tA1A3icjGiaxE2//0B70/Zt0xo+wzL91+EsIAcWGaSH9rZ4eaSq8oIYUj7Qqqg== +"@netlify/plugin-nextjs@^4.9.1": + version "4.9.1" + resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.9.1.tgz#af9b5100d9b866e9bee180ea0ca7690d63ab40f7" + integrity sha512-wV095RZH4D/2jDwKGhRfHQiUglk5/3d5MUjlEpwtYNyjT4iNf7bp+1YBbH8AbuCqC2TRdRrW3JBN/fQuVWQlGQ== dependencies: "@netlify/functions" "^1.0.0" "@netlify/ipx" "^1.1.0"