diff --git a/package.json b/package.json index 9ec19694..49e5b786 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "concurrently": "^9.2.1", "eslint-config-txo-package-react": "^1.0.26", "husky": "^9.1.7", - "i18next": "^24.2.3", + "i18next": "^25.7.3", "jest": "^29.7.0", "lint-staged": "^16.2.7", "react": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 9334b525..dc05eb63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -259,7 +259,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/runtime@^7.26.10", "@babel/runtime@^7.27.6", "@babel/runtime@^7.28.4": +"@babel/runtime@^7.27.6", "@babel/runtime@^7.28.4": version "7.28.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== @@ -4097,12 +4097,12 @@ husky@^9.1.7: resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.7.tgz#d46a38035d101b46a70456a850ff4201344c0b2d" integrity sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA== -i18next@^24.2.3: - version "24.2.3" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.2.3.tgz#3a05f72615cbd7c00d7e348667e2aabef1df753b" - integrity sha512-lfbf80OzkocvX7nmZtu7nSTNbrTYR52sLWxPtlXX1zAhVw8WEnFk4puUkCR4B1dNQwbSpEHHHemcZu//7EcB7A== +i18next@^25.7.3: + version "25.7.4" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.7.4.tgz#dfb49dfd25c6ea604c019a76d44c5fd17a77d802" + integrity sha512-hRkpEblXXcXSNbw8mBNq9042OEetgyB/ahc/X17uV/khPwzV+uB8RHceHh3qavyrkPJvmXFKXME2Sy1E0KjAfw== dependencies: - "@babel/runtime" "^7.26.10" + "@babel/runtime" "^7.28.4" iconv-lite@^0.4.24: version "0.4.24"