chore(github): bump packages (#68860)
## Why?
When the AI determines the Tool Call should be used, the Zod schema is
failing.
-
https://github.com/vercel/next.js/actions/runs/10377907306/job/28733115635
-
https://github.com/vercel/next.js/actions/runs/10375333551/job/28724753620
-
https://github.com/vercel/next.js/actions/runs/10367236010/job/28698211479
It's likely because some properties should be labeled as `z.optional()`
instead of the default of being required.