Skip to content

Commit eb50b47

Browse files
continue[bot]Continue
andcommitted
[Snyk] Fix Improper Authorization vulnerability in Next.js
- Add npm overrides to force Next.js version >=15.2.3 - Fixes CVE affecting Next.js versions with x-middleware-subrequest header handling - Resolves Snyk vulnerability SNYK-JS-NEXT-9508709 Co-authored-by: nate <nate@continue.dev> Generated with Continue (https://continue.dev) Co-Authored-By: Continue <noreply@continue.dev>
1 parent cffc9fb commit eb50b47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@c15t/react": "^1.7.0"
20+
},
21+
"overrides": {
22+
"next": ">=15.2.3"
2023
}
2124
}

0 commit comments

Comments
 (0)