diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-07 15:49:02 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-07 15:49:02 +0000 |
| commit | 08912b439bd61088dd849b9342a81341fa9e4a23 (patch) | |
| tree | cb2934af60da0e359689bd9b9490dc03d3a12d1a | |
| parent | 1e6dd016b4b98cc3ec13b355926ce44ccdd1cb74 (diff) | |
node_modules: bump @hono/zod-validator from 0.3.0 to 0.4.1 (#317)
Bumps [@hono/zod-validator](https://github.com/honojs/middleware) from 0.3.0 to 0.4.1.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 15 |
2 files changed, 14 insertions, 3 deletions
diff --git a/package.json b/package.json index b21ca70..9a5e1a3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@hono/swagger-ui": "^0.4.1", "@hono/zod-openapi": "^0.16.4", - "@hono/zod-validator": "^0.3.0", + "@hono/zod-validator": "^0.4.1", "hono": "^4.6.3", "zod": "^3.23.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e84daec..1bd6b1f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^0.16.4 version: 0.16.4([email protected])([email protected]) '@hono/zod-validator': - specifier: ^0.3.0 - version: 0.3.0([email protected])([email protected]) + specifier: ^0.4.1 + version: 0.4.1([email protected])([email protected]) hono: specifier: ^4.6.3 version: 4.6.3 @@ -590,6 +590,12 @@ packages: hono: '>=3.9.0' zod: ^3.19.1 + '@hono/[email protected]': + resolution: {integrity: sha512-I8LyfeJfvVmC5hPjZ2Iij7RjexlgSBT7QJudZ4JvNPLxn0JQ3sqclz2zydlwISAnw21D2n4LQ0nfZdoiv9fQQA==} + peerDependencies: + hono: '>=3.9.0' + zod: ^3.19.1 + '@humanwhocodes/[email protected]': resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} engines: {node: '>=10.10.0'} @@ -1712,6 +1718,11 @@ snapshots: hono: 4.6.3 zod: 3.23.8 + dependencies: + hono: 4.6.3 + zod: 3.23.8 + '@humanwhocodes/[email protected]': dependencies: '@humanwhocodes/object-schema': 2.0.3 |
