From 448e42654b4db52083d56eb29ef93a11bdb2fc0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:49:36 +0000 Subject: [PATCH] fix(deps): update dependency i18next to v23.12.1 --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f8c046..23fa03d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2812,9 +2812,9 @@ } }, "node_modules/i18next": { - "version": "23.8.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.8.1.tgz", - "integrity": "sha512-Yhe6oiJhigSh64ev7nVVywu7vHjuUG41MRmFKNwphbkadqTL1ozZFBQISflY7/ju+gL6I/SPfI1GgWQh1yYArA==", + "version": "23.12.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.1.tgz", + "integrity": "sha512-l4y291ZGRgUhKuqVSiqyuU2DDzxKStlIWSaoNBR4grYmh0X+pRYbFpTMs3CnJ5ECKbOI8sQcJ3PbTUfLgPRaMA==", "funding": [ { "type": "individual", @@ -2829,6 +2829,7 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.2" }