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.8
This commit is contained in:
parent
4974dfefea
commit
8353be8477
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.7",
|
||||
"hono": "^4.4.8",
|
||||
"i18next": "^23.11.5",
|
||||
"i18next-icu": "^2.3.0"
|
||||
},
|
||||
|
@ -5350,9 +5350,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/hono": {
|
||||
"version": "4.4.7",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.7.tgz",
|
||||
"integrity": "sha512-WoQWFQyVFEVRtIzP5sHPv7nvIw+RYL/HRnvnOCDxj6A+BtrwuC9S0vryZbV4IyFcNgOJ87r/phDiC1x2eEo4Gg==",
|
||||
"version": "4.4.8",
|
||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.4.8.tgz",
|
||||
"integrity": "sha512-eewnSgTzdWgFVn97kPV24h+9UVNUQ+9mj6IRxr7dBseTaTBSHtFo/T/vRNcqJkQFysVoXyecflr3Xe/fdvzEpQ==",
|
||||
"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.7"
|
||||
"hono": "^4.4.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue