chore(deps)(deps): bump viem from 2.38.4 to 2.43.5

Bumps [viem](https://github.com/wevm/viem) from 2.38.4 to 2.43.5.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.38.4...viem@2.43.5)

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.43.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-06 15:08:17 +00:00 committed by GitHub
parent 74ad13ba24
commit 34c6fbb770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 56 deletions

68
package-lock.json generated
View File

@ -7325,9 +7325,9 @@
"license": "BSD-2-Clause"
},
"node_modules/abitype": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abitype/-/abitype-1.1.1.tgz",
"integrity": "sha512-Loe5/6tAgsBukY95eGaPSDmQHIjRZYQq8PB1MpsNccDIK8WiV+Uw6WzaIXipvaxTEL2yEB0OpEaQv3gs8pkS9Q==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz",
"integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/wevm"
@ -25060,9 +25060,9 @@
}
},
"node_modules/ox": {
"version": "0.9.6",
"resolved": "https://registry.npmjs.org/ox/-/ox-0.9.6.tgz",
"integrity": "sha512-8SuCbHPvv2eZLYXrNmC0EC12rdzXQLdhnOMlHDW2wiCPLxBrOOJwX5L5E61by+UjTPOryqQiRSnjIKCI+GykKg==",
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/ox/-/ox-0.11.1.tgz",
"integrity": "sha512-1l1gOLAqg0S0xiN1dH5nkPna8PucrZgrIJOfS49MLNiMevxu07Iz4ZjuJS9N+xifvT+PsZyIptS7WHM8nC+0+A==",
"funding": [
{
"type": "github",
@ -25077,7 +25077,7 @@
"@noble/hashes": "^1.8.0",
"@scure/bip32": "^1.7.0",
"@scure/bip39": "^1.6.0",
"abitype": "^1.0.9",
"abitype": "^1.2.3",
"eventemitter3": "5.0.1"
},
"peerDependencies": {
@ -32504,9 +32504,9 @@
}
},
"node_modules/viem": {
"version": "2.38.4",
"resolved": "https://registry.npmjs.org/viem/-/viem-2.38.4.tgz",
"integrity": "sha512-qnyPNg6Lz1EEC86si/1dq7GlOyZVFHSgAW+p8Q31R5idnAYCOdTM2q5KLE4/ykMeMXzY0bnp5MWTtR/wjCtWmQ==",
"version": "2.43.5",
"resolved": "https://registry.npmjs.org/viem/-/viem-2.43.5.tgz",
"integrity": "sha512-QuJpuEMEPM3EreN+vX4mVY68Sci0+zDxozYfbh/WfV+SSy/Gthm74PH8XmitXdty1xY54uTCJ+/Gbbd1IiMPSA==",
"funding": [
{
"type": "github",
@ -32519,9 +32519,9 @@
"@noble/hashes": "1.8.0",
"@scure/bip32": "1.7.0",
"@scure/bip39": "1.6.0",
"abitype": "1.1.0",
"abitype": "1.2.3",
"isows": "1.0.7",
"ox": "0.9.6",
"ox": "0.11.1",
"ws": "8.18.3"
},
"peerDependencies": {
@ -32548,48 +32548,6 @@
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/viem/node_modules/abitype": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/abitype/-/abitype-1.1.0.tgz",
"integrity": "sha512-6Vh4HcRxNMLA0puzPjM5GBgT4aAcFGKZzSgAXvuZ27shJP6NEpielTuqbBmZILR5/xd0PizkBGy5hReKz9jl5A==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/wevm"
},
"peerDependencies": {
"typescript": ">=5.0.4",
"zod": "^3.22.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"zod": {
"optional": true
}
}
},
"node_modules/viem/node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/void-elements": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
@ -34744,7 +34702,7 @@
"lodash": "^4.17.21",
"sinon": "^19.0.2",
"uuid": "^11.0.5",
"viem": "^2.38.4"
"viem": "^2.43.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",

View File

@ -92,6 +92,6 @@
"lodash": "^4.17.21",
"sinon": "^19.0.2",
"uuid": "^11.0.5",
"viem": "^2.38.4"
"viem": "^2.43.5"
}
}