diff --git a/agent/package-lock.json b/agent/package-lock.json index 988da57..95c30d9 100644 --- a/agent/package-lock.json +++ b/agent/package-lock.json @@ -17,7 +17,7 @@ "conviction-core": "file:../packages/conviction-core", "hono": "^4.12.26", "typescript": "^5.7.0", - "viem": "^2.52.2", + "viem": "^2.55.4", "zod": "^4.4.3" }, "devDependencies": { @@ -3716,9 +3716,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.4", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.4.tgz", + "integrity": "sha512-iSVcFADHPS0GRcY+YMGubuOH0QXcLN87HVlPNaFLPzJv6OzNOql2cim+QxtTe/QxXUqbXLnzTmpFms4PLGyJ6A==", "funding": [ { "type": "github", diff --git a/agent/package.json b/agent/package.json index 60af213..9585a9b 100644 --- a/agent/package.json +++ b/agent/package.json @@ -26,7 +26,7 @@ "conviction-core": "file:../packages/conviction-core", "hono": "^4.12.26", "typescript": "^5.7.0", - "viem": "^2.52.2", + "viem": "^2.55.4", "zod": "^4.4.3" }, "devDependencies": {