diff --git a/package.json b/package.json index c6ce8a1..151cb25 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@metamask/utils": "^9.0.0", + "@metamask/utils": "^10.0.0", "readable-stream": "3.6.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index bcbef06..e91b2cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1518,10 +1518,10 @@ resolved "https://registry.yarnpkg.com/@metamask/superstruct/-/superstruct-3.1.0.tgz#148f786a674fba3ac885c1093ab718515bf7f648" integrity sha512-N08M56HdOgBfRKkrgCMZvQppkZGcArEop3kixNEtVbJKm6P9Cfg0YkI6X0s1g78sNrj2fWUwvJADdZuzJgFttA== -"@metamask/utils@^9.0.0": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-9.2.1.tgz#d9f84706ff97e0c8d1bde5778549365b14269e81" - integrity sha512-/u663aUaB6+Xe75i3Mt/1cCljm41HDYIsna5oBrwGvgkY2zH7/9k9Zjd706cxoAbxN7QgLSVAReUiGnuxCuXrQ== +"@metamask/utils@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-10.0.0.tgz#9285e6e195810e8b7c875147ac64981b4be51733" + integrity sha512-EoNZJijLqBbir8ikuiHBHfhCqE1s8Odae3bhtRAd8itJB109xmfFF84djY/iaQI+EAp59Sy7iwengfRohaTK8A== dependencies: "@ethereumjs/tx" "^4.2.0" "@metamask/superstruct" "^3.1.0"