From 55c024efd6374831ed306188dd7c969690180206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 09:35:02 +0000 Subject: [PATCH] Bump react-i18next from 13.0.2 to 14.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.0.2 to 14.0.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.0.2...v14.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... 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 ebb35bc465c..2c76f95881a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-dnd-scrolling": "^1.3.3", "react-dom": "18.2.0", "react-google-recaptcha": "^3.1.0", - "react-i18next": "^13.0.1", + "react-i18next": "^14.0.0", "react-infinite-scroll-component": "^6.1.0", "react-markdown": "^8.0.7", "react-player": "^2.13.0", @@ -19380,9 +19380,9 @@ } }, "node_modules/react-i18next": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.2.tgz", - "integrity": "sha512-NEVxC32v0oR4egwYM0QM0WE93AiJG5r0NTXTL8mhQfAhsMfDS2fSO6jpluyfsfypP988KzUQrAXncspcJ7+GHA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz", + "integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index cbe2267c40d..236e36e23a7 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react-dnd-scrolling": "^1.3.3", "react-dom": "18.2.0", "react-google-recaptcha": "^3.1.0", - "react-i18next": "^13.0.1", + "react-i18next": "^14.0.0", "react-infinite-scroll-component": "^6.1.0", "react-markdown": "^8.0.7", "react-player": "^2.13.0",