diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-18 16:08:53 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-18 16:08:53 +0000 |
| commit | 3bfdf50e5db77eb9c7c6b0a8aad5773cf78972f5 (patch) | |
| tree | 6fded9b38865eb8eea5bad7e06a103cd933b2ab8 | |
| parent | 06aaf5155d4d5883158a045695012389ff21d921 (diff) | |
node_modules: bump @hono/zod-openapi from 0.17.0 to 0.17.1 (#347)
Bumps [@hono/zod-openapi](https://github.com/honojs/middleware) from 0.17.0 to 0.17.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-openapi"
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 61a914b..5c29a36 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@hono/swagger-ui": "^0.4.1", - "@hono/zod-openapi": "^0.17.0", + "@hono/zod-openapi": "^0.17.1", "@hono/zod-validator": "^0.4.1", "hono": "^4.6.10", "zod": "^3.23.8" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 818bff8..3760563 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^0.4.1 version: 0.4.1([email protected]) '@hono/zod-openapi': - specifier: ^0.17.0 - version: 0.17.0([email protected])([email protected]) + specifier: ^0.17.1 + version: 0.17.1([email protected])([email protected]) '@hono/zod-validator': specifier: ^0.4.1 version: 0.4.1([email protected])([email protected]) @@ -577,8 +577,8 @@ packages: peerDependencies: hono: '*' - '@hono/[email protected]': - resolution: {integrity: sha512-Ed6U/6cbCOBQYl0N3E94Q9UKAT5eg+x1RtShGU9OERH9ZM/SYMSLk2Biu8Eba2myu7MuzDsne9rVLrUpno1GnA==} + '@hono/[email protected]': + resolution: {integrity: sha512-5atEdv7bf92mhxuBVR8LHM4WfaB1jchW+p/f4P/asgWDDmeHcwM8rsBhbbk622MXbUTuAwpsyrJ7u3qnXbjCsQ==} engines: {node: '>=16.0.0'} peerDependencies: hono: '>=4.3.6' @@ -1696,7 +1696,7 @@ snapshots: dependencies: hono: 4.6.10 dependencies: '@asteasolutions/zod-to-openapi': 7.1.1([email protected]) '@hono/zod-validator': 0.3.0([email protected])([email protected]) |
