MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

Bump `eth-sig-util` dependency to `8.0.0` for `signature-controller` #4830

Closed OGPoyraz closed 1 month ago

OGPoyraz commented 1 month ago

Explanation

This PR updates eth-sig-util dependency for signature-controller. Recent change in package remove the normalization for numerical addresses.

References

Fixes: https://github.com/MetaMask/MetaMask-planning/issues/3298

Changelog

@metamask/signature-controller

Checklist

socket-security[bot] commented 1 month ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@metamask/eth-sig-util@8.0.0 None +7 206 kB metamaskbot

View full report↗︎

OGPoyraz commented 1 month ago

Good call @mikesposito , I think the changelog in the eth-sig-util is a bit misleading, we actually lift off a validation so it is actually a change but not breaking in this case.