Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/core": "^7.25.2",
"@mempool/electrum-client": "1.1.9",
"@types/node": "^18.15.3",
"axios": "1.7.2",
"axios": "1.13.5",
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.

backend/package-lock.json still pins axios to 1.7.2, so updating only package.json won't update installs done via npm ci (and may leave the vulnerability unfixed / cause CI to fail due to lockfile mismatch). Please regenerate and commit the lockfile update for axios 1.13.5 (or otherwise align the repo’s lockfile strategy).

Copilot uses AI. Check for mistakes.
"bitcoinjs-lib": "~6.1.3",
"crypto-js": "~4.2.0",
"express": "~4.21.1",
Expand Down
Loading