Skip to content

Commit 42f0424

Browse files
fix(deps): update dependency viem to ^1.19.13 (#283)
[![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.11` -> `^1.19.13`](https://renovatebot.com/diffs/npm/viem/1.19.11/1.19.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/viem/1.19.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/viem/1.19.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/viem/1.19.11/1.19.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/viem/1.19.11/1.19.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wevm/viem (viem)</summary> ### [`v1.19.13`](https://togithub.com/wevm/viem/releases/tag/viem%401.19.13) [Compare Source](https://togithub.com/wevm/viem/compare/[email protected]@1.19.13) ##### Patch Changes - [`007fe124`](https://togithub.com/wevm/viem/commit/007fe124d2c8a5f709a0d691ccbcaaf5f9a6d411) Thanks [@&#8203;jxom](https://togithub.com/jxom)! - Fixed issue where `getEnsName` was returning stale results for updated eth records. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7c9219 commit 42f0424

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.11",
47+
"viem": "^1.19.13",
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.11:
5819-
version "1.19.11"
5820-
resolved "https://registry.yarnpkg.com/viem/-/viem-1.19.11.tgz#de4ee7537ee036894bd818aa316a8faecaf017e9"
5821-
integrity sha512-dbsXEWDBZkByuzJXAs/e01j7dpUJ5ICF5WcyntFwf8Y97n5vnC/91lAleSa6DA5V4WJvYZbhDpYeTctsMAQnhA==
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==
58225822
dependencies:
58235823
"@adraffy/ens-normalize" "1.10.0"
58245824
"@noble/curves" "1.2.0"

0 commit comments

Comments
 (0)