diff --git a/backend/admin/package-lock.json b/backend/admin/package-lock.json index c034d98..9a1170c 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.1", "lucide-react": "^1.17.0", "next": "^16.2.4", "react": "^19.2.4", @@ -7195,9 +7195,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.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", + "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", "funding": [ { "type": "individual", diff --git a/backend/admin/package.json b/backend/admin/package.json index 914292d..37c46b7 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.1", "lucide-react": "^1.17.0", "next": "^16.2.4", "react": "^19.2.4",