From e40a241d62edfab16b3c0627ae97d2eab2bd764b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:01:05 +0000 Subject: [PATCH] fix(deps): update dependency i18next to v26 --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 17bd45dc..c566f86c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "i18next": "^25.10.9", + "i18next": "^26.0.2", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^1.6.0", "react": "^19.2.4", @@ -7290,9 +7290,9 @@ } }, "node_modules/i18next": { - "version": "25.10.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.9.tgz", - "integrity": "sha512-hQY9/bFoQKGlSKMlaCuLR8w1h5JjieqrsnZvEmj1Ja6Ec7fbyc4cTrCsY9mb9Sd8YQ/swsrKz1S9M8AcvVI70w==", + "version": "26.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.2.tgz", + "integrity": "sha512-WsK0SdP+7tGzsxpT+Us1s2nvOyx657DatBodaNZe4KcPTPYzkVfRKUygN69mB+sCbbnifRuKz+Ya5JRzd8DNHw==", "funding": [ { "type": "individual", diff --git a/frontend/package.json b/frontend/package.json index a28043e2..16e57817 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "i18next": "^25.10.9", + "i18next": "^26.0.2", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^1.6.0", "react": "^19.2.4",