diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 83149ab..f5bef63 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.15.0", "lucide-react": "^1.8.0", "next": "16.2.3", - "react": "19.2.4", + "react": "19.2.5", "react-dom": "19.2.5", "zustand": "^5.0.12" }, @@ -2902,9 +2902,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz", - "integrity": "sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "devOptional": true, "license": "MIT", "dependencies": { @@ -8908,9 +8908,9 @@ "license": "MIT" }, "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" @@ -8925,7 +8925,7 @@ "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.5" + "react": "19.2.5" } }, "node_modules/react-is": { diff --git a/frontend/package.json b/frontend/package.json index 49459b4..492d7c0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "axios": "^1.15.0", "lucide-react": "^1.8.0", "next": "16.2.3", - "react": "19.2.4", + "react": "19.2.5", "react-dom": "19.2.5", "zustand": "^5.0.12" },