mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-10 21:10:54 +01:00
fix(deps): update dependency hono to ^4.3.8
This commit is contained in:
parent
c1bc15414f
commit
e165be39fb
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/sentry": "^1.1.0",
|
"@hono/sentry": "^1.1.0",
|
||||||
"hono": "^4.3.6",
|
"hono": "^4.3.8",
|
||||||
"i18next": "^23.11.4",
|
"i18next": "^23.11.4",
|
||||||
"i18next-icu": "^2.3.0"
|
"i18next-icu": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
@ -4939,9 +4939,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/hono": {
|
"node_modules/hono": {
|
||||||
"version": "4.3.6",
|
"version": "4.3.8",
|
||||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.6.tgz",
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.8.tgz",
|
||||||
"integrity": "sha512-2IqXwrxWF4tG2AR7b5tMYn+KEnWK8UvdC/NUSbOKWj/Kj11OJqel58FxyiXLK5CcKLiL8aGtTe4lkBKXyaHMBQ==",
|
"integrity": "sha512-IepU1cWz7oWY/os4Dbgq8dAjQh+APbS0LvLf85bL3cnh4sqMZ1MSBCYFkpm+MIpGoRUMmX8v9CeQh+TmBX3RUA==",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,6 @@
|
||||||
"@hono/sentry": "^1.1.0",
|
"@hono/sentry": "^1.1.0",
|
||||||
"i18next": "^23.11.4",
|
"i18next": "^23.11.4",
|
||||||
"i18next-icu": "^2.3.0",
|
"i18next-icu": "^2.3.0",
|
||||||
"hono": "^4.3.6"
|
"hono": "^4.3.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue