Skip to content

Commit 21ba418

Browse files
chore(deps): update dependency viem to v2.40.2 (#120)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [viem](https://viem.sh) ([source](https://redirect.github.com/wevm/viem)) | dependencies | patch | [`2.40.0` -> `2.40.2`](https://renovatebot.com/diffs/npm/viem/2.40.0/2.40.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/wevm/viem/badge)](https://securityscorecards.dev/viewer/?uri=github.com/wevm/viem) | --- ### Release Notes <details> <summary>wevm/viem (viem)</summary> ### [`v2.40.2`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.40.2) [Compare Source](https://redirect.github.com/wevm/viem/compare/viem@2.40.1...viem@2.40.2) ##### Patch Changes - [`73f5e468b57862250529be1233c39dee7520df20`](https://redirect.github.com/wevm/viem/commit/73f5e468b57862250529be1233c39dee7520df20) Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Added `getAction` support to `verifyMessage` and `verifyTypedData`. ### [`v2.40.1`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.40.1) [Compare Source](https://redirect.github.com/wevm/viem/compare/viem@2.40.0...viem@2.40.1) ##### Patch Changes - [`6a2013d88b6eedc9420ce3fea86af530842f1787`](https://redirect.github.com/wevm/viem/commit/6a2013d88b6eedc9420ce3fea86af530842f1787) Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Fixed `sendTransactionSync` generic. - [`4dca806057cb83152a3f1fbd3df31f730eb93eea`](https://redirect.github.com/wevm/viem/commit/4dca806057cb83152a3f1fbd3df31f730eb93eea) Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Added `hyperliquid` chain. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd87a15 commit 21ba418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lefthook": "1.13.6",
1212
"multiformats": "13.4.1",
1313
"ox": "0.9.16",
14-
"viem": "2.40.0",
14+
"viem": "2.40.2",
1515
"yaml": "2.8.1",
1616
"zod": "4.1.13",
1717
},
@@ -324,7 +324,7 @@
324324

325325
"undici-types": ["undici-types@7.14.0", "", {}, "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA=="],
326326

327-
"viem": ["viem@2.40.0", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.1.0", "isows": "1.0.7", "ox": "0.9.6", "ws": "8.18.3" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-Y5XoBUzkNiIGfIR+Y7uD6e4xFDsdzR4PgxWgUwSPcRUq86XI+bxZjvvrYU/s+amgt1LpOvvIMdmgQ8+ZIaNi0g=="],
327+
"viem": ["viem@2.40.2", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.1.0", "isows": "1.0.7", "ox": "0.9.6", "ws": "8.18.3" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-iZXVl5Uip1BUQv0PI9yOq+vHGRTnJ0a8azC5IAAJMSrvdkGrvghIwGskp3+g243fpzFlO/iqAFrWIG15SDoiTQ=="],
328328

329329
"webidl-conversions": ["webidl-conversions@3.0.1", "", {}, "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="],
330330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"multiformats": "13.4.1",
4545
"lefthook": "1.13.6",
4646
"ox": "0.9.16",
47-
"viem": "2.40.0",
47+
"viem": "2.40.2",
4848
"yaml": "2.8.1",
4949
"zod": "4.1.13"
5050
}

0 commit comments

Comments
 (0)