diff --git a/package.json b/package.json index 62dc1837..30330284 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@gnosis.pm/zodiac": "^1.0.10", "@openzeppelin/contracts": "^4.5.0", "concurrently": "^7.2.1", - "ethereumjs-util": "^7.1.4", + "ethereumjs-util": "^7.1.5", "install": "^0.13.0", "npm": "^8.12.1", "starknet": "^2.5.1", diff --git a/yarn.lock b/yarn.lock index 3b8d48a2..b2037a72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4397,9 +4397,10 @@ ethereumjs-util@^5.0.0, ethereumjs-util@^5.0.1, ethereumjs-util@^5.1.1, ethereum rlp "^2.0.0" safe-buffer "^5.1.1" -ethereumjs-util@^7.0.10, ethereumjs-util@^7.0.2, ethereumjs-util@^7.1.0, ethereumjs-util@^7.1.1, ethereumjs-util@^7.1.4: - version "7.1.4" - resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.4.tgz#a6885bcdd92045b06f596c7626c3e89ab3312458" +ethereumjs-util@^7.0.10, ethereumjs-util@^7.0.2, ethereumjs-util@^7.1.0, ethereumjs-util@^7.1.1, ethereumjs-util@^7.1.4, ethereumjs-util@^7.1.5: + version "7.1.5" + resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz#9ecf04861e4fbbeed7465ece5f23317ad1129181" + integrity sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg== dependencies: "@types/bn.js" "^5.1.0" bn.js "^5.1.2"