diff --git a/agent/package-lock.json b/agent/package-lock.json index 39272ef..523c7a2 100644 --- a/agent/package-lock.json +++ b/agent/package-lock.json @@ -24,7 +24,7 @@ "conviction-core": "file:../packages/conviction-core", "hono": "^4.12.26", "typescript": "^5.7.0", - "viem": "^2.52.2", + "viem": "^2.55.10", "zod": "^4.4.3" }, "devDependencies": { @@ -3842,9 +3842,9 @@ } }, "node_modules/ox": { - "version": "0.14.30", - "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.30.tgz", - "integrity": "sha512-LI11uu+8iiM1B3CLckgd++YF1a0A2k5wDoM9ZeQMiL21BOzQs6L//BLS6hb1HSEKCyycdDIQLsVQx9MjpcC0hA==", + "version": "0.14.33", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.33.tgz", + "integrity": "sha512-rooA/4o7bBof4Ge2VH/eovfNPb/AEEYyrNj03wggc55g5HZD8Pjs/OeWhttgjic3dDcqn0r29bDuvQEdTiUemQ==", "funding": [ { "type": "github", @@ -4657,9 +4657,9 @@ } }, "node_modules/viem": { - "version": "2.54.6", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.54.6.tgz", - "integrity": "sha512-OfybECKJYVmhiNqz+SHhed+O2h6niQ+0Wjg9J0b4bV+/QrvLgjxhfKO7hZqsuK1YtZ/0BErBKy708Zp+cU5T0Q==", + "version": "2.55.10", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.10.tgz", + "integrity": "sha512-Q9Ba+/ma81U2M5o5P2AQ7Ux8rTIwmCZvUcr8rKdQ22bV0IBFHllM2m5gWDP8hFaUN2nH2oW3QG44amRazflYNQ==", "funding": [ { "type": "github", @@ -4674,7 +4674,7 @@ "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", - "ox": "0.14.30", + "ox": "0.14.33", "ws": "8.21.0" }, "peerDependencies": { diff --git a/agent/package.json b/agent/package.json index 672b7ec..30b393f 100644 --- a/agent/package.json +++ b/agent/package.json @@ -33,7 +33,7 @@ "conviction-core": "file:../packages/conviction-core", "hono": "^4.12.26", "typescript": "^5.7.0", - "viem": "^2.52.2", + "viem": "^2.55.10", "zod": "^4.4.3" }, "devDependencies": {