mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-08 12:00:53 +01:00
fix(deps): update dependency hono to ^4.3.3
This commit is contained in:
parent
a98a99f0df
commit
f9267a2781
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",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/sentry": "^1.1.0",
|
"@hono/sentry": "^1.1.0",
|
||||||
"hono": "^4.3.2",
|
"hono": "^4.3.3",
|
||||||
"i18next": "^23.11.3",
|
"i18next": "^23.11.3",
|
||||||
"i18next-icu": "^2.3.0"
|
"i18next-icu": "^2.3.0"
|
||||||
},
|
},
|
||||||
|
@ -4563,9 +4563,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/hono": {
|
"node_modules/hono": {
|
||||||
"version": "4.3.2",
|
"version": "4.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.3.3.tgz",
|
||||||
"integrity": "sha512-wiZcF5N06tc232U11DnqW6hP8DNoypjsrxslKXfvOqOAkTdh7K1HLZJH/92Mf+urxUTGi96f1w4xx/1Qozoqiw==",
|
"integrity": "sha512-LDa1n/aLYK4CsZQyjQpFiaQgxiXCZp0WfcfliinQOH1Lqt4mIOvyw4qjmHihpKXsuXhkQHfHU2Erysp6oEdnVA==",
|
||||||
"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.3",
|
"i18next": "^23.11.3",
|
||||||
"i18next-icu": "^2.3.0",
|
"i18next-icu": "^2.3.0",
|
||||||
"hono": "^4.3.2"
|
"hono": "^4.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue