diff --git a/package-lock.json b/package-lock.json index 95e32c90..c4be7b57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "next-netlify-starter", "version": "0.5.0", "dependencies": { - "@netlify/plugin-nextjs": "^5.9.3", + "@netlify/plugin-nextjs": "^5.9.4", "next": "^15.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -366,9 +366,9 @@ } }, "node_modules/@netlify/plugin-nextjs": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.9.3.tgz", - "integrity": "sha512-760YvPaw6tSPmmX/2sqRzqBehPOfTD6lJoUb+bW+yZhQNyfLyCJR9/cRQP0+fFN2CCmdRWECX4nbi76Qne5/FQ==", + "version": "5.9.4", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.9.4.tgz", + "integrity": "sha512-Q9qyhGUxFuM3kuWmoaj4yHPUfHhOsZmwdsQv4kIXkBWVu8FOe0RFHRP0A0EXciSVFGwq+XAo3H5jEtVSANAOWw==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index b9e8d011..3895fb1b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "export": "next build && next export" }, "dependencies": { - "@netlify/plugin-nextjs": "^5.9.3", + "@netlify/plugin-nextjs": "^5.9.4", "next": "^15.0.0", "react": "^18.2.0", "react-dom": "^18.2.0"