From 2e17d0c69b9f2044c347c9b8be2bde182e7bcaf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 05:20:38 +0000 Subject: [PATCH] chore(deps): update dependency i18next to v22 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 42223e89..54e6b02b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.31.10", "husky": "^8.0.1", - "i18next": "^21.10.0", + "i18next": "^22.0.1", "jest": "^29.2.1", "lint-staged": "^13.0.3", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 2df2a56b..de8ef314 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3993,10 +3993,10 @@ husky@^8.0.1: resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.1.tgz#511cb3e57de3e3190514ae49ed50f6bc3f50b3e9" integrity sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw== -i18next@^21.10.0: - version "21.10.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.10.0.tgz#85429af55fdca4858345d0e16b584ec29520197d" - integrity sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg== +i18next@^22.0.1: + version "22.0.1" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.0.1.tgz#cf21f5152c8cf4d29341ff44818cfe9f12fec87b" + integrity sha512-CRbtl6urEcIDbIzP4sGoPf9YuDNto1JgCRsfdvcVUOPb8nPAQ0azhPZiSdD5AFg/Erb58+/nDRmhm8bzVyjABQ== dependencies: "@babel/runtime" "^7.17.2"