mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-03 17:40:56 +01:00
fix(deps): update dependency hono to ^4.5.4
This commit is contained in:
parent
383a452ece
commit
fc818966c5
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.2.0",
|
||||
"hono": "^4.5.3",
|
||||
"hono": "^4.5.4",
|
||||
"i18next": "^23.12.2",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -5353,9 +5353,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.5.3",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.3.tgz",
|
||||
"integrity": "sha512-r26WwwbKD3BAYdfB294knNnegNda7VfV1tVn66D9Kvl9WQTdrR+5eKdoeaQNHQcC3Gr0KBikzAtjd6VsRGVSaw==",
|
||||
"version": "4.5.4",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.4.tgz",
|
||||
"integrity": "sha512-k2IguJfRgNCpDbAfpxk+o+fZBLFHl4+eIZUpjc1ItZWHeZ37SmT3efA1UpkIaC0hSf1NJg0E79/wWn6g9LQ4Cw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
|
|
@ -41,6 +41,6 @@
|
|||
"@hono/sentry": "^1.2.0",
|
||||
"i18next": "^23.12.2",
|
||||
"i18next-icu": "^2.3.0",
|
||||
"hono": "^4.5.3"
|
||||
"hono": "^4.5.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue