aglinxinyuan commented on code in PR #5820:
URL: https://github.com/apache/texera/pull/5820#discussion_r3445018495
##########
agent-service/package.json:
##########
@@ -20,7 +20,7 @@
"ai": "5.0.108",
"ajv": "8.18.0",
"dagre": "0.8.5",
- "elysia": "1.4.27",
+ "elysia": "1.4.29",
Review Comment:
Good catch — fixed in c4ffc76. Regenerated `bun.lock` to `[email protected]`
(its dep tree is unchanged from 1.4.27, so no transitive churn) and synced
`agent-service/LICENSE-binary` to match, since the binary-license check also
enforces the version of direct deps. `bun install --production
--frozen-lockfile` and the license check both pass, and `build / agent-service`
is now green.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]