diff --git a/ui/package-lock.json b/ui/package-lock.json index e67eb326..010d2df0 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -11,7 +11,7 @@ "@tanstack/react-query": "^5.95.2", "hls.js": "^1.6.15", "lucide-react": "^1.7.0", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4", "react-router-dom": "^7.13.2" }, @@ -20,7 +20,7 @@ "@playwright/test": "^1.58.2", "@tailwindcss/vite": "^4.2.2", "@types/node": "^24.12.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^9.39.4", @@ -1205,9 +1205,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "dev": true, "license": "MIT", "dependencies": { @@ -2968,9 +2968,9 @@ } }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/ui/package.json b/ui/package.json index 90ccedc1..af93ba8c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -23,7 +23,7 @@ "@tanstack/react-query": "^5.95.2", "hls.js": "^1.6.15", "lucide-react": "^1.7.0", - "react": "^19.2.4", + "react": "^19.2.8", "react-dom": "^19.2.4", "react-router-dom": "^7.13.2" }, @@ -32,7 +32,7 @@ "@playwright/test": "^1.58.2", "@tailwindcss/vite": "^4.2.2", "@types/node": "^24.12.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^9.39.4",