chore(hashline): update fixture dependencies

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-18 20:56:26 +09:00
parent a6f1950d41
commit 25171a6c42
2 changed files with 11 additions and 15 deletions
+3 -3
View File
@@ -11,8 +11,8 @@
"test:all": "bun run test:basic && bun run test:edge"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.35",
"ai": "^6.0.94",
"zod": "^4.1.0"
"@ai-sdk/openai-compatible": "^2.0.47",
"ai": "^6.0.184",
"zod": "^4.4.3"
}
}