Skip to content

Commit

Permalink
Bump solidity-coverage from 0.8.13 to 0.8.14 in /packages/hardhat
Browse files Browse the repository at this point in the history
Bumps [solidity-coverage](https://github.com/sc-forks/solidity-coverage) from 0.8.13 to 0.8.14.
- [Release notes](https://github.com/sc-forks/solidity-coverage/releases)
- [Changelog](https://github.com/sc-forks/solidity-coverage/blob/master/CHANGELOG.md)
- [Commits](sc-forks/solidity-coverage@v0.8.13...v0.8.14)

---
updated-dependencies:
- dependency-name: solidity-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 6432682 commit 7dce776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^5.0.0",
"hardhat-gas-reporter": "^2.2.2",
"solidity-coverage": "^0.8.2",
"solidity-coverage": "^0.8.14",
"ts-node": "^10.9.1",
"typechain": "^8.1.1"
},
Expand Down
15 changes: 5 additions & 10 deletions packages/hardhat/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1377,11 +1377,6 @@
"@sentry/types" "5.30.0"
tslib "^1.9.3"

"@solidity-parser/parser@^0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.18.0.tgz#8e77a02a09ecce957255a2f48c9a7178ec191908"
integrity sha512-yfORGUIPgLck41qyN7nbwJRAx17/jAIXCTanHOJZhB6PJ1iAk/84b/xlsVKFSyNyLXIj0dhppoE0+CRws7wlzA==

"@solidity-parser/parser@^0.19.0":
version "0.19.0"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.19.0.tgz#37a8983b2725af9b14ff8c4a475fa0e98d773c3f"
Expand Down Expand Up @@ -5610,13 +5605,13 @@ [email protected]:
semver "^5.5.0"
tmp "0.0.33"

solidity-coverage@^0.8.2:
version "0.8.13"
resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.13.tgz#8eeada2e82ae19d25568368aa782a2baad0e0ce7"
integrity sha512-RiBoI+kF94V3Rv0+iwOj3HQVSqNzA9qm/qDP1ZDXK5IX0Cvho1qiz8hAXTsAo6KOIUeP73jfscq0KlLqVxzGWA==
solidity-coverage@^0.8.14:
version "0.8.14"
resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.14.tgz#db9bfcc10e3bc369fc074b35b267d665bcc6ae2e"
integrity sha512-ItAAObe5GaEOp20kXC2BZRnph+9P7Rtoqg2mQc2SXGEHgSDF2wWd1Wxz3ntzQWXkbCtIIGdJT918HG00cObwbA==
dependencies:
"@ethersproject/abi" "^5.0.9"
"@solidity-parser/parser" "^0.18.0"
"@solidity-parser/parser" "^0.19.0"
chalk "^2.4.2"
death "^1.1.0"
difflib "^0.2.4"
Expand Down

0 comments on commit 7dce776

Please sign in to comment.