diff --git a/package.json b/package.json index bc9c49b0..c63da832 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "numbro": "^2.5.0" }, "peerDependencies": { - "i18next": "^23.16.8", + "i18next": "^25.7.3", "react-i18next": "^15.6.1" }, "devDependencies": { @@ -57,7 +57,7 @@ "concurrently": "^9.2.1", "eslint-config-txo-package-react": "^1.0.26", "husky": "^9.1.7", - "i18next": "^23.16.8", + "i18next": "^25.7.3", "jest": "^29.7.0", "lint-staged": "^16.2.7", "npm-check-updates": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 274c590c..c6a1a114 100644 --- a/yarn.lock +++ b/yarn.lock @@ -258,7 +258,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/runtime@^7.23.2", "@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@^23.16.8: - version "23.16.8" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.8.tgz#3ae1373d344c2393f465556f394aba5a9233b93a" - integrity sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg== +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.23.2" + "@babel/runtime" "^7.28.4" iconv-lite@^0.4.24: version "0.4.24"