From a3bd8676961cec3cf8b8056f7df4f70438f0e42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 03:59:54 +0000 Subject: [PATCH] Bump i18next from 22.5.1 to 23.0.2 Bumps [i18next](https://github.com/i18next/i18next) from 22.5.1 to 23.0.2. - [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.5.1...v23.0.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... 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..9cf9e55 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": "^23.0.2", "jest": "^29.4.2", "react-i18next": "^12.1.4" }