mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-17 18:33:58 +01:00
fix(deps): update dependency i18next to ^23.12.1
This commit is contained in:
parent
c20d63984c
commit
2610a0050a
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.2.0",
|
"@hono/sentry": "^1.2.0",
|
||||||
"hono": "^4.4.13",
|
"hono": "^4.4.13",
|
||||||
"i18next": "^23.11.5",
|
"i18next": "^23.12.1",
|
||||||
"i18next-icu": "^2.3.0"
|
"i18next-icu": "^2.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -5461,9 +5461,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/i18next": {
|
"node_modules/i18next": {
|
||||||
"version": "23.11.5",
|
"version": "23.12.1",
|
||||||
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz",
|
"resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz",
|
||||||
"integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==",
|
"integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "individual",
|
"type": "individual",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hono/sentry": "^1.2.0",
|
"@hono/sentry": "^1.2.0",
|
||||||
"i18next": "^23.11.5",
|
"i18next": "^23.12.1",
|
||||||
"i18next-icu": "^2.3.0",
|
"i18next-icu": "^2.3.0",
|
||||||
"hono": "^4.4.13"
|
"hono": "^4.4.13"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue