diff options
| -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 d5409fc..8c4c0a9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@hono/zod-validator": "^0.1.11", - "hono": "^4.0.1", + "hono": "^4.0.4", "zod": "^3.22.4" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 723d256..890fa1c 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: ^4.0.1 - version: 4.0.1 + specifier: ^4.0.4 + version: 4.0.4 zod: specifier: ^3.22.4 version: 3.22.4 @@ -794,13 +794,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: 4.0.1 + hono: 4.0.4 zod: 3.22.4 dev: false @@ -1590,8 +1590,8 @@ packages: function-bind: 1.1.2 dev: true - resolution: {integrity: sha512-S9cREGPJIAK437RhroOf1PGlJPIlt5itl69OmQ6onPLo5pdCbSHGL8v4uAKxrdHjcTyuoyvKPqWm5jv0dGkdFA==} + resolution: {integrity: sha512-WIwMh3b9TrtcdGpJ9ljA74bK/njL6f9S0nH3eBIKVAudnuHDqyVi4k0P8etD9HVU3xu74a9KBg3xA6UlXGEIZg==} engines: {node: '>=16.0.0'} dev: false |
