diff --git a/CHANGELOG.md b/CHANGELOG.md index b11889e..ef63e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.6.1 -- Update Next.js version to 14.0.5 to avoid being flagged for CVE-2025-55183 and CVE-2025-55184 +- Update Next.js version to 14.2.35 to avoid being flagged for CVE-2025-55183 and CVE-2025-55184 ## 1.6.0 diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f29cb5b..a1b0843 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "dependencies": { "@ngrok/ngrok": "^1.*", - "next": "14.0.5" + "next": "14.2.35" } }