diff --git a/agent/package-lock.json b/agent/package-lock.json index 7f99b79..4bc23c5 100644 --- a/agent/package-lock.json +++ b/agent/package-lock.json @@ -24,7 +24,7 @@ "ai": "^7.0.65", "casper-js-sdk": "^5.0.12", "conviction-core": "file:../packages/conviction-core", - "hono": "^4.12.26", + "hono": "^4.13.1", "typescript": "^5.7.0", "viem": "^2.52.2", "zod": "^4.4.3" @@ -4369,9 +4369,9 @@ } }, "node_modules/hono": { - "version": "4.12.26", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", - "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz", + "integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/agent/package.json b/agent/package.json index 6412454..6ffaf50 100644 --- a/agent/package.json +++ b/agent/package.json @@ -34,7 +34,7 @@ "ai": "^7.0.65", "casper-js-sdk": "^5.0.12", "conviction-core": "file:../packages/conviction-core", - "hono": "^4.12.26", + "hono": "^4.13.1", "typescript": "^5.7.0", "viem": "^2.52.2", "zod": "^4.4.3"