diff --git a/package.json b/package.json index 3450d59840..a1380aefd0 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react-confetti": "^6.4.0", "react-dom": "^18.2.0", "react-hot-toast": "^2.5.2", - "react-i18next": "^15.0.1", + "react-i18next": "^15.7.3", "react-loading-skeleton": "^3.5.0", "react-modal": "^3.16.3", "react-qr-code": "^2.0.15", diff --git a/yarn.lock b/yarn.lock index 92c55480b2..ac40c55908 100644 --- a/yarn.lock +++ b/yarn.lock @@ -368,12 +368,10 @@ dependencies: regenerator-runtime "^0.14.0" -"@babel/runtime@^7.24.8": - version "7.25.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb" - integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw== - dependencies: - regenerator-runtime "^0.14.0" +"@babel/runtime@^7.27.6": + version "7.28.4" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" + integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== "@babel/template@^7.18.6", "@babel/template@^7.3.3": version "7.18.6" @@ -8436,12 +8434,12 @@ react-hot-toast@^2.5.2: csstype "^3.1.3" goober "^2.1.16" -react-i18next@^15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.0.1.tgz#fc662d93829ecb39683fe2757a47ebfbc5c912a0" - integrity sha512-NwxLqNM6CLbeGA9xPsjits0EnXdKgCRSS6cgkgOdNcPXqL+1fYNl8fBg1wmnnHvFy812Bt4IWTPE9zjoPmFj3w== +react-i18next@^15.7.3: + version "15.7.3" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.7.3.tgz#2eba235247dff0cbf9f0338e2ab85e10e127aa54" + integrity sha512-AANws4tOE+QSq/IeMF/ncoHlMNZaVLxpa5uUGW1wjike68elVYr0018L9xYoqBr1OFO7G7boDPrbn0HpMCJxTw== dependencies: - "@babel/runtime" "^7.24.8" + "@babel/runtime" "^7.27.6" html-parse-stringify "^3.0.1" react-is@^16.13.1: