diff --git a/ui/package-lock.json b/ui/package-lock.json index 62c4a65..28d59dd 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -16,7 +16,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", + "@types/react-dom": "^19.2.4", "@typescript-eslint/parser": "^8.66.0", "@vitejs/plugin-react": "^6.0.4", "eslint": "^10.8.0", @@ -1141,9 +1141,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", - "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.4.tgz", + "integrity": "sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/ui/package.json b/ui/package.json index 03f14c0..398fdf4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/react": "^19.2.17", - "@types/react-dom": "^19.2.3", + "@types/react-dom": "^19.2.4", "@typescript-eslint/parser": "^8.66.0", "@vitejs/plugin-react": "^6.0.4", "eslint": "^10.8.0",