diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-11 15:15:48 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-11 15:16:50 +0000 |
| commit | 850d014f4d2e71c6dd80e8d01ab0399a8533cebb (patch) | |
| tree | aed71f3e6615813943fff5dfd93d2640eaf917cf | |
| parent | af83b78cedbbb0d8e71fe0482f7dd35558265985 (diff) | |
chore(deps): bump @hono/zod-validator from 0.1.11 to 0.2.0
Bumps [@hono/zod-validator](https://github.com/honojs/middleware) from 0.1.11 to 0.2.0.
- [Release notes](https://github.com/honojs/middleware/releases)
- [Commits](https://github.com/honojs/middleware/compare/@hono/[email protected]...@hono/[email protected])
---
updated-dependencies:
- dependency-name: "@hono/zod-validator"
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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 0e5ac9c..5285802 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "fmt": "prettier --write ." }, "dependencies": { - "@hono/zod-validator": "^0.1.11", + "@hono/zod-validator": "^0.2.0", "hono": "^4.0.10", "zod": "^3.22.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b180682..b6e9c09 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@hono/zod-validator': - specifier: ^0.1.11 - version: 0.1.11([email protected])([email protected]) + specifier: ^0.2.0 + version: 0.2.0([email protected])([email protected]) hono: specifier: ^4.0.10 version: 4.0.10 @@ -794,8 +794,8 @@ packages: engines: {node: '>=14'} dev: true - resolution: {integrity: sha512-PQXeHUP0+36qpRt8yfeD7N2jbK3ETlGvSN6dMof/HwUC/APRokQRjpXZm4rrlG71Ft0aWE01+Bm4XejqPie5Uw==} + resolution: {integrity: sha512-PC7akbA/DCFY406BL3+ogjYb+7Fgfs/6XPvyURBYMczo0M7kYsTUMnF8hA9mez1RORNCWPqXuFGfKrkoUVPvrQ==} peerDependencies: hono: '>=3.9.0' zod: ^3.19.1 |
