diff --git a/integration-tests/test-api/bun.lockb b/integration-tests/test-api/bun.lockb index 7897daca..e7a02a82 100755 Binary files a/integration-tests/test-api/bun.lockb and b/integration-tests/test-api/bun.lockb differ diff --git a/integration-tests/test-api/package.json b/integration-tests/test-api/package.json index 61ce1fcb..52c9d576 100644 --- a/integration-tests/test-api/package.json +++ b/integration-tests/test-api/package.json @@ -4,14 +4,12 @@ "start": "tsx src/index.ts" }, "dependencies": { - "@hono/node-server": "^1.3.1", - "hono": "^3.11.2", - "tsx": "^3.12.2" + "hono": "^4.3.11" }, "volta": { "extends": "../../package.json" }, "devDependencies": { - "@types/bun": "^1.0.2" + "@types/bun": "^1.1.3" } }