From 6969719f86d41b14fd89d2410e60f2caa1c8e619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 15:35:10 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels from 4.12.3 to 4.12.4 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 4.12.3 to 4.12.4. - [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/compare/4.12.3...4.12.4) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eda7f39..6b6ffed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "react": "^19.3.0", "react-dom": "^19.2.8", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.12.3", + "react-resizable-panels": "^4.12.4", "react-zoom-pan-pinch": "^3.7.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0", @@ -12003,9 +12003,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.3.tgz", - "integrity": "sha512-GHMJWnDXui/3RX4bT+cgBP+N3N2nkwcoZATr/2xLFpqQQe7TlBrE0cGM0dUa9ceT7A90tUrSRsiqgRG+g0/2AA==", + "version": "4.12.4", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.4.tgz", + "integrity": "sha512-SOsSj4e9U7vxL15MbgTfl35IO4vxSW4Xb0b1gtJVbRPWv7FOezcgOA00Mi0jP8XqC3y7jOQxpsGs/9zLKHPitA==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index ebfeb53..475b183 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "react": "^19.3.0", "react-dom": "^19.2.8", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.12.3", + "react-resizable-panels": "^4.12.4", "react-zoom-pan-pinch": "^3.7.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0",