diff --git a/package-lock.json b/package-lock.json index f7b28458..409578f9 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.13.4", + "@netlify/plugin-nextjs": "^5.13.5", "next": "^15.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -443,9 +443,9 @@ } }, "node_modules/@netlify/plugin-nextjs": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.13.4.tgz", - "integrity": "sha512-F53b8FU49b3BXOvziiOLcgTxG6nLrQiieux4KvoBJo8YCCUu1IJRNncFw8/LfSG2IMpwWMe8fKBBKqSoi21EZA==", + "version": "5.13.5", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.13.5.tgz", + "integrity": "sha512-zuP4sqckaeJ8rtiNYwoOpQnEb/8E4Ewf+FJDxts2s6gfgmXGuk4W5ViKZtITWWjuzxqbxG+p4t20PXltIyeJBA==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 8aa0b633..052a5c26 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "export": "next build && next export" }, "dependencies": { - "@netlify/plugin-nextjs": "^5.13.4", + "@netlify/plugin-nextjs": "^5.13.5", "next": "^15.0.0", "react": "^18.2.0", "react-dom": "^18.2.0"