mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
fix(deps): update dependency hono to ^4.4.12
This commit is contained in:
parent
8997e23747
commit
9dd3028987
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.4.10",
|
||||
"hono": "^4.4.12",
|
||||
"i18next": "^23.11.5",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -5361,9 +5361,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.4.10",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.10.tgz",
|
||||
"integrity": "sha512-z6918u9rXRU5CCisMHd2uUVoQXcNyUrUMmYY7VH10v4HJG7+hqgMK/G8YNTd13C6s4rBfzF09iz8VpOip9qG3A==",
|
||||
"version": "4.4.12",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.12.tgz",
|
||||
"integrity": "sha512-Lx4Vwbws0IqFfXIVYychxUW0A4EE+7dn/jsjVeM34OXSA2Xs45MkDDP14Mzznp7LlDemUNHQG2uv2N5jQld0hA==",
|
||||
"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.4.10"
|
||||
"hono": "^4.4.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue