diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cb6a90b..d8b922b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "lucide-react": "^1.16.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", - "react": "^19.2.4", + "react": "^19.2.6", "react-cropper": "^2.3.3", "react-dom": "^19.2.4", "react-router": "7.12.0", @@ -27,7 +27,7 @@ "@react-router/dev": "7.12.0", "@tailwindcss/vite": "^4.1.13", "@types/node": "^22", - "@types/react": "^19.2.7", + "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", "shadcn": "^4.7.0", "tailwindcss": "^4.1.13", @@ -4261,9 +4261,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", + "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", "devOptional": true, "license": "MIT", "dependencies": { @@ -7786,9 +7786,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 eaa4d5b..c3720d1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "lucide-react": "^1.16.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", - "react": "^19.2.4", + "react": "^19.2.6", "react-cropper": "^2.3.3", "react-dom": "^19.2.4", "react-router": "7.12.0", @@ -31,7 +31,7 @@ "@react-router/dev": "7.12.0", "@tailwindcss/vite": "^4.1.13", "@types/node": "^22", - "@types/react": "^19.2.7", + "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", "shadcn": "^4.7.0", "tailwindcss": "^4.1.13",