diff --git a/package.json b/package.json index 4473e48f15..951e540518 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "react-confetti": "^6.4.0", "react-dom": "^19.2.6", "react-hot-toast": "^2.6.0", - "react-i18next": "^16.5.8", + "react-i18next": "^17.0.8", "react-loading-skeleton": "^3.5.0", "react-modal": "^3.16.3", "react-qr-code": "^2.0.21", diff --git a/yarn.lock b/yarn.lock index 104dbee452..a71938ef31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -368,11 +368,6 @@ dependencies: regenerator-runtime "^0.14.0" -"@babel/runtime@^7.28.4": - version "7.28.6" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.6.tgz#d267a43cb1836dc4d182cce93ae75ba954ef6d2b" - integrity sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA== - "@babel/runtime@^7.29.2": version "7.29.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.29.2.tgz#9a6e2d05f4b6692e1801cd4fb176ad823930ed5e" @@ -9592,12 +9587,12 @@ react-hot-toast@^2.6.0: csstype "^3.1.3" goober "^2.1.16" -react-i18next@^16.5.8: - version "16.5.8" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.5.8.tgz#fa598be2670f842749d4db9929b939b3a9526e21" - integrity sha512-2ABeHHlakxVY+LSirD+OiERxFL6+zip0PaHo979bgwzeHg27Sqc82xxXWIrSFmfWX0ZkrvXMHwhsi/NGUf5VQg== +react-i18next@^17.0.8: + version "17.0.8" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-17.0.8.tgz#a3880ddbfd956846f4600004313b048c1c705aee" + integrity sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw== dependencies: - "@babel/runtime" "^7.28.4" + "@babel/runtime" "^7.29.2" html-parse-stringify "^3.0.1" use-sync-external-store "^1.6.0"