diff --git a/backend/admin/package-lock.json b/backend/admin/package-lock.json index 74b518a1..8fedca62 100644 --- a/backend/admin/package-lock.json +++ b/backend/admin/package-lock.json @@ -33,7 +33,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "i18next": "^26.0.4", + "i18next": "^26.3.0", "lucide-react": "^1.16.0", "next": "^16.2.4", "react": "^19.2.4", @@ -6822,9 +6822,9 @@ } }, "node_modules/i18next": { - "version": "26.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.2.0.tgz", - "integrity": "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA==", + "version": "26.3.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.0.tgz", + "integrity": "sha512-gHSgGpUXVmuqE2El1W61DmxeyeTlFfZgdJRWMo9jScAn5pu7TuTuiccb1zh3E2J9hEBVGJ23+96x0ieBhfuIHA==", "funding": [ { "type": "individual", diff --git a/backend/admin/package.json b/backend/admin/package.json index 047bc4c4..6efde888 100644 --- a/backend/admin/package.json +++ b/backend/admin/package.json @@ -34,7 +34,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "i18next": "^26.0.4", + "i18next": "^26.3.0", "lucide-react": "^1.16.0", "next": "^16.2.4", "react": "^19.2.4",