Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @hono/zod-openapi from 0.18.1 to 0.18.4 in /backend-node #4595

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@hono/node-server": "^1.13.8",
"@hono/sentry": "^1.1.0",
"@hono/swagger-ui": "0.5.0",
"@hono/zod-openapi": "^0.18.1",
"@hono/zod-openapi": "^0.18.4",
"@react-email/components": "0.0.33",
"@react-email/render": "1.0.5",
"date-fns": "^4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions backend-node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,16 +558,16 @@ __metadata:
languageName: node
linkType: hard

"@hono/zod-openapi@npm:^0.18.1":
version: 0.18.1
resolution: "@hono/zod-openapi@npm:0.18.1"
"@hono/zod-openapi@npm:^0.18.4":
version: 0.18.4
resolution: "@hono/zod-openapi@npm:0.18.4"
dependencies:
"@asteasolutions/zod-to-openapi": "npm:^7.1.0"
"@hono/zod-validator": "npm:^0.4.1"
peerDependencies:
hono: ">=4.3.6"
zod: 3.*
checksum: 10c0/f46e6add2ee21a7538556ae417846acde8844e0e854b3a95aab96e44e4c915407e6ae316bec36eb12b10155431efc12000dc93b79e1523735b9be898ceb25234
checksum: 10c0/59a725bf01fd523badca8e792273f320fcbf7e89d1b208ab2849982466e98b06300687d2df3fa9d8695ffe9b02eaf15ee3fe3817628373fde917207599eaba0e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3354,7 +3354,7 @@ __metadata:
"@hono/node-server": "npm:^1.13.8"
"@hono/sentry": "npm:^1.1.0"
"@hono/swagger-ui": "npm:0.5.0"
"@hono/zod-openapi": "npm:^0.18.1"
"@hono/zod-openapi": "npm:^0.18.4"
"@react-email/components": "npm:0.0.33"
"@react-email/render": "npm:1.0.5"
"@types/html-to-text": "npm:^9.0.4"
Expand Down
Loading