From bea9774445a646d0d46ac1d6900cfa4359770e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:02:51 +0000 Subject: [PATCH] Update react-i18next requirement from ^15.0.1 to ^15.0.2 in /src Updates the requirements on [react-i18next](https://github.com/i18next/react-i18next) to permit the latest version. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.0.1...v15.0.2) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index db211134..87bfeae6 100644 --- a/src/package.json +++ b/src/package.json @@ -39,7 +39,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.2.3", "react-fullscreen": "^0.1.0", - "react-i18next": "^15.0.1", + "react-i18next": "^15.0.2", "react-icons": "^5.3.0", "react-inlinesvg": "^4.1.3", "react-json-view": "^1.21.3",