diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index d913463..46ef9ed 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -15,7 +15,7 @@ "lucide-react": "^0.575.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-i18next": "^14.1.3", + "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1", "socket.io-client": "^4.8.3" }, @@ -2603,17 +2603,19 @@ } }, "node_modules/react-i18next": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.3.tgz", - "integrity": "sha512-wZnpfunU6UIAiJ+bxwOiTmBOAaB14ha97MjOEnLGac2RJ+h/maIYXZuTHlmyqQVX1UVHmU1YDTQ5vxLmwfXTjw==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.8.tgz", + "integrity": "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.23.9", - "html-parse-stringify": "^3.0.1" + "@babel/runtime": "^7.29.2", + "html-parse-stringify": "^3.0.1", + "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 23.2.3", - "react": ">= 16.8.0" + "i18next": ">= 26.2.0", + "react": ">= 16.8.0", + "typescript": "^5 || ^6" }, "peerDependenciesMeta": { "react-dom": { @@ -2621,6 +2623,9 @@ }, "react-native": { "optional": true + }, + "typescript": { + "optional": true } } }, @@ -2933,6 +2938,15 @@ "punycode": "^2.1.0" } }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/vite": { "version": "8.0.13", "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.13.tgz", diff --git a/dashboard/package.json b/dashboard/package.json index be22e2b..704a378 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "lucide-react": "^0.575.0", "react": "^19.2.6", "react-dom": "^19.2.6", - "react-i18next": "^14.1.3", + "react-i18next": "^17.0.8", "react-router-dom": "^7.15.1", "socket.io-client": "^4.8.3" },