diff --git a/webui/package-lock.json b/webui/package-lock.json index 943da19..24ee442 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -13,7 +13,7 @@ "@fontsource/inter": "^5.0.19", "@mui/icons-material": "^5.16.1", "@mui/material": "^5.16.1", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.5.2", "react": "^18.3.1", @@ -3194,9 +3194,9 @@ } }, "node_modules/i18next": { - "version": "23.11.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", - "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", + "version": "23.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", diff --git a/webui/package.json b/webui/package.json index 2bf7694..f38829b 100644 --- a/webui/package.json +++ b/webui/package.json @@ -15,7 +15,7 @@ "@fontsource/inter": "^5.0.19", "@mui/icons-material": "^5.16.1", "@mui/material": "^5.16.1", - "i18next": "^23.11.5", + "i18next": "^23.12.1", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.5.2", "react": "^18.3.1", diff --git a/webui/yarn.lock b/webui/yarn.lock index 7150a22..15f3aa3 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -1897,10 +1897,10 @@ i18next-http-backend@^2.5.2: dependencies: cross-fetch "4.0.0" -i18next@^23.11.5: - version "23.11.5" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.11.5.tgz#d71eb717a7e65498d87d0594f2664237f9e361ef" - integrity sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA== +i18next@^23.12.1: + version "23.12.1" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.12.1.tgz#1cdb4d6dde62404e128ae1212af586d14c70d389" + integrity sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA== dependencies: "@babel/runtime" "^7.23.2"