From d4ce0c284a6ced076662ae0f5ea508f91c1d0282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:47:28 +0000 Subject: [PATCH] Update dependency i18next to v24 --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46a86b452..856940a07 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-unicorn": "^56.0.0", "global-jsdom": "^25.0.0", "history": "^4.0.0", - "i18next": "^23.0.0", + "i18next": "^24.0.0", "i18next-browser-languagedetector": "^8.0.0", "i18next-parser": "^9.0.0", "jsdom": "^25.0.0", diff --git a/yarn.lock b/yarn.lock index 96ee1ae43..45eab1fd0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5517,13 +5517,20 @@ i18next-parser@^9.0.0: vinyl "~3.0.0" vinyl-fs "^4.0.0" -i18next@^23.0.0, i18next@^23.5.1: +i18next@^23.5.1: version "23.16.8" resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.8.tgz#3ae1373d344c2393f465556f394aba5a9233b93a" integrity sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg== dependencies: "@babel/runtime" "^7.23.2" +i18next@^24.0.0: + version "24.0.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.0.2.tgz#00ee14417675e5733902d60e0bbd424c1ecd2a5f" + integrity sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g== + dependencies: + "@babel/runtime" "^7.23.2" + iconv-lite@0.6.3, iconv-lite@^0.6.3: version "0.6.3" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"