From a2e2073a27181b87d9a62af50756e307328c29eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:15:39 +0000 Subject: [PATCH] Update react-i18next requirement from ^13.0.2 to ^13.0.3 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/v13.0.2...v13.0.3) --- 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 9cc7695db..e282aede3 100644 --- a/src/package.json +++ b/src/package.json @@ -34,7 +34,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-fullscreen": "^0.1.0", - "react-i18next": "^13.0.2", + "react-i18next": "^13.0.3", "react-icons": "^4.10.1", "react-inlinesvg": "^3.0.2", "react-json-view": "^1.21.3",