From ca911f9943160cee86e1b26eb04e81b0acd3225b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 22:06:09 +0000 Subject: [PATCH] build(deps): bump viem from 2.55.10 to 2.55.11 Bumps [viem](https://github.com/wevm/viem) from 2.55.10 to 2.55.11. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.55.10...viem@2.55.11) --- updated-dependencies: - dependency-name: viem dependency-version: 2.55.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 547bde7..0a41c81 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@api3/promise-utils": "^0.4.0", "@zama-fhe/relayer-sdk": "^0.4.4", "commander": "^15.0.0", - "viem": "^2.55.10", + "viem": "^2.55.11", "yaml": "^2.9.0", "zod": "^4.4.3", }, @@ -432,7 +432,7 @@ "util-deprecate": ["util-deprecate@1.0.2", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="], - "viem": ["viem@2.55.10", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", "ox": "0.14.33", "ws": "8.21.0" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-Q9Ba+/ma81U2M5o5P2AQ7Ux8rTIwmCZvUcr8rKdQ22bV0IBFHllM2m5gWDP8hFaUN2nH2oW3QG44amRazflYNQ=="], + "viem": ["viem@2.55.11", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", "ox": "0.14.33", "ws": "8.21.0" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-RR5MwtdUnFfqw6ZGoFptizywyLOkLuhTL7UafoP3Irf2upXpANakQkLgGqY4H7A7+8JBxjUs6lElGF5zuGjMEw=="], "wasm-feature-detect": ["wasm-feature-detect@1.8.0", "", {}, "sha512-zksaLKM2fVlnB5jQQDqKXXwYHLQUVH9es+5TOOHwGOVJOCeRBCiPjwSg+3tN2AdTCzjgli4jijCH290kXb/zWQ=="], diff --git a/package.json b/package.json index 6409080..a43e650 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@api3/promise-utils": "^0.4.0", "@zama-fhe/relayer-sdk": "^0.4.4", "commander": "^15.0.0", - "viem": "^2.55.10", + "viem": "^2.55.11", "yaml": "^2.9.0", "zod": "^4.4.3" },