SIGN IN SIGN UP

fix: resolve Dependabot alerts (#2634)

## Summary
- raise security overrides for the 18 open Dependabot alerts
- refresh the pnpm lockfile to patched dependency versions
- also resolve the newer `brace-expansion` advisory reported by `pnpm
audit`

## Verification
- `pnpm install --frozen-lockfile --ignore-scripts`
- `pnpm audit --prod --audit-level=low` — no known vulnerabilities
- `pnpm format:check`
- `git diff --check`

## Note
- `pnpm build` completed 10/15 tasks, then failed in the existing
`@langchain/langgraph-api` TypeScript build (`pnpm tsc --outDir dist`)
without diagnostics in the wrapper output.

Co-authored-by: John Kennedy <jkennedyvz@users.noreply.github.com>
J
John Kennedy committed
a41e4185dd663092e1d622b43844ff5130d6fd6c
Parent: 07ba620
Committed by GitHub <noreply@github.com> on 7/26/2026, 1:28:12 AM