summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-14 07:23:07 +0000
committerseth <[email protected]>2023-11-14 07:35:47 +0000
commitf5bb3ee9ad38eaba35202d742dab7bcb3d2292e9 (patch)
tree9a78dcd11f3587bfb6be9862ebd7a3f19a8151f1 /package.json
parent495d396c6a3d7217ec0c16870623cd7783ed5689 (diff)
chore(deps): bump hono from 3.9.2 to 3.10.0
Bumps [hono](https://github.com/honojs/hono) from 3.9.2 to 3.10.0. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.9.2...v3.10.0) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 412e0c7..039d8d4 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@hono/zod-validator": "^0.1.11",
- "hono": "^3.9.2",
+ "hono": "^3.10.0",
"zod": "^3.22.4"
},
"devDependencies": {