From 7ec37659aab853ddd0b0ec4397e8b9602f59bec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:46:59 +0000 Subject: [PATCH] Bump react-i18next from 13.5.0 to 14.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.5.0 to 14.0.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.5.0...v14.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 603b444..6983655 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "prettier": "^3.0.0", "react": "17.0.2", "react-dom": "^17.0.1", - "react-i18next": "^13.0.0", + "react-i18next": "^14.0.0", "react-test-renderer": "^17.0.1", "rimraf": "5.0.5", "rollup": "2.79.1", diff --git a/yarn.lock b/yarn.lock index 780cb40..e5fc907 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5916,10 +5916,10 @@ react-error-boundary@^3.1.0: dependencies: "@babel/runtime" "^7.12.5" -react-i18next@^13.0.0: - version "13.5.0" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-13.5.0.tgz#44198f747628267a115c565f0c736a50a76b1ab0" - integrity sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA== +react-i18next@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.0.0.tgz#eb39d2245fd1024237828c955f770e409a1ccb12" + integrity sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng== dependencies: "@babel/runtime" "^7.22.5" html-parse-stringify "^3.0.1"