From c91aac3b458061e99e1e0d32c590fb595f197499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:24:10 +0000 Subject: [PATCH] chore(deps-dev): bump viem in the npm-patch-and-minor group Bumps the npm-patch-and-minor group with 1 update: [viem](https://github.com/wevm/viem). Updates `viem` from 2.55.8 to 2.55.10 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.55.8...viem@2.55.10) --- updated-dependencies: - dependency-name: viem dependency-version: 2.55.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-and-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b68bc3a..4e33ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "forge-std": "github:foundry-rs/forge-std#v1.16.1", "mocha": "^11.7.6", "typescript": "~6.0.3", - "viem": "^2.55.8", + "viem": "^2.55.10", "vitest": "^4.1.10" } }, @@ -5002,9 +5002,9 @@ } }, "node_modules/ox": { - "version": "0.14.32", - "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.32.tgz", - "integrity": "sha512-EPB214GvtsP2TtAYZXkNdizLzGp6PXtfaHcRrD4pcBk/D0Y7ZCNv71QgwrjeCsZ+82moVeMlZZG+NDEIUfxMpw==", + "version": "0.14.33", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.33.tgz", + "integrity": "sha512-rooA/4o7bBof4Ge2VH/eovfNPb/AEEYyrNj03wggc55g5HZD8Pjs/OeWhttgjic3dDcqn0r29bDuvQEdTiUemQ==", "dev": true, "funding": [ { @@ -6124,9 +6124,9 @@ } }, "node_modules/viem": { - "version": "2.55.8", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.8.tgz", - "integrity": "sha512-BHqtsmK4iMLuLnRyrPIB1jVrmFVliRIP/K0dnFT7gBOpfo8Ko4ozhkzUCRNfR+Z/ZZdnlnVrh04fAOuIm5Svkg==", + "version": "2.55.10", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.10.tgz", + "integrity": "sha512-Q9Ba+/ma81U2M5o5P2AQ7Ux8rTIwmCZvUcr8rKdQ22bV0IBFHllM2m5gWDP8hFaUN2nH2oW3QG44amRazflYNQ==", "dev": true, "funding": [ { @@ -6142,7 +6142,7 @@ "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", - "ox": "0.14.32", + "ox": "0.14.33", "ws": "8.21.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 4af6fae..d5a8134 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "forge-std": "github:foundry-rs/forge-std#v1.16.1", "mocha": "^11.7.6", "typescript": "~6.0.3", - "viem": "^2.55.8", + "viem": "^2.55.10", "vitest": "^4.1.10" }, "overrides": {