diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6f4698c..380ad23 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "@playwright/test": "^1.58.2", "@tailwindcss/vite": "^4.2.4", "@types/react": "^19.2.17", - "@types/react-dom": "^19.0.0", + "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.0.5", "shadcn": "^4.0.8", "tailwindcss": "^4.2.4", @@ -3201,9 +3201,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==", "devOptional": true, "license": "MIT", "peerDependencies": { diff --git a/frontend/package.json b/frontend/package.json index 788a29c..2c8ed56 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@playwright/test": "^1.58.2", "@tailwindcss/vite": "^4.2.4", "@types/react": "^19.2.17", - "@types/react-dom": "^19.0.0", + "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.0.5", "shadcn": "^4.0.8", "tailwindcss": "^4.2.4",