diff --git a/package.json b/package.json index 03fd4ec..a742cfa 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react": "19.2.3", "react-day-picker": "^9.13.0", "react-dom": "19.2.3", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.1", "react-query": "^3.39.3", "react-router": "^7.11.0", "react-toastify": "^11.0.5", diff --git a/yarn.lock b/yarn.lock index 1996857..b709989 100644 --- a/yarn.lock +++ b/yarn.lock @@ -162,7 +162,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/runtime@^7.23.8", "@babel/runtime@^7.27.6", "@babel/runtime@^7.28.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2": +"@babel/runtime@^7.23.8", "@babel/runtime@^7.28.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2": version "7.28.4" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz" integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== @@ -5119,12 +5119,12 @@ react-dom@19.2.3: dependencies: scheduler "^0.27.0" -react-i18next@^16.5.0: - version "16.5.0" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.5.0.tgz#107e4323742344a2f8792feb905cea551da6fd2c" - integrity sha512-IMpPTyCTKxEj8klCrLKUTIUa8uYTd851+jcu2fJuUB9Agkk9Qq8asw4omyeHVnOXHrLgQJGTm5zTvn8HpaPiqw== +react-i18next@^16.5.1: + version "16.5.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.5.1.tgz#a299224b6d9c054dc92d7d65b642e48964b318ee" + integrity sha512-Hks6UIRZWW4c+qDAnx1csVsCGYeIR4MoBGQgJ+NUoNnO6qLxXuf8zu0xdcinyXUORgGzCdRsexxO1Xzv3sTdnw== dependencies: - "@babel/runtime" "^7.27.6" + "@babel/runtime" "^7.28.4" html-parse-stringify "^3.0.1" use-sync-external-store "^1.6.0"