Skip to content

[Snyk] Security upgrade axios from 0.19.0 to 1.13.5#46

Open
sohcah wants to merge 1 commit intomasterfrom
snyk-fix-b1979b21a88d04740e294dbb4c5282d1
Open

[Snyk] Security upgrade axios from 0.19.0 to 1.13.5#46
sohcah wants to merge 1 commit intomasterfrom
snyk-fix-b1979b21a88d04740e294dbb4c5282d1

Conversation

@sohcah
Copy link
Copy Markdown
Member

@sohcah sohcah commented Feb 10, 2026

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json
⚠️ Warning
Failed to update the package-lock.json, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Prototype Pollution
SNYK-JS-AXIOS-15252993
  828  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Prototype Pollution

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
Copilot AI review requested due to automatic review settings February 10, 2026 13:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Security-driven dependency bump to remediate a reported axios prototype pollution vulnerability in this Quasar/Vue application.

Changes:

  • Upgraded axios dependency from ^0.19.0 to ^1.13.5 in package.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 13 to 16
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.19.0",
"axios": "^1.13.5",
"file-saver": "^2.0.2",
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change updates axios in package.json, but package-lock.json still pins axios to 0.19.0. With npm installs (especially npm ci), the lockfile will continue pulling the vulnerable version, so the vulnerability won’t actually be fixed.

Regenerate and commit an updated package-lock.json (e.g., run npm install with a supported npm version) so axios resolves to 1.13.5 and the transitive deps are updated accordingly.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants