From 41fa67f7a173f3e90f09f473b6fd5a3d60184dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:05:34 +0000 Subject: [PATCH] fix(deps): update dependency i18next to v24.1.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 3c9e5c773..9c86d6859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "html2plaintext": "2.1.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "7.0.6", - "i18next": "24.0.5", + "i18next": "24.1.0", "i18next-fs-backend": "2.6.0", "i18next-http-backend": "3.0.1", "image-type": "5.2.0", @@ -10152,9 +10152,9 @@ } }, "node_modules/i18next": { - "version": "24.0.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.5.tgz", - "integrity": "sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.0.tgz", + "integrity": "sha512-suKlX82AlptkMUO5YRfaAeH4FQyyKvR66jNaubTMiyPPMx7INU6PXAiy3PGULc0q6K+t9nxmDf/TRj9KjAivmw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 0878f0fef..1aca4ad64 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "html2plaintext": "2.1.4", "http-proxy-agent": "7.0.2", "https-proxy-agent": "7.0.6", - "i18next": "24.0.5", + "i18next": "24.1.0", "i18next-fs-backend": "2.6.0", "i18next-http-backend": "3.0.1", "image-type": "5.2.0",