diff --git a/frontend/package.json b/frontend/package.json index 263cb13fd..36440e82e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "cookies-next": "^5.0.2", "date-fns": "^4.1.0", "dayjs": "^1.11.10", - "i18next": "^23.16.0", + "i18next": "^24.0.0", "next": "^15.0.0", "next-i18next": "^15.3.0", "react": "^18.3.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 3665dfec9..fe0026c1a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3567,10 +3567,10 @@ i18next-fs-backend@^2.3.1: resolved "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.1.tgz" integrity sha512-tvfXskmG/9o+TJ5Fxu54sSO5OkY6d+uMn+K6JiUGLJrwxAVfer+8V3nU8jq3ts9Pe5lXJv4b1N7foIjJ8Iy2Gg== -i18next@^23.16.0: - version "23.16.0" - resolved "https://registry.npmjs.org/i18next/-/i18next-23.16.0.tgz" - integrity sha512-Ni3CG6c14teOogY19YNRl+kYaE/Rb59khy0VyHVn4uOZ97E2E/Yziyi6r3C3s9+wacjdLZiq/LLYyx+Cgd+FCw== +i18next@^24.0.0: + version "24.0.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.0.0.tgz#26c80a064da655013acfca2d750bdf7a342860bb" + integrity sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ== dependencies: "@babel/runtime" "^7.23.2"