From a43a9a2f0a23f600a9af3c8f06a067428efa75cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:13:07 +0000 Subject: [PATCH] deps: bump react-resizable-panels from 3.0.6 to 4.5.2 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 3.0.6 to 4.5.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/compare/3.0.6...4.5.2) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 5eabdff7..4ea368c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "react-joyride": "^2.9.3", "react-markdown": "^10.1.0", "react-pdf": "^10.2.0", - "react-resizable-panels": "^4.5.2", + "react-resizable-panels": "^4.5.3", "react-router-dom": "^7.13.0", "recharts": "^3.7.0", "sonner": "^2.0.7", @@ -10504,9 +10504,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.5.2.tgz", - "integrity": "sha512-PJyyR41poi1O1MvvQzDVtEBRq1x7B/9jB6yoFbm67pm8AvPUUwhljFtxfhaYy8klsmkQ6AvxZgDxXTkDl4vy4Q==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.5.3.tgz", + "integrity": "sha512-N4Uc13yM1S9nfmwH25WIpxlp4/cwh2rqj9bDSxyZJ3S6gOJ9kFsZnPalfqIeBrbUv2SoGVLAbQUaTFceUY7A5Q==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 0823ba27..a08afc8f 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-joyride": "^2.9.3", "react-markdown": "^10.1.0", "react-pdf": "^10.2.0", - "react-resizable-panels": "^4.5.2", + "react-resizable-panels": "^4.5.3", "react-router-dom": "^7.13.0", "recharts": "^3.7.0", "sonner": "^2.0.7",