diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-29 09:11:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-29 09:11:27 +0000 |
| commit | 2803769bb37c5567ee56f9bd8ce71529207476f7 (patch) | |
| tree | 8cfad41717d28e2163b05278e21541c33384682c | |
| parent | e3de5830e7197fc90770bfb42bcc9208ebc8506c (diff) | |
node_modules: bump hono from 4.5.1 to 4.5.2 (#256)
Bumps [hono](https://github.com/honojs/hono) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.5.1...v4.5.2)
---
updated-dependencies:
- dependency-name: hono
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 | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json index 8c3f4ec..284c0cc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@hono/zod-openapi": "^0.15.1", "@hono/zod-validator": "^0.2.2", - "hono": "^4.5.1", + "hono": "^4.5.2", "zod": "^3.23.8" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5aa8fc0..930c547 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,13 +10,13 @@ importers: dependencies: '@hono/zod-openapi': specifier: ^0.15.1 - version: 0.15.1([email protected])([email protected]) + version: 0.15.1([email protected])([email protected]) '@hono/zod-validator': specifier: ^0.2.2 - version: 0.2.2([email protected])([email protected]) + version: 0.2.2([email protected])([email protected]) hono: - specifier: ^4.5.1 - version: 4.5.1 + specifier: ^4.5.2 + version: 4.5.2 zod: specifier: ^3.23.8 version: 3.23.8 @@ -990,8 +990,8 @@ packages: resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} engines: {node: '>= 0.4'} - resolution: {integrity: sha512-6q8AugoWG5wlrjdGG8OFFiqEsPlPGjODjUik48sEJeko4Tae1UsLS2vUiYHLEJx1gJvOZa4BWkQC+urwDmkEvQ==} + resolution: {integrity: sha512-93P8XEALrHAUGRZoqXs8MDL3w9mDgRpbW9Sy5x4LS7srg78bKUw7EGynxze+Ft1e/rLGmDAbxeSTMu6dHUSRDw==} engines: {node: '>=16.0.0'} @@ -1682,16 +1682,16 @@ snapshots: '@fastify/[email protected]': {} dependencies: '@asteasolutions/zod-to-openapi': 7.1.1([email protected]) - '@hono/zod-validator': 0.2.2([email protected])([email protected]) - hono: 4.5.1 + '@hono/zod-validator': 0.2.2([email protected])([email protected]) + hono: 4.5.2 zod: 3.23.8 dependencies: - hono: 4.5.1 + hono: 4.5.2 zod: 3.23.8 '@humanwhocodes/[email protected]': @@ -2241,7 +2241,7 @@ snapshots: dependencies: function-bind: 1.1.2 - [email protected]: {} + [email protected]: {} |
