From 6f6129a35fa3736c0648605e448763af7b7ceec9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:31:13 +0000 Subject: [PATCH] Update dependency i18next to ^23.16.4 --- 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 a8ebf1ca..7e3476ac 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.9.0", - "i18next": "^23.15.1", + "i18next": "^23.16.4", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.1", "i18next-scanner": "^4.5.0", @@ -7840,9 +7840,9 @@ } }, "node_modules/i18next": { - "version": "23.15.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.15.1.tgz", - "integrity": "sha512-wB4abZ3uK7EWodYisHl/asf8UYEhrI/vj/8aoSsrj/ZDxj4/UXPOa1KvFt1Fq5hkUHquNqwFlDprmjZ8iySgYA==", + "version": "23.16.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.4.tgz", + "integrity": "sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 8f3a6aaf..44d0cdec 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "file-saver": "^2.0.5", "glob-parent": "^6.0.2", "globals": "^15.9.0", - "i18next": "^23.15.1", + "i18next": "^23.16.4", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.1", "i18next-scanner": "^4.5.0",