diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6d7b92f..92983ab 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@tanstack/react-query": "^5.95.2", "clsx": "^2.1.1", "lucide-react": "^1.7.0", - "react": "^19.2.4", + "react": "^19.2.5", "react-dom": "^19.2.4", "react-router-dom": "^7.13.2", "tailwind-merge": "^3.5.0" @@ -1363,9 +1363,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.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/frontend/package.json b/frontend/package.json index 8cdd4c3..e4be2bc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query": "^5.95.2", "clsx": "^2.1.1", "lucide-react": "^1.7.0", - "react": "^19.2.4", + "react": "^19.2.5", "react-dom": "^19.2.4", "react-router-dom": "^7.13.2", "tailwind-merge": "^3.5.0"