Maintenance release: dependency refresh, a clean security audit, more reliable CI, and documentation updates.
π¦ Dependencies
- Updated all dependencies to their latest versions (#11):
- restana ^5 β ^6
- uuid ^11 β ^14
- axios ^1.7 β ^1.16
- chai ^4 β ^6
- jsonwebtoken ^9.0.2 β ^9.0.3
- mocha ^11.1 β ^11.7
- nyc ^17 β ^18
π Security
- npm audit is now clean β 0 vulnerabilities (#11).
- Added overrides for diff, serialize-javascript, and uuid to resolve advisories pulled in transitively by the dev tooling.
β CI / Tests
Stabilized the test suite startup: replaced the fixed-delay server wait with active health-endpoint polling, eliminating flaky failures on slower CI runners (#11).
π Documentation
Removed references to the retired jwt-keys.21no.de hosting; the README now points users to self-host via Docker, with local http://localhost:3000 API examples (#12).
Full changelog: v1.1.3...v1.1.4