From c4ff6a25d5bd1e60e114db837a6fd4eeaef38dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:28:43 +0000 Subject: [PATCH] Bump react-i18next from 14.1.3 to 15.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.1.3 to 15.0.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.3...v15.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 48ad2f7..a65eff0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react": "~18.3.1", "react-countdown-circle-timer": "~3.2.1", "react-dom": "~18.3.1", - "react-i18next": "~14.1.2", + "react-i18next": "~15.0.0", "react-redux": "~9.1.2", "react-router-dom": "~6.25.1", "react-secure-storage": "~1.3.2", diff --git a/yarn.lock b/yarn.lock index 3004e2b..05e78ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3620,12 +3620,12 @@ react-dom@~18.3.1: loose-envify "^1.1.0" scheduler "^0.23.2" -react-i18next@~14.1.2: - version "14.1.3" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.3.tgz#85525c4294ef870ddd3f5d184e793cae362f47cb" - integrity sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw== +react-i18next@~15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.0.0.tgz#4980f8edf85b9df6573d6b12d95aca5b8f0cc8b0" + integrity sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g== dependencies: - "@babel/runtime" "^7.23.9" + "@babel/runtime" "^7.24.8" html-parse-stringify "^3.0.1" react-is@^16.13.1, react-is@^16.7.0: