Commit cafe644
fix(e2e): Align the cloudflare-flue hono range with Flue's own
`@flue/runtime` depends on `hono@^4.8.3`, so a `~4.7.0` pin here cannot share it — pnpm
installs a second copy and the app's router runs on 4.7.11 while Flue runs 4.13.8. That
older copy also carries five high-severity advisories, which fails dependency review.
Widening the range collapses both copies onto one.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent d1d4ce9 commit cafe644
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments