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.4.2
This commit is contained in:
parent
a5c377c60d
commit
e6bc6b3dd9
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.0",
|
||||
"hono": "^4.4.2",
|
||||
"i18next": "^23.11.5",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -5323,9 +5323,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.0.tgz",
|
||||
"integrity": "sha512-Bb2GHk8jmlLIuxc3U+7UBGOoA5lByJTAFnRdH2N2fqEVy9TEQzJ9saIJUQ/ZqBvEvgEFe7UjPFNSFi8cyeU+3Q==",
|
||||
"version": "4.4.2",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.2.tgz",
|
||||
"integrity": "sha512-bRhZ+BM9r04lRN2i9wiZ18yQNbZxHsmmRIItoAb43nRkHnIDsFhFh4mJ0seEs06FvenibpAgSVNHQ8ZzcDQx2A==",
|
||||
"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.0"
|
||||
"hono": "^4.4.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue