From 0431a38ea3a03e05110fbbdf41d44a0dee6a4001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 04:03:03 +0000 Subject: [PATCH] Update i18next requirement from ^22.4.9 to ^22.5.0 Updates the requirements on [i18next](https://github.com/i18next/i18next) to permit the latest version. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v22.4.9...v22.5.0) --- updated-dependencies: - dependency-name: 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..d0d3dfa 100644 --- a/packages/localisation/package.json +++ b/packages/localisation/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@jest/globals": "^29.4.2", - "i18next": "^22.4.9", + "i18next": "^22.5.0", "jest": "^29.4.2", "react-i18next": "^12.1.4" }