diff --git a/client/package-lock.json b/client/package-lock.json index 106b49a94..998c97bc0 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,15 +17,15 @@ "marked": "^17.0.5", "marked-katex-extension": "^5.1.7", "media-typer": "^1.1.0", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.7", + "react-dom": "^19.2.7", "ssh2": "^1.17.0", "uuid": "^14.0.0", "vscode-languageclient": "^10.0.0-next.2", "zustand": "^5.0.12" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/ssh2": "^1.15.5", "@types/uuid": "^11.0.0", @@ -44,9 +44,9 @@ "dev": true }, "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.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "devOptional": true, "license": "MIT", "dependencies": { @@ -908,24 +908,24 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", - "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.5" + "react": "^19.2.7" } }, "node_modules/react-is": { diff --git a/client/package.json b/client/package.json index 0c3b976a8..69fd37d36 100644 --- a/client/package.json +++ b/client/package.json @@ -17,15 +17,15 @@ "marked": "^17.0.5", "marked-katex-extension": "^5.1.7", "media-typer": "^1.1.0", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.7", + "react-dom": "^19.2.7", "ssh2": "^1.17.0", "uuid": "^14.0.0", "vscode-languageclient": "^10.0.0-next.2", "zustand": "^5.0.12" }, "devDependencies": { - "@types/react": "^19.2.14", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/ssh2": "^1.15.5", "@types/uuid": "^11.0.0",