Skip to content

Commit cafe644

Browse files
RulaKhaledclaude
andcommitted
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

File tree

  • dev-packages/e2e-tests/test-applications/cloudflare-flue

dev-packages/e2e-tests/test-applications/cloudflare-flue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@sentry/cloudflare": "file:../../packed/sentry-cloudflare-packed.tgz",
1919
"agents": "0.20.1",
2020
"dataloader": "~2.2.3",
21-
"hono": "~4.7.0",
21+
"hono": "^4.13.8",
2222
"valibot": "~1.5.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)