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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"debug": "^4.1.1",
"ethereumjs-util": "^5.2.0",
"truffle": "5.0.22",
"truffle-hdwallet-provider": "^1.0.12"
"truffle-hdwallet-provider": "^1.0.17"

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. Without updating the lock file, npm install might not pull the patched version of the transitive dependency (tar), leaving the project vulnerable to SNYK-JS-TAR-15032660. Please run npm install and commit the updated package-lock.json to ensure the security fix is applied.

},
"devDependencies": {
"ethereumjs-abi": "^0.6.7",
Expand Down
Loading