diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-08 15:12:41 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-01-08 15:13:42 +0000 |
| commit | 7a786bb3ad7f3d70a0dd7a6a684a861cb2cfb019 (patch) | |
| tree | 00dc19d424c9bc0b057d1b85416c903831986337 | |
| parent | 5b772b0aed286a87446c13b7fd1b4ce17cfeb376 (diff) | |
chore(deps): bump hono from 3.11.12 to 3.12.0
Bumps [hono](https://github.com/honojs/hono) from 3.11.12 to 3.12.0.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v3.11.12...v3.12.0)
---
updated-dependencies:
- dependency-name: hono
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index 87a2130..f3009fd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@hono/zod-validator": "^0.1.11", - "hono": "^3.11.12", + "hono": "^3.12.0", "zod": "^3.22.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 76007e1..6b28834 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,10 +7,10 @@ settings: dependencies: '@hono/zod-validator': specifier: ^0.1.11 - version: 0.1.11([email protected])([email protected]) + version: 0.1.11([email protected])([email protected]) hono: - specifier: ^3.11.12 - version: 3.11.12 + specifier: ^3.12.0 + version: 3.12.0 zod: specifier: ^3.22.4 version: 3.22.4 @@ -587,13 +587,13 @@ packages: engines: {node: '>=14'} dev: true resolution: {integrity: sha512-PQXeHUP0+36qpRt8yfeD7N2jbK3ETlGvSN6dMof/HwUC/APRokQRjpXZm4rrlG71Ft0aWE01+Bm4XejqPie5Uw==} peerDependencies: hono: '>=3.9.0' zod: ^3.19.1 dependencies: - hono: 3.11.12 + hono: 3.12.0 zod: 3.22.4 dev: false @@ -1384,8 +1384,8 @@ packages: engines: {node: '>=8'} dev: true - resolution: {integrity: sha512-TrxH75bc0m2UbvrhaXkoo32A9OhkJtvICAYgYWtxqLDOxBjRqSikyp4K7HTbnWkPeg9Z+2Q3nv0dN4o8kL6yLg==} + resolution: {integrity: sha512-UPEtZuLY7Wo7g0mqKWSOjLFdT8t7wJ60IYEcxKl3AQNU4u+R2QqU2fJMPmSu24C+/ag20Z8mOTQOErZzK4DMvA==} engines: {node: '>=16.0.0'} dev: false |
