From 059c7a48f587266aa4e66a6efb72548ded44acae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 05:00:54 +0000 Subject: [PATCH] Update react-i18next requirement from ^12.1.4 to ^12.1.5 Updates the requirements on [react-i18next](https://github.com/i18next/react-i18next) to permit the latest version. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v12.1.4...v12.1.5) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/localisation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/localisation/package.json b/packages/localisation/package.json index ccdf9a1..f169f99 100644 --- a/packages/localisation/package.json +++ b/packages/localisation/package.json @@ -28,6 +28,6 @@ "@jest/globals": "^29.4.2", "i18next": "^22.4.9", "jest": "^29.4.2", - "react-i18next": "^12.1.4" + "react-i18next": "^12.1.5" } }