Skip to content

chore: pin axios to exact version (security fix)#429

Merged
daveroga merged 1 commit into
masterfrom
copilot/chore-axios-security-fix
Apr 13, 2026
Merged

chore: pin axios to exact version (security fix)#429
daveroga merged 1 commit into
masterfrom
copilot/chore-axios-security-fix

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

Summary

Pins the axios dependency to an exact version by removing the caret (^) prefix.

Before: "axios": "^1.13.5"
After: "axios": "1.13.5"

This prevents npm from automatically upgrading axios to a potentially vulnerable version during installs.

Changes

  • Removed ^ from axios version in package.json
  • Updated package-lock.json to reflect the pinned version

cc @vmidyllic

…lock.json

Agent-Logs-Url: https://github.com/iden3/contracts/sessions/3a07eed9-174c-4b5b-abd8-1c7f52d38a3b

Co-authored-by: Kolezhniuk <23165148+Kolezhniuk@users.noreply.github.com>
@daveroga daveroga merged commit 5ed2ec6 into master Apr 13, 2026
5 checks passed
@daveroga daveroga deleted the copilot/chore-axios-security-fix branch April 13, 2026 14:08
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.

4 participants