Skip to content

Commit

Permalink
build(deps): bump viem from 2.21.7 to 2.21.9 (#1298)
Browse files Browse the repository at this point in the history
Bumps [viem](https://github.com/wevm/viem) from 2.21.7 to 2.21.9.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.21.9)

---
updated-dependencies:
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rodolfo Pietro Calabrò <[email protected]>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent 9145ca2 commit 0407560
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@vechain/vebetterdao-contracts": "^1.0.0",
"abitype": "^1.0.6",
"isomorphic-ws": "^5.0.0",
"viem": "^2.19.3",
"viem": "^2.21.9",
"ws": "^8.18.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11363,10 +11363,10 @@ vfile@^6.0.0:
"@types/unist" "^3.0.0"
vfile-message "^4.0.0"

viem@^2.19.3:
version "2.21.7"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.7.tgz#c933fd3adb6f771e5c5fe2b4d7a14d8701ddc32f"
integrity sha512-PFgppakInuHX31wHDx1dzAjhj4t6Po6WrWtutDi33z2vabIT0Wv8qT6tl7DLqfLy2NkTqfN2mdshYLeoI5ZHvQ==
viem@^2.21.9:
version "2.21.9"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.9.tgz#5676f81b07286ad88852a239e1eeb18c7f9b40a6"
integrity sha512-fWPDX2ABEo/mLiDN+wsmYJDJk0a/ZCafquxInR2+HZv/7UTgHbLgjZs4SotpEeFAYjgVThJ7A9TPmrRjaaYqvw==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.4.0"
Expand Down

1 comment on commit 0407560

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99.39% (4093/4118) 98.32% (1292/1314) 99.75% (826/828)
Title Tests Skipped Failures Errors Time
core 779 0 💤 0 ❌ 0 🔥 1m 43s ⏱️
network 680 0 💤 0 ❌ 0 🔥 4m 29s ⏱️
errors 42 0 💤 0 ❌ 0 🔥 17.315s ⏱️

Please sign in to comment.