diff --git a/package-lock.json b/package-lock.json index d66675e..0e0cc7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react-dom": "^18.0.0" }, "devDependencies": { - "@netlify/plugin-nextjs": "^4.14.2" + "@netlify/plugin-nextjs": "^4.15.0" } }, "node_modules/@colors/colors": { @@ -108,9 +108,9 @@ "dev": true }, "node_modules/@netlify/plugin-nextjs": { - "version": "4.14.2", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.14.2.tgz", - "integrity": "sha512-Z6JJH0nXyWzxOrlakwhvoyq4w2MtP9g9cJoGu4WsYplI1gBprSu7lGGKwyGOCMyZjtI/vy2OnJg9xnndHoYDbA==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.15.0.tgz", + "integrity": "sha512-ZpslmVEJctrUI0ZxFTeCuK9QcjkHIeRG1Q7DUB80dwoKJBGou0e0J1BwzVYYVPTBhEWXJqtFqATJ2fYWnKY6OA==", "dev": true, "dependencies": { "@netlify/functions": "^1.0.0", @@ -4033,9 +4033,9 @@ } }, "@netlify/plugin-nextjs": { - "version": "4.14.2", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.14.2.tgz", - "integrity": "sha512-Z6JJH0nXyWzxOrlakwhvoyq4w2MtP9g9cJoGu4WsYplI1gBprSu7lGGKwyGOCMyZjtI/vy2OnJg9xnndHoYDbA==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.15.0.tgz", + "integrity": "sha512-ZpslmVEJctrUI0ZxFTeCuK9QcjkHIeRG1Q7DUB80dwoKJBGou0e0J1BwzVYYVPTBhEWXJqtFqATJ2fYWnKY6OA==", "dev": true, "requires": { "@netlify/functions": "^1.0.0", diff --git a/package.json b/package.json index 634db4a..06d03dd 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "react-dom": "^18.0.0" }, "devDependencies": { - "@netlify/plugin-nextjs": "^4.14.2" + "@netlify/plugin-nextjs": "^4.15.0" } }