From ade901ed04d5fc489dd21df0c8202eecfc476393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:33:07 -0700 Subject: [PATCH] chore(deps): bump react-arborist from 3.5.0 to 3.6.1 in /superset-frontend (#40159) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 8 ++++---- superset-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 1a708843e12..8da864bf177 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -121,7 +121,7 @@ "query-string": "9.3.1", "re-resizable": "^6.11.2", "react": "^18.2.0", - "react-arborist": "^3.5.0", + "react-arborist": "^3.6.1", "react-checkbox-tree": "^1.8.0", "react-diff-viewer-continued": "^4.2.2", "react-dnd": "^11.1.3", @@ -41343,9 +41343,9 @@ } }, "node_modules/react-arborist": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/react-arborist/-/react-arborist-3.5.0.tgz", - "integrity": "sha512-FdXOICSt7P2h+Pxin1ULN02b4qrXJznNcshgwwWVtuYMLWSJcD245PQ4HOSj/Lr2T1uEegmnEm5Lbns2hUUsqg==", + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/react-arborist/-/react-arborist-3.6.1.tgz", + "integrity": "sha512-h2/sPz6PXL79h7mOWjCA6Y5WNUKmA0kL8Uh6RYZQbYk7UOFBd86Jeoga4RjHMBYpOWpBPYrOJOE3HbIPUETp8w==", "license": "MIT", "dependencies": { "react-dnd": "^14.0.3", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 83e702d1ec2..77b2eb16884 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -202,7 +202,7 @@ "query-string": "9.3.1", "re-resizable": "^6.11.2", "react": "^18.2.0", - "react-arborist": "^3.5.0", + "react-arborist": "^3.6.1", "react-checkbox-tree": "^1.8.0", "react-diff-viewer-continued": "^4.2.2", "react-dnd": "^11.1.3",