diff --git a/frontend/package-lock.json b/frontend/package-lock.json index eb58b33..9164039 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.4", "vite": "^8.0.0" } @@ -2722,9 +2722,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.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/frontend/package.json b/frontend/package.json index 65a8d74..8a2a5c1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.4", "vite": "^8.0.0" }