From 479ec0f1134c93970c170d06d806ec6f93bb3ce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 06:04:53 +0000 Subject: [PATCH] chore(deps): update dependency i18next to v23.11.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57e54f151f..a0bfb6f249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "electron-updater": "6.1.8", "highlight.js": "11.9.0", "htmlparser2": "7.2.0", - "i18next": "23.10.1", + "i18next": "23.11.0", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.3.1", "i18next-http-backend": "2.5.0", @@ -14196,9 +14196,9 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "23.11.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.0.tgz", + "integrity": "sha512-VwFtlgy2LDbY0Qs6VfekIm6mv5/JmSJrtBf4aszl7Vby8+GcBlri0/7dkMZXmzTfiBMPUPBOmYCdQK7K4emkGQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d45e92a3c8..2f444711e2 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "electron-updater": "6.1.8", "highlight.js": "11.9.0", "htmlparser2": "7.2.0", - "i18next": "23.10.1", + "i18next": "23.11.0", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.3.1", "i18next-http-backend": "2.5.0",