From d62b758527513a87b1d7f76a0908d5c7d44b545a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:40:47 +0000 Subject: [PATCH] chore(deps): update dependency i18next to v24.2.0 (#1861) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 ce54e45fd..c5c04d58b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "electron-settings": "4.0.4", "electron-updater": "6.3.9", "highlight.js": "11.11.0", - "i18next": "24.1.2", + "i18next": "24.2.0", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.6.0", "i18next-http-backend": "3.0.1", @@ -9556,9 +9556,9 @@ } }, "node_modules/i18next": { - "version": "24.1.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.1.2.tgz", - "integrity": "sha512-th/075GW0Ub1gYDMHLiZXMGSfGv1aP1VqjT3fma/12hNHCNlH8oJMftvlDzycT/R+KoULWk+xLU8H1JRwV85qw==", + "version": "24.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.2.0.tgz", + "integrity": "sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index d4d761c42..04074d46c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "electron-settings": "4.0.4", "electron-updater": "6.3.9", "highlight.js": "11.11.0", - "i18next": "24.1.2", + "i18next": "24.2.0", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.6.0", "i18next-http-backend": "3.0.1",