From 1044fc7f1a9e6a930b935bc66906e384493a1223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:03:44 +0000 Subject: [PATCH] Update dependency i18next to ^23.16.8 --- 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 1ba11b55..3f969646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "file-saver": "^2.0.5", "glob-parent": "^6.0.2", "globals": "^15.11.0", - "i18next": "^23.16.4", + "i18next": "^23.16.8", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.2", "i18next-scanner": "^4.6.0", @@ -7909,9 +7909,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.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", + "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 6e47cb43..56062004 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "file-saver": "^2.0.5", "glob-parent": "^6.0.2", "globals": "^15.11.0", - "i18next": "^23.16.4", + "i18next": "^23.16.8", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.2", "i18next-scanner": "^4.6.0",