From de3c4fe43523ecb44221fb929081e98c8d336150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:34:07 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.26 to 4.12.31 in /agent Bumps [hono](https://github.com/honojs/hono) from 4.12.26 to 4.12.31. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.26...v4.12.31) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- agent/package-lock.json | 8 ++++---- agent/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agent/package-lock.json b/agent/package-lock.json index 39272ef..2e8bf9d 100644 --- a/agent/package-lock.json +++ b/agent/package-lock.json @@ -22,7 +22,7 @@ "@provablehq/sdk": "^0.10.5", "casper-js-sdk": "^5.0.12", "conviction-core": "file:../packages/conviction-core", - "hono": "^4.12.26", + "hono": "^4.12.31", "typescript": "^5.7.0", "viem": "^2.52.2", "zod": "^4.4.3" @@ -3173,9 +3173,9 @@ } }, "node_modules/hono": { - "version": "4.12.26", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", - "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", + "version": "4.12.31", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.31.tgz", + "integrity": "sha512-zJIHFrl6bq3RDd2YusFNCDlM8qUprxKswyi/OPzPyzKDdyBXDqWx8bZlZ7R+saTdSTatUmb3O7K4SspGPaEOQg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/agent/package.json b/agent/package.json index 672b7ec..9d7736e 100644 --- a/agent/package.json +++ b/agent/package.json @@ -31,7 +31,7 @@ "@provablehq/sdk": "^0.10.5", "casper-js-sdk": "^5.0.12", "conviction-core": "file:../packages/conviction-core", - "hono": "^4.12.26", + "hono": "^4.12.31", "typescript": "^5.7.0", "viem": "^2.52.2", "zod": "^4.4.3"