diff --git a/client/package-lock.json b/client/package-lock.json index 11005a7..64293a2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,7 +23,7 @@ "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-redux": "^9.2.0", - "react-resizable-panels": "^4.10.0", + "react-resizable-panels": "^4.11.2", "react-router-dom": "^7.16.0", "react-spinners": "^0.17.0", "react-syntax-highlighter": "^16.1.0", @@ -6304,9 +6304,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.1.tgz", - "integrity": "sha512-kA4w58V6wYdRLm2rg9pzroZwGlqBLul1FjMP0J8kqTo3zSHtjeH+LXmZaldCo6+HWqs1e5hOcPoajKXdOze37Q==", + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.11.2.tgz", + "integrity": "sha512-+kfFbDZ8mygc7g0vxOcDzCVGuwiIUOnILqPoUHo6/uP+Mmyx6HzZU+kj1aOPDlktXuobYbr6BtQekvJwHRX4Eg==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/client/package.json b/client/package.json index 3de1a03..290bd0b 100644 --- a/client/package.json +++ b/client/package.json @@ -32,7 +32,7 @@ "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-redux": "^9.2.0", - "react-resizable-panels": "^4.10.0", + "react-resizable-panels": "^4.11.2", "react-router-dom": "^7.16.0", "react-spinners": "^0.17.0", "react-syntax-highlighter": "^16.1.0",