Patches axios@1.12.2 - CVE-2025-58754, update actions #45
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.



This pull request updates several dependencies and GitHub Actions workflows to use newer versions. The main focus is on keeping the project up-to-date with the latest security patches and features for both runtime and development tools.
Dependency updates:
package.json, includingaxios(to 1.12.2),express-rate-limit(to 8.1.0),mongoose(to 8.18.1), andpino(to 9.9.5), as well as devDependencies likeeslint(to 9.35.0) andjest(to 30.1.3). [1] [2]CI/CD workflow updates:
actions/checkoutandactions/setup-nodein.github/workflows/master.yml,.github/workflows/release.yml,.github/workflows/re-release.yml, and.github/workflows/sonar.ymlto use their latest major versions (v5), ensuring improved performance and support. [1] [2] [3] [4] [5] [6] [7]