From 8d78f9cae436f951264310dee5264193dc7a0c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:51:27 +0000 Subject: [PATCH] build(deps): Bump react-i18next from 14.0.3 to 14.0.5 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 14.0.3 to 14.0.5. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.0.3...v14.0.5) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffe9a36d13..987bc466f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.47.0", - "react-i18next": "^14.0.3", + "react-i18next": "^14.0.5", "react-redux": "^8.1.3", "react-router-dom": "^6.22.0", "scrollama": "^3.2.0", @@ -25688,9 +25688,9 @@ } }, "node_modules/react-i18next": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.3.tgz", - "integrity": "sha512-Zav2EEnrQNmCawnzj0l7xitj7jipC7kBNG3o6Cl75NwGndvdp/wu3LSVwJpyAc3eSWMwRFYZ5uNi43CtFUDf/g==", + "version": "14.0.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.5.tgz", + "integrity": "sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw==", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index fd7237f63b..7f38f51292 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-helmet-async": "^1.3.0", "react-highlight-words": "^0.20.0", "react-hook-form": "^7.47.0", - "react-i18next": "^14.0.3", + "react-i18next": "^14.0.5", "react-redux": "^8.1.3", "react-router-dom": "^6.22.0", "scrollama": "^3.2.0",