diff --git a/ui/package-lock.json b/ui/package-lock.json index 45af61f..ed6ad3b 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@tanstack/react-query": "^5.101.3", - "react": "^19.2.5", + "react": "^19.2.8", "react-dom": "^19.2.7", "react-router-dom": "^7.18.1" }, @@ -2780,9 +2780,9 @@ } }, "node_modules/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", - "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", + "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 84acc9f..9fa5d84 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.101.3", - "react": "^19.2.5", + "react": "^19.2.8", "react-dom": "^19.2.7", "react-router-dom": "^7.18.1" },