You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The npm audit report has identified multiple security vulnerabilities in the elliptic package, which is a dependency of the @ethersproject/signing-key, which is indirectly a dependency of @ethersproject/abi after installing @layerzerolabs/lz-v2-utilities package.
The audit suggests running npm audit fix --force, but this will result in a breaking change by downgrading @layerzerolabs/lz-v2-utilities to version 2.1.6.
The text was updated successfully, but these errors were encountered:
abubakvr
changed the title
Security Vulnerabilities in @ethersproject/abi Dependency
Security Vulnerabilities in @layerzerolabs/lz-v2-utilities Package
Aug 19, 2024
Issue Summary
The
npm audit
report has identified multiple security vulnerabilities in theelliptic
package, which is a dependency of the@ethersproject/signing-key
, which is indirectly a dependency of@ethersproject/abi
after installing@layerzerolabs/lz-v2-utilities
package.Vulnerabilities
Steps to Reproduce
npm audit
in the project.The audit suggests running
npm audit fix --force
, but this will result in a breaking change by downgrading@layerzerolabs/lz-v2-utilities
to version2.1.6
.The text was updated successfully, but these errors were encountered: