Upgrade dependencies to latest compatible versions#11
Merged
Conversation
- restana ^5.0.0 -> ^6.0.0 - uuid ^11.0.5 -> ^14.0.0 - async-openssl 1.0.3 -> ^1.0.3 - axios ^1.7.9 -> ^1.16.1 - chai ^4.3.7 -> ^6.2.2 - jsonwebtoken ^9.0.2 -> ^9.0.3 - mocha ^11.1.0 -> ^11.7.6 - nyc ^17.1.0 -> ^18.0.0
- add npm overrides for diff, serialize-javascript and uuid so transitive dev-dependency advisories are resolved (npm audit: 0 vulns) - replace fixed 2800ms server-startup delay in tests with active health-endpoint polling to remove CI flakiness on slow runners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated all project dependencies to their latest compatible versions to improve security, performance, and access to new features.
Key Changes
Production dependencies:
async-openssl: 1.0.3 → ^1.0.3 (added caret for minor/patch updates)restana: ^5.0.0 → ^6.0.0 (major version upgrade)uuid: ^11.0.5 → ^14.0.0 (major version upgrade)Development dependencies:
axios: ^1.7.9 → ^1.16.1 (minor version bump)chai: ^4.3.7 → ^6.2.2 (major version upgrade)jsonwebtoken: ^9.0.2 → ^9.0.3 (patch version bump)mocha: ^11.1.0 → ^11.7.6 (minor version bump)nyc: ^17.1.0 → ^18.0.0 (major version upgrade)Notes
https://claude.ai/code/session_01CZYsbPQ53FcTCXTztYkPgF