diff --git a/package.json b/package.json index 3d788b2..3d53b8e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "ethereum-waffle": "3.4.0", "ethers": "^5.6.8", "hardhat": "2.8.3", - "hardhat-abi-exporter": "2.8.0", + "hardhat-abi-exporter": "2.10.0", "hardhat-dependency-compiler": "1.1.2", "hardhat-deploy": "0.10.5", "hardhat-deploy-ethers": "0.3.0-beta.13", diff --git a/yarn.lock b/yarn.lock index 95253cc..7e5bc0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5070,10 +5070,10 @@ har-validator@~5.1.3: ajv "^6.12.3" har-schema "^2.0.0" -hardhat-abi-exporter@2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/hardhat-abi-exporter/-/hardhat-abi-exporter-2.8.0.tgz#e7ed6216c16acf84158909d856577f0a8832ec55" - integrity sha512-HQwd9Agr2O5znUg9Dzicw8grsXacoMSQsS5ZhBBNyaxKeVbvxL1Ubm9ss8sSVGr74511a8qiR2Ljm/lsLS9Mew== +hardhat-abi-exporter@2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/hardhat-abi-exporter/-/hardhat-abi-exporter-2.10.0.tgz#4498982bb8942178a3b6d9368b0def8d18b49cc8" + integrity sha512-ynYGUptkal3leyUNGP3aJ6GRYtSHed3lHcfMv6imawqEd7MERueEkeFy+X4kWH3Vf5w4k6xeeCJHJsegGBJUPA== dependencies: "@ethersproject/abi" "^5.5.0" delete-empty "^3.0.0"