diff --git a/webui/package-lock.json b/webui/package-lock.json index 41265cf..17440d9 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -13,7 +13,7 @@ "@fontsource/inter": "^5.0.20", "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", - "i18next": "^23.13.0", + "i18next": "^23.14.0", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.5.2", "react": "^18.3.1", @@ -3119,9 +3119,9 @@ } }, "node_modules/i18next": { - "version": "23.13.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.13.0.tgz", - "integrity": "sha512-B+g0/KTKmN3+NeMKPljQxdrih6Q6lyDF5O2e/Ofd0JQsTLojJD/BSTTN04iw6OVc0yBiHeypu5hoBNV6ag44Zw==", + "version": "23.14.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.14.0.tgz", + "integrity": "sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==", "funding": [ { "type": "individual", diff --git a/webui/package.json b/webui/package.json index 6e5571a..e2e1999 100644 --- a/webui/package.json +++ b/webui/package.json @@ -15,7 +15,7 @@ "@fontsource/inter": "^5.0.20", "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", - "i18next": "^23.13.0", + "i18next": "^23.14.0", "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 6515a4f..4d32fa0 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -1842,10 +1842,10 @@ i18next-http-backend@^2.5.2: dependencies: cross-fetch "4.0.0" -i18next@^23.13.0: - version "23.13.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.13.0.tgz#d3cba6c5611b9826ff988f97a4929638a91875f6" - integrity sha512-B+g0/KTKmN3+NeMKPljQxdrih6Q6lyDF5O2e/Ofd0JQsTLojJD/BSTTN04iw6OVc0yBiHeypu5hoBNV6ag44Zw== +i18next@^23.14.0: + version "23.14.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.14.0.tgz#d415a858390cc849f3db0df539cb2bbfe24a3cdb" + integrity sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA== dependencies: "@babel/runtime" "^7.23.2"