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 @@ -41,7 +41,7 @@
"dependencies": {
"@mempool/electrum-client": "1.1.9",
"@types/node": "^18.19.130",
"axios": "1.12.2",
"axios": "1.13.5",

Choose a reason for hiding this comment

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

critical

The package-lock.json file has not been updated to reflect this dependency change. This is critical because without updating the lock file, the old, vulnerable version of axios may still be installed in some environments (like CI/CD), defeating the purpose of this security upgrade.

Please run npm install in the backend directory and commit the resulting changes to package-lock.json.

"bitcoinjs-lib": "~6.1.3",
"crypto-js": "~4.2.0",
"express": "~4.22.0",
Expand Down