diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 38ab99b..7f6697e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "jspdf": "^4.0.0", "lucide-react": "^0.575.0", "next": "16.0.10", - "react": "19.2.1", + "react": "19.2.4", "react-dom": "19.2.1", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", @@ -2271,9 +2271,9 @@ "optional": true }, "node_modules/@types/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", - "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -7360,9 +7360,9 @@ } }, "node_modules/react": { - "version": "19.2.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz", - "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/frontend/package.json b/frontend/package.json index d6a479f..10c525d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "jspdf": "^4.0.0", "lucide-react": "^0.575.0", "next": "16.0.10", - "react": "19.2.1", + "react": "19.2.4", "react-dom": "19.2.1", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0",