diff --git a/package.json b/package.json index e049dcc4..7685fc82 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-simple-import-sort": "^7.0.0", "file-loader": "6.2.0", "http-server": "0.12.x", - "i18next": "^19.8.3", + "i18next": "^25.0.0", "i18next-parser": "^3.3.0", "lodash-es": "^4.17.23", "marked": "15.0.12", diff --git a/yarn.lock b/yarn.lock index 3a8fd262..85b7077e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -892,6 +892,11 @@ 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.3.1", "@babel/runtime@^7.8.3": version "7.28.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.2.tgz#2ae5a9d51cc583bd1f5673b3bb70d6d819682473" @@ -6103,13 +6108,6 @@ i18next-parser@^3.3.0: vinyl-fs "^3.0.2" vue-template-compiler "^2.6.11" -i18next@^19.8.3: - version "19.9.2" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.9.2.tgz#ea5a124416e3c5ab85fddca2c8e3c3669a8da397" - integrity sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg== - dependencies: - "@babel/runtime" "^7.12.0" - i18next@^20.2.1: version "20.6.1" resolved "https://registry.yarnpkg.com/i18next/-/i18next-20.6.1.tgz#535e5f6e5baeb685c7d25df70db63bf3cc0aa345" @@ -6117,6 +6115,13 @@ i18next@^20.2.1: dependencies: "@babel/runtime" "^7.12.0" +i18next@^25.0.0: + version "25.8.16" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-25.8.16.tgz#16e59534444966cbfa25f643dd30ec88522d5a13" + integrity sha512-/4Xvgm8RiJNcB+sZwplylrFNJ27DVvubGX7y6uXn7hh7aSvbmXVSRIyIGx08fEn05SYwaSYWt753mIpJuPKo+Q== + dependencies: + "@babel/runtime" "^7.28.4" + iconv-lite@0.4.24, iconv-lite@~0.4.24: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"