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.11
This commit is contained in:
parent
a5bdcc0c5e
commit
f8d5490f80
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.10",
|
||||
"hono": "^4.5.11",
|
||||
"i18next": "^23.14.0",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -5380,9 +5380,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.5.10",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.10.tgz",
|
||||
"integrity": "sha512-az6tdU1U8o/l0v8O37FIQuc+ER/TeD9vHt/qs8JnBDgMxw6Zu5L2AixUyHeXZNcu87r7iYo8Ey85R7IogOINKA==",
|
||||
"version": "4.5.11",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.11.tgz",
|
||||
"integrity": "sha512-62FcjLPtjAFwISVBUshryl+vbHOjg8rE4uIK/dxyR8GpLztunZpwFmfEvmJCUI7xoGh/Sr3CGCDPCmYxVw7wUQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
|
|
@ -41,6 +41,6 @@
|
|||
"@hono/sentry": "^1.2.0",
|
||||
"i18next": "^23.14.0",
|
||||
"i18next-icu": "^2.3.0",
|
||||
"hono": "^4.5.10"
|
||||
"hono": "^4.5.11"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue