Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

chore: ban axios@1.14.1 via npm overrides#36

Merged
LucasSantana-Dev merged 2 commits intomainfrom
chore/ban-axios-1.14.1
Apr 1, 2026
Merged

chore: ban axios@1.14.1 via npm overrides#36
LucasSantana-Dev merged 2 commits intomainfrom
chore/ban-axios-1.14.1

Conversation

@LucasSantana-Dev
Copy link
Copy Markdown
Member

Summary

  • Adds "axios": ">=0.0.0 <1.14.1 || >=1.14.2" to overrides in package.json
  • Prevents npm from resolving axios@1.14.1 whether requested directly or as a transitive dependency
  • axios@1.14.1 has known security vulnerabilities

Test plan

  • No axios@1.14.1 present in lock file after npm install
  • Existing tests pass

Adds a semver range override that prevents npm from resolving
axios@1.14.1 whether requested directly or transitively.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 31, 2026

Warning

Rate limit exceeded

@LucasSantana-Dev has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 37 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 17 minutes and 37 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e065c9d2-a6b7-47dc-83c0-2629b3323562

📥 Commits

Reviewing files that changed from the base of the PR and between f0523a6 and 840ad27.

📒 Files selected for processing (1)
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/ban-axios-1.14.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Extends the semver override to exclude axios@0.30.4 in addition
to axios@1.14.1, both of which have known security vulnerabilities.
@sonarqubecloud
Copy link
Copy Markdown

@LucasSantana-Dev LucasSantana-Dev merged commit 05b3fd9 into main Apr 1, 2026
12 checks passed
@LucasSantana-Dev LucasSantana-Dev deleted the chore/ban-axios-1.14.1 branch April 1, 2026 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant