Skip to content

Commit 869941f

Browse files
authored
Merge pull request #199 from ngrok/nextjs-version-bump
Update nextjs package to 14.2.35 for additional vuln fixes
2 parents e1f707c + 632ae18 commit 869941f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.6.1
22

3-
- Update Next.js version to 14.0.5 to avoid being flagged for CVE-2025-55183 and CVE-2025-55184
3+
- Update Next.js version to 14.2.35 to avoid being flagged for CVE-2025-55183 and CVE-2025-55184
44

55
## 1.6.0
66

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
33
"@ngrok/ngrok": "^1.*",
4-
"next": "14.0.5"
4+
"next": "14.2.35"
55
}
66
}

0 commit comments

Comments
 (0)