From 353c74b2c012934b82377243653c8f492f575866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:57:10 +0000 Subject: [PATCH] chore(deps): bump i18next from 20.6.1 to 23.4.2 in /apps/phone Bumps [i18next](https://github.com/i18next/i18next) from 20.6.1 to 23.4.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/v20.6.1...v23.4.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/phone/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/phone/package.json b/apps/phone/package.json index 9b3da273e..1e2e2ab61 100644 --- a/apps/phone/package.json +++ b/apps/phone/package.json @@ -20,7 +20,7 @@ "emoji-mart": "^3.0.1", "fivem-nui-react-lib": "^2.3.13", "history": "^5.3.0", - "i18next": "^20.6.1", + "i18next": "^23.4.2", "jest": "^27.4.7", "jsonschema": "^1.4.0", "lucide-react": "^0.125.0",