mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
fix(deps): update dependency hono to ^4.4.13
This commit is contained in:
parent
2767d85e8b
commit
c002d3f640
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",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/sentry": "^1.2.0",
|
"@hono/sentry": "^1.2.0",
|
||||||
"hono": "^4.4.12",
|
"hono": "^4.4.13",
|
||||||
"i18next": "^23.11.5",
|
"i18next": "^23.11.5",
|
||||||
"i18next-icu": "^2.3.0"
|
"i18next-icu": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
@ -5407,9 +5407,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/hono": {
|
"node_modules/hono": {
|
||||||
"version": "4.4.12",
|
"version": "4.4.13",
|
||||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.12.tgz",
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.13.tgz",
|
||||||
"integrity": "sha512-Lx4Vwbws0IqFfXIVYychxUW0A4EE+7dn/jsjVeM34OXSA2Xs45MkDDP14Mzznp7LlDemUNHQG2uv2N5jQld0hA==",
|
"integrity": "sha512-c6qqenclmQ6wpXzqiElMa2jt423PVCmgBreDfC5s2lPPpGk7d0lOymd8QTzFZyYC5mSSs6imiTMPip+gLwuW/g==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
|
|
|
@ -41,6 +41,6 @@
|
||||||
"@hono/sentry": "^1.2.0",
|
"@hono/sentry": "^1.2.0",
|
||||||
"i18next": "^23.11.5",
|
"i18next": "^23.11.5",
|
||||||
"i18next-icu": "^2.3.0",
|
"i18next-icu": "^2.3.0",
|
||||||
"hono": "^4.4.12"
|
"hono": "^4.4.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue