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.9
This commit is contained in:
parent
619d12c06f
commit
b2253a4507
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.5.8",
|
"hono": "^4.5.9",
|
||||||
"i18next": "^23.14.0",
|
"i18next": "^23.14.0",
|
||||||
"i18next-icu": "^2.3.0"
|
"i18next-icu": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
@ -5390,9 +5390,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/hono": {
|
"node_modules/hono": {
|
||||||
"version": "4.5.8",
|
"version": "4.5.9",
|
||||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz",
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.5.9.tgz",
|
||||||
"integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==",
|
"integrity": "sha512-zz8ktqMDRrZETjxBrv8C5PQRFbrTRCLNVAjD1SNQyOzv4VjmX68Uxw83xQ6oxdAB60HiWnGEatiKA8V3SZLDkQ==",
|
||||||
"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.14.0",
|
"i18next": "^23.14.0",
|
||||||
"i18next-icu": "^2.3.0",
|
"i18next-icu": "^2.3.0",
|
||||||
"hono": "^4.5.8"
|
"hono": "^4.5.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue