Skip to content

Commit

Permalink
Bump solidity-coverage from 0.8.12 to 0.8.13
Browse files Browse the repository at this point in the history
Bumps [solidity-coverage](https://github.com/sc-forks/solidity-coverage) from 0.8.12 to 0.8.13.
- [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.12...v0.8.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent a7cbf8b commit a2bec3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"hardhat-gas-reporter": "^2.0.2",
"openpgp": "5.11.2",
"prettier-plugin-solidity": "^1.3.1",
"solidity-coverage": "^0.8.2",
"solidity-coverage": "^0.8.13",
"tenderly": "^0.9.1",
"typechain": "^8.3.2",
"xdeployer": "3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18426,10 +18426,10 @@ solidity-ast@^0.4.51:
dependencies:
array.prototype.findlast "^1.2.2"

solidity-coverage@^0.8.2:
version "0.8.12"
resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.12.tgz#c4fa2f64eff8ada7a1387b235d6b5b0e6c6985ed"
integrity sha512-8cOB1PtjnjFRqOgwFiD8DaUsYJtVJ6+YdXQtSZDrLGf8cdhhh8xzTtGzVTGeBf15kTv0v7lYPJlV/az7zLEPJw==
solidity-coverage@^0.8.13:
version "0.8.13"
resolved "https://registry.yarnpkg.com/solidity-coverage/-/solidity-coverage-0.8.13.tgz#8eeada2e82ae19d25568368aa782a2baad0e0ce7"
integrity sha512-RiBoI+kF94V3Rv0+iwOj3HQVSqNzA9qm/qDP1ZDXK5IX0Cvho1qiz8hAXTsAo6KOIUeP73jfscq0KlLqVxzGWA==
dependencies:
"@ethersproject/abi" "^5.0.9"
"@solidity-parser/parser" "^0.18.0"
Expand Down

0 comments on commit a2bec3a

Please sign in to comment.