mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
fix(deps): update dependency hono to ^4.3.11
This commit is contained in:
parent
38081201a0
commit
881150ff0b
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.1.0",
|
||||
"hono": "^4.3.8",
|
||||
"hono": "^4.3.11",
|
||||
"i18next": "^23.11.5",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -4939,9 +4939,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.3.8",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.8.tgz",
|
||||
"integrity": "sha512-IepU1cWz7oWY/os4Dbgq8dAjQh+APbS0LvLf85bL3cnh4sqMZ1MSBCYFkpm+MIpGoRUMmX8v9CeQh+TmBX3RUA==",
|
||||
"version": "4.3.11",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.11.tgz",
|
||||
"integrity": "sha512-Hle1uNqJJKkebFkFEEWr3UAElJP922Xy0STfl8c+1PH1q+l6WrmhwAJFS6YH8ZWJY4z46qJtssbyVwwPm3dP5w==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
|
|
|
@ -41,6 +41,6 @@
|
|||
"@hono/sentry": "^1.1.0",
|
||||
"i18next": "^23.11.5",
|
||||
"i18next-icu": "^2.3.0",
|
||||
"hono": "^4.3.8"
|
||||
"hono": "^4.3.11"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue