From 98b22f392877fe3df18dcc414d2a221e0b45a67b Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 18 Apr 2024 04:29:52 +0000 Subject: [PATCH] fix ethereumjs-abi resolution from github to registry the github.com version comes from devDependency ganache-core - resolution only relevant for build/dev --- package.json | 1 + yarn.lock | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d23ad31..773bea7 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ ], "license": "MIT", "resolutions": { + "ganache-core/web3-provider-engine/eth-sig-util/ethereumjs-abi": "npm:ethereumjs-abi@0.6.8", "@cypress/request/qs": "6.10.4", "ganache-core/**/elliptic": "^6.5.2" }, diff --git a/yarn.lock b/yarn.lock index d71cdf2..e614d07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3740,9 +3740,17 @@ ethereumjs-abi@0.6.5: bn.js "^4.10.0" ethereumjs-util "^4.3.0" -ethereumjs-abi@0.6.8, ethereumjs-abi@^0.6.8, "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git": +ethereumjs-abi@0.6.8, ethereumjs-abi@^0.6.8, "ethereumjs-abi@npm:ethereumjs-abi@0.6.8": version "0.6.8" - resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#1cfbb13862f90f0b391d8a699544d5fe4dfb8c7b" + resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz#71bc152db099f70e62f108b7cdfca1b362c6fcae" + integrity sha512-Tx0r/iXI6r+lRsdvkFDlut0N08jWMnKRZ6Gkq+Nmw75lZe4e6o3EkSnkaBP5NF6+m5PTGAr9JP43N3LyeoglsA== + dependencies: + bn.js "^4.11.8" + ethereumjs-util "^6.0.0" + +"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git": + version "0.6.8" + resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#ee3994657fa7a427238e6ba92a84d0b529bbcde0" dependencies: bn.js "^4.11.8" ethereumjs-util "^6.0.0"