From 98aefc107a996516d5fd2b4f52d64b229512a14d Mon Sep 17 00:00:00 2001 From: Michael Zetterberg Date: Thu, 18 Apr 2024 08:45:24 +0200 Subject: [PATCH] chore(deps): upgrade @netlify/plugin-nextjs to 5.1.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0db268df9..0f32e8603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@contentstack/live-preview-utils": "^1.4.0", "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.3.4", - "@netlify/plugin-nextjs": "^5.0.0", + "@netlify/plugin-nextjs": "^5.1.1", "@radix-ui/react-slot": "^1.0.2", "@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.5", "@t3-oss/env-nextjs": "^0.9.2", @@ -467,9 +467,9 @@ } }, "node_modules/@netlify/plugin-nextjs": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.0.0.tgz", - "integrity": "sha512-LAeQ6ltXsJyxtk2wDwb75Pu80A+duQvEtDB9Y3xJ16+mb2bQXv5sV9Y6dCdyTCBQjw1h0UGv1bL3vPDLG6Wlcw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.1.1.tgz", + "integrity": "sha512-r9Z2of/hXZAgnk8br3V9+JJlXrolm+cbAMXcVRaA23+F6k19ZLgknqa2ytUMlAX+NnKk38si4MGXAutLe8ju/A==", "engines": { "node": ">=18.0.0" } diff --git a/package.json b/package.json index c960edbd5..3b3e438c5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@contentstack/live-preview-utils": "^1.4.0", "@hookform/error-message": "^2.0.1", "@hookform/resolvers": "^3.3.4", - "@netlify/plugin-nextjs": "^5.0.0", + "@netlify/plugin-nextjs": "^5.1.1", "@radix-ui/react-slot": "^1.0.2", "@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.5", "@t3-oss/env-nextjs": "^0.9.2",