From 31445fc61d635c7a4e2a3b0a1623953851b89956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:42:00 +0000 Subject: [PATCH] Bump react-i18next from 13.2.1 to 13.5.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 13.2.1 to 13.5.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v13.2.1...v13.5.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6b862950..5187342ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.4.1", - "react-i18next": "^13.2.1", + "react-i18next": "^13.5.0", "react-icons": "^4.9.0", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#20fe6c061cf7d71d33d764b4a51c9b9bbb614bf6", @@ -15871,8 +15871,9 @@ } }, "node_modules/react-i18next": { - "version": "13.2.1", - "license": "MIT", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", + "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index 3bb1f191f..b4ed85342 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react-draggable": "^4.4.6", "react-final-form": "^6.5.9", "react-hotkeys-hook": "^4.4.1", - "react-i18next": "^13.2.1", + "react-i18next": "^13.5.0", "react-icons": "^4.9.0", "react-indiana-drag-scroll": "^2.2.0", "react-player": "git+https://arnei@github.com/Arnei/react-player.git#20fe6c061cf7d71d33d764b4a51c9b9bbb614bf6",