Skip to content

Commit 9238358

Browse files
fix(deps): update dependency viem to ^1.19.14 (#284)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [viem](https://viem.sh) ([source](https://togithub.com/wevm/viem)) | [`^1.19.13` -> `^1.19.14`](https://renovatebot.com/diffs/npm/viem/1.19.13/1.19.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/viem/1.19.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/viem/1.19.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/viem/1.19.13/1.19.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/viem/1.19.13/1.19.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wevm/viem (viem)</summary> ### [`v1.19.14`](https://togithub.com/wevm/viem/releases/tag/viem%401.19.14) [Compare Source](https://togithub.com/wevm/viem/compare/[email protected]@1.19.14) ##### Patch Changes - [#&#8203;1585](https://togithub.com/wevm/viem/pull/1585) [`5f54c878`](https://togithub.com/wevm/viem/commit/5f54c8780be1895d7f22f5d2b90878a81c67ac1f) Thanks [@&#8203;zapnap](https://togithub.com/zapnap)! - Added Fantom Sonic Open Testnet </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/hooks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42f0424 commit 9238358

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dotenv": "^16.3.1",
4545
"express": "^4.18.2",
4646
"got": "^11.8.6",
47-
"viem": "^1.19.13",
47+
"viem": "^1.19.14",
4848
"zod": "^3.22.4"
4949
},
5050
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5815,10 +5815,10 @@ vary@~1.1.2:
58155815
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
58165816
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
58175817

5818-
viem@^1.19.13:
5819-
version "1.19.13"
5820-
resolved "https://registry.yarnpkg.com/viem/-/viem-1.19.13.tgz#3a018720bd2abf54a039c751fc2bcd473838c523"
5821-
integrity sha512-DizIwJAecLedI+nq6c5LIqCLAnYXUhQX5BnH6o1H2ln6isPyJVf+v4H1IfMlRHgR5KRlC+wGI/mCjarr3tW6eg==
5818+
viem@^1.19.14:
5819+
version "1.20.0"
5820+
resolved "https://registry.yarnpkg.com/viem/-/viem-1.20.0.tgz#25cb019831f46aeecf2c8c5cdbad41e4f79b2e32"
5821+
integrity sha512-yPjV9pJr10xi28C/9LEvs5zdZNEMiru3Kz7nufghVYABJAfeSkoZQXb6b23n7MscS7c55JO5nmUI3xKkd9g6Yg==
58225822
dependencies:
58235823
"@adraffy/ens-normalize" "1.10.0"
58245824
"@noble/curves" "1.2.0"

0 commit comments

Comments
 (0)