From a2027db021e817ee483436f8bf0b5c90c4cd3e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:35:45 +0000 Subject: [PATCH] chore(deps): bump react-resizable-panels from 4.12.1 to 4.12.2 Bumps [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) from 4.12.1 to 4.12.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/4.12.1...4.12.2) --- updated-dependencies: - dependency-name: react-resizable-panels dependency-version: 4.12.2 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 ad3cdd3..10bb6e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.12.1", + "react-resizable-panels": "^4.12.2", "react-zoom-pan-pinch": "^3.7.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0", @@ -12002,9 +12002,9 @@ } }, "node_modules/react-resizable-panels": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.1.tgz", - "integrity": "sha512-ElE/UpOvMLRWtAqbCgyizHXcbws8RPMyN3cBqmdY17Nxr5f01+DEwzOLqhgcy68GSnjtIUFgKWKl8aIgx5aypQ==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.12.2.tgz", + "integrity": "sha512-NwY5LCo4WrxVvDh0xoMML6EMLPONP/8ckKcIdpnojxexoatZdjLiRqLJQjQK5CPkd4SYiB/2M5BVrjZBQtOO7Q==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/package.json b/package.json index 9cdacfc..fb8f80c 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-markdown": "^10.1.0", - "react-resizable-panels": "^4.12.1", + "react-resizable-panels": "^4.12.2", "react-zoom-pan-pinch": "^3.7.0", "recharts": "^2.15.4", "rehype-raw": "^7.0.0",