mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Update dependency hono to ^3.11.1
This commit is contained in:
parent
50c759de41
commit
493ebd4006
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@hono/sentry": "^1.0.0",
|
||||
"hono": "^3.11.0"
|
||||
"hono": "^3.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231121.0",
|
||||
|
@ -4356,9 +4356,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "3.11.0",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.0.tgz",
|
||||
"integrity": "sha512-B9E29kt1Zw1m6uA9oGjK8T0NPVBsqG+rKZakb+LwnUvVD0EfHW6UimenSGDh85RlgVk23GDMhikMc9c9pD8HDA==",
|
||||
"version": "3.11.1",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-3.11.1.tgz",
|
||||
"integrity": "sha512-8FNUh8p/dkw8qYFxy8IJA500iW9NSeuvuwRfLw0FGkE/blCxtqWqxWTB+NaLSK3qGpaudzKur6s40Q0kpO0E+w==",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
|
|
|
@ -39,6 +39,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@hono/sentry": "^1.0.0",
|
||||
"hono": "^3.11.0"
|
||||
"hono": "^3.11.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue