mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-10 21:10:54 +01:00
fix(deps): update dependency i18next to ^23.11.4
This commit is contained in:
parent
c6128af119
commit
d1ee500e1b
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/sentry": "^1.1.0",
|
"@hono/sentry": "^1.1.0",
|
||||||
"hono": "^4.3.5",
|
"hono": "^4.3.5",
|
||||||
"i18next": "^23.11.3",
|
"i18next": "^23.11.4",
|
||||||
"i18next-icu": "^2.3.0"
|
"i18next-icu": "^2.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -4611,9 +4611,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/i18next": {
|
"node_modules/i18next": {
|
||||||
"version": "23.11.3",
|
"version": "23.11.4",
|
||||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.4.tgz",
|
||||||
"integrity": "sha512-Pq/aSKowir7JM0rj+Wa23Kb6KKDUGno/HjG+wRQu0PxoTbpQ4N89MAT0rFGvXmLkRLNMb1BbBOKGozl01dabzg==",
|
"integrity": "sha512-CCUjtd5TfaCl+mLUzAA0uPSN+AVn4fP/kWCYt/hocPUwusTpMVczdrRyOBUwk6N05iH40qiKx6q1DoNJtBIwdg==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "individual",
|
"type": "individual",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/sentry": "^1.1.0",
|
"@hono/sentry": "^1.1.0",
|
||||||
"i18next": "^23.11.3",
|
"i18next": "^23.11.4",
|
||||||
"i18next-icu": "^2.3.0",
|
"i18next-icu": "^2.3.0",
|
||||||
"hono": "^4.3.5"
|
"hono": "^4.3.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue