[Snyk] Security upgrade @truffle/hdwallet-provider from 2.0.0 to 2.1.15#189
[Snyk] Security upgrade @truffle/hdwallet-provider from 2.0.0 to 2.1.15#189Abuchtela wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR upgrades the @truffle/hdwallet-provider dependency from version 2.0.0 to 2.1.15 to address two security vulnerabilities in the elliptic package: a critical severity issue (SNYK-JS-ELLIPTIC-8187303, score 229) involving improper verification of cryptographic signatures, and a medium severity issue (SNYK-JS-ELLIPTIC-14908844, score 146) related to use of a cryptographic primitive with a risky implementation.
Changes:
- Upgraded
@truffle/hdwallet-providerfrom ^2.0.0 to ^2.1.15 in package.json to fix critical and medium severity security vulnerabilities
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@joeattardi/emoji-button": "^3.1.1", | ||
| "@popperjs/core": "^2.10.2", | ||
| "@truffle/hdwallet-provider": "^2.0.0", | ||
| "@truffle/hdwallet-provider": "^2.1.15", |
There was a problem hiding this comment.
The yarn.lock file needs to be manually updated before this PR can be merged. Snyk's automated update failed to update yarn.lock, which means the dependency resolution won't actually change when this code is deployed. After updating package.json, run yarn install to regenerate yarn.lock with the new package version and its transitive dependencies.
Snyk has created this PR to fix 2 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
package.jsonNote for zero-installs users
If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the
.yarn/cache/directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to runyarnto update the contents of the./yarn/cachedirectory.If you are not using zero-install you can ignore this as your flow should likely be unchanged.
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-ELLIPTIC-8187303
SNYK-JS-ELLIPTIC-14908844
Important
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:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.