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",