From 9233a2a95d482421a7c49f54cb9fa85ec13e6530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:36:38 +0000 Subject: [PATCH] chore(deps): update dependency i18next to v23.11.1 --- 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 b8b521ffbf..60481a6416 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.1", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.3.1", "i18next-http-backend": "2.5.0", @@ -14381,9 +14381,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.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.1.tgz", + "integrity": "sha512-mXw4A24BiPZKRsbb9ewgSvjYd6fxFCNwJyfK6nYfSTIAX2GkCWcb598m3DFkDZmqADatvuASrKo6qwORz3VwTQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 96c5a5ebcc..1fb40b897c 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.1", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.3.1", "i18next-http-backend": "2.5.0",