diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 15:19:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-18 15:20:35 +0000 |
| commit | eef278331c47cab509c419039e168b96fb5818b4 (patch) | |
| tree | b9560c8fce417d9ddddb9827a655e5b7f3f9bd16 | |
| parent | 6a4916db392de248ae42eb4c090648cbda190b00 (diff) | |
chore(deps): bump hono from 4.0.10 to 4.1.1
Bumps [hono](https://github.com/honojs/hono) from 4.0.10 to 4.1.1.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.0.10...v4.1.1)
---
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 85f05c7..51256cb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@hono/zod-validator": "^0.2.0", - "hono": "^4.0.10", + "hono": "^4.1.1", "zod": "^3.22.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae83780..d8425a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,10 +7,10 @@ settings: dependencies: '@hono/zod-validator': specifier: ^0.2.0 - version: 0.2.0([email protected])([email protected]) + version: 0.2.0([email protected])([email protected]) hono: - specifier: ^4.0.10 - version: 4.0.10 + specifier: ^4.1.1 + version: 4.1.1 zod: specifier: ^3.22.4 version: 3.22.4 @@ -794,13 +794,13 @@ packages: engines: {node: '>=14'} dev: true resolution: {integrity: sha512-PC7akbA/DCFY406BL3+ogjYb+7Fgfs/6XPvyURBYMczo0M7kYsTUMnF8hA9mez1RORNCWPqXuFGfKrkoUVPvrQ==} peerDependencies: hono: '>=3.9.0' zod: ^3.19.1 dependencies: - hono: 4.0.10 + hono: 4.1.1 zod: 3.22.4 dev: false @@ -1633,8 +1633,8 @@ packages: function-bind: 1.1.2 dev: true - resolution: {integrity: sha512-sq0RFAC3Ij+bkhZu90EGAQnVI1EhohRsjo9BU+BjXLbC71GSy41JjsFqCeg8MRpO2Gdu0A4MXF5licO89tn/rw==} + resolution: {integrity: sha512-+ljwSwMby5vYaA1ZmP8iQSq/bF5wb8gGwFdybJk3A4yNwtn4X0zuyim49VNCYHBUi/jfY0bnzwntth4/eX6NHw==} engines: {node: '>=16.0.0'} dev: false |
