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
chore(deps): lift the runtime crypto and utility dependencies past their advisories (#5)
elliptic below 6.6.1 accepts signatures it should reject, and this package verifies real signatures. lodash and both bn.js lines carry their own advisories in the same runtime graph that ships to consumers. Every declared range already admitted the patched version, so package.json needs no change. The lockfile is edited in place because yarn 1 renormalizes the whole file on any write; a frozen install and a registry check validate the integrity hashes.
0 commit comments