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

fix(deps): update dependency hono to v4.4.8 - autoclosed #345

Closed
wants to merge 1 commit into from
Closed
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 packages/script-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@urql/core": "5.0.4",
"effect": "3.4.0",
"esbuild-wasm": "0.21.5",
"hono": "4.4.7",
"hono": "4.4.8",
"proper-tags": "2.0.2",
"shared": "workspace:*",
"storipress-client": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7903,10 +7903,10 @@ __metadata:
languageName: node
linkType: hard

"hono@npm:4.4.7":
version: 4.4.7
resolution: "hono@npm:4.4.7"
checksum: 10c0/df91661deb050a2b57cd811a58e9709a7bb6b85fe9f10ab17a83e8da3a4b58fc044254f90f601af95ad4b6c03c00dd59b5e0f5ccef447cd48e17db85b780123e
"hono@npm:4.4.8":
version: 4.4.8
resolution: "hono@npm:4.4.8"
checksum: 10c0/35bef3e9ba51a17f730c31043c021833dd2737abc599e0d8754944d88362d086adc6e2ab308a045ffe9294e74906ad3255a2f0eb391f4e331bf5674ef9390ba3
languageName: node
linkType: hard

Expand Down Expand Up @@ -11570,7 +11570,7 @@ __metadata:
"@urql/core": "npm:5.0.4"
effect: "npm:3.4.0"
esbuild-wasm: "npm:0.21.5"
hono: "npm:4.4.7"
hono: "npm:4.4.8"
msw: "npm:2.3.1"
proper-tags: "npm:2.0.2"
shared: "workspace:*"
Expand Down
Loading