From c4053786bed20b8ad838c929812f0bee355d3156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:11:10 +0000 Subject: [PATCH] Update react-i18next requirement from ^15.0.1 to ^15.1.0 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.1.0) --- 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..b12c4efa 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.1.0", "react-icons": "^5.3.0", "react-inlinesvg": "^4.1.3", "react-json-view": "^1.21.3",