diff --git a/client/package-lock.json b/client/package-lock.json index 84bf852e8..9546188dc 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,8 +23,8 @@ "zustand": "^5.0.8" }, "devDependencies": { - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", + "@types/react": "^19.2.5", + "@types/react-dom": "^19.2.3", "@types/ssh2": "^1.15.5", "@types/uuid": "^11.0.0", "@types/vscode": "1.82.0", @@ -42,9 +42,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz", - "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.5.tgz", + "integrity": "sha512-keKxkZMqnDicuvFoJbzrhbtdLSPhj/rZThDlKWCDbgXmUg0rEUFtRssDXKYmtXluZlIqiC5VqkCgRwzuyLHKHw==", "devOptional": true, "license": "MIT", "dependencies": { @@ -52,9 +52,9 @@ } }, "node_modules/@types/react-dom": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.2.tgz", - "integrity": "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz", + "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/client/package.json b/client/package.json index f18247b90..0c26cd528 100644 --- a/client/package.json +++ b/client/package.json @@ -23,8 +23,8 @@ "zustand": "^5.0.8" }, "devDependencies": { - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", + "@types/react": "^19.2.5", + "@types/react-dom": "^19.2.3", "@types/ssh2": "^1.15.5", "@types/uuid": "^11.0.0", "@types/vscode": "1.82.0",