Stability checkpoint — lockfile freshness refresh + prettier format fix

- chore(deps): freshness sweep — in-range lockfile refresh
- style(types): prettier-format security+database type unions

CI :
- OK Main pipeline #590 green — https://gitlab.com/iris-7/iris-ui/-/pipelines/2665097123
  Covers build (production config), lint:eslint, lint:format, typecheck,
  openapi:types-drift, secret-scan.
- OK Pre-merge MR !207 pipeline #588 green — https://gitlab.com/iris-7/iris-ui/-/merge_requests/207
- OK lint:format : green — was blocking on 2 unformatted extracted type files, now fixed.

Local test pass :
- OK npx prettier --check "src/**/*.{ts,html,scss,json}" — "All matched files use
  Prettier code style".
- SKIP npm run build / npm test / playwright — N/A locally : all ran green in main
  pipeline #590 ; this rev is a lockfile-refresh + format-only change.

Regression check vs stable-v1.2.7 :
- OK No known limitation regressed.

- SKIP N/A — no AI change (backend concern).

- secret-scan green ; lockfile refresh is in-range only (no dependency added / majored).

- SKIP N/A — no feature / route change this rev.

- SKIP N/A — frontend repo, no infra change.

- SKIP N/A — no observability change this rev.

- Pre-existing prettier drift on the extracted security + database type files
  (from an earlier type-extraction commit) cleared ; lint:format back to green.

- Main pipeline green ; no pipeline definition change.

- SKIP N/A — no architectural / ADR change.

- Angular 21 zoneless production build green after the in-range lockfile refresh —
  no bundle-budget or type regression.

- Lockfile freshness reduces upgrade debt ahead of the next UI feature wave.

- None newly identified this rev.

- Next UI feature wave, or a major dependency bump requiring code changes (held out
  of this in-range refresh).