From 267e868d243038e37921c1ae82466108dfbd81ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:03:14 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels in /frontend Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 4.7.3 to 4.7.5. - [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.7.3...4.7.5) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6d3b8f3..e57bde2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.7.2", + "react-resizable-panels": "^4.7.5", "react-router-dom": "^7.13.1" }, "devDependencies": { @@ -3112,9 +3112,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.7.3.tgz", - "integrity": "sha512-PYcYMLtvJD+Pr0TQNeMvddcnLOwUa/Yb4iNwU7ThNLlHaQYEEC9MIBWHaBGODzYuXIkPRZ/OWe5sbzG1Rzq5ew==", + "version": "4.7.5", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.7.5.tgz", + "integrity": "sha512-ma22FpbUolymMK6xIwZOzzNxszi59kZdJiw805byxuGBrjAs8HngpQrrgEp5dj1OOV2jVFBCJxhVult6G+2KaQ==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/frontend/package.json b/frontend/package.json index bad7ad6..5cd676f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "react": "^19.2.4", "react-dom": "^19.2.4", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.7.2", + "react-resizable-panels": "^4.7.5", "react-router-dom": "^7.13.1" }, "devDependencies": {