From 94fa554adfbe89f27f0e96540c7174e06bfa04b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:06:31 +0000 Subject: [PATCH] build(deps): bump react-resizable-panels in /client Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 4.11.1 to 4.11.2. - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-resizable-panels/commits) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",