diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1526888cf2..f19210ce9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -982,8 +982,8 @@ importers: specifier: ^10.1.0 version: 10.1.0(@types/react@19.2.17)(react@19.2.7) react-resizable-panels: - specifier: ^4.12.1 - version: 4.12.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + specifier: ^4.12.2 + version: 4.12.2(react-dom@19.2.7(react@19.2.7))(react@19.2.7) react-router-dom: specifier: ^7.18.1 version: 7.18.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7) @@ -7872,8 +7872,8 @@ packages: '@types/react': optional: true - react-resizable-panels@4.12.1: - resolution: {integrity: sha512-ElE/UpOvMLRWtAqbCgyizHXcbws8RPMyN3cBqmdY17Nxr5f01+DEwzOLqhgcy68GSnjtIUFgKWKl8aIgx5aypQ==} + react-resizable-panels@4.12.2: + resolution: {integrity: sha512-NwY5LCo4WrxVvDh0xoMML6EMLPONP/8ckKcIdpnojxexoatZdjLiRqLJQjQK5CPkd4SYiB/2M5BVrjZBQtOO7Q==} peerDependencies: react: ^19.2.7 react-dom: ^19.2.7 @@ -16293,7 +16293,7 @@ snapshots: optionalDependencies: '@types/react': 19.2.17 - react-resizable-panels@4.12.1(react-dom@19.2.7(react@19.2.7))(react@19.2.7): + react-resizable-panels@4.12.2(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: react: 19.2.7 react-dom: 19.2.7(react@19.2.7) diff --git a/ui/package.json b/ui/package.json index 2631514291..db0a6504bb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -63,7 +63,7 @@ "react-dom": "^19.2.7", "react-i18next": "^17.0.10", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.12.1", + "react-resizable-panels": "^4.12.2", "react-router-dom": "^7.18.1", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0"