
Pedro CastroandGitHub
3a6ca9ef15
chore: update dependencies (#26710)
* chore: update dependencies
- @modelcontextprotocol/sdk: 1.24.0 → 1.25.2
via resolution
- jose: 4.13.1 → 4.15.9
- serialize-javascript: 6.0.1 → 6.0.2 via
resolution
* fix: update jose and webpack versions
* chore: bump transitive dependencies
- webpack 5.94.0
- express 5.2.1
- @adobe/css-tools 4.3.2
- jsondiffpatch 0.7.2
* chore: add min-document resolution
* fix: remove jose from resolutions
Incompatible with openid-client@6.x which requires jose 5.x/6.x exports.
jose is updated directly in apps/web and packages/features/auth
* fix: replace express with body-parser, remove webpack
- body-parser: 2.2.1 (CVE-2025-13466)
- Removed webpack 5.94.0 (causes TS2729)
- Removed express 5.2.1 (causes path-to-regexp errors)
* fix: remove body-parser resolution for Express 4.x compatibility
body-parser 2.x is designed for Express 5.x but NestJS uses Express 4.x,
causing API v2 E2E tests to fail