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.0
This commit is contained in:
parent
5b0a48acce
commit
92175d4054
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.0.1",
|
||||
"hono": "^4.2.9",
|
||||
"hono": "^4.3.0",
|
||||
"i18next": "^23.11.3",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -4563,9 +4563,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.2.9",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.2.9.tgz",
|
||||
"integrity": "sha512-59FAv52UxDWUt/NlC0NzrRCjeVCThUnVlqlrKYm+k80XujBu6uJwBIa5gACKKZWobjA0MJ6Vds0I3URKf383Cw==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.0.tgz",
|
||||
"integrity": "sha512-rf9142VLQNMVBj+BjVLISgDWDxnJGUIuX39dvqcdySwr2gTsPfsqW1twWDUjfwQNWm9hEn40MpDu9RFGUN+e8A==",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
}
|
||||
|
|
|
@ -41,6 +41,6 @@
|
|||
"@hono/sentry": "^1.0.1",
|
||||
"i18next": "^23.11.3",
|
||||
"i18next-icu": "^2.3.0",
|
||||
"hono": "^4.2.9"
|
||||
"hono": "^4.3.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue