From 0e581ddda3952881c89f66fae1d55e780010d2f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:42:32 +0000 Subject: [PATCH] chore(deps): update dependency i18next to v23.16.5 (#1790) 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 9fbda2bb9..bf4610739 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.10.0", - "i18next": "23.16.4", + "i18next": "23.16.5", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.3.2", "i18next-http-backend": "2.6.2", @@ -9132,9 +9132,9 @@ } }, "node_modules/i18next": { - "version": "23.16.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", - "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", + "version": "23.16.5", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.5.tgz", + "integrity": "sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index f96fba16e..a7bacbdea 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "electron-settings": "4.0.4", "electron-updater": "6.3.9", "highlight.js": "11.10.0", - "i18next": "23.16.4", + "i18next": "23.16.5", "i18next-chained-backend": "4.6.2", "i18next-fs-backend": "2.3.2", "i18next-http-backend": "2.6.2",