diff --git a/v2/crates/wifi-densepose-desktop/ui/package-lock.json b/v2/crates/wifi-densepose-desktop/ui/package-lock.json index a48e8eae..abc20025 100644 --- a/v2/crates/wifi-densepose-desktop/ui/package-lock.json +++ b/v2/crates/wifi-densepose-desktop/ui/package-lock.json @@ -12,7 +12,7 @@ "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-shell": "^2.3.5", "react": "^18.3.1", - "react-dom": "^19.2.5" + "react-dom": "^19.2.7" }, "devDependencies": { "@types/react": "^18.3.0", @@ -1633,15 +1633,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", - "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.5" + "react": "^19.2.7" } }, "node_modules/react-refresh": { diff --git a/v2/crates/wifi-densepose-desktop/ui/package.json b/v2/crates/wifi-densepose-desktop/ui/package.json index 195e912b..1d8d6442 100644 --- a/v2/crates/wifi-densepose-desktop/ui/package.json +++ b/v2/crates/wifi-densepose-desktop/ui/package.json @@ -13,7 +13,7 @@ "@tauri-apps/plugin-dialog": "^2.7.0", "@tauri-apps/plugin-shell": "^2.3.5", "react": "^18.3.1", - "react-dom": "^19.2.5" + "react-dom": "^19.2.7" }, "devDependencies": { "@types/react": "^18.3.0",