From 8e1daa0f1c8ed71641c369788cf55158d409138a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:52:45 -0700 Subject: [PATCH] build(deps): update classnames requirement from ^2.3.2 to ^2.5.1 in /superset-frontend/plugins/plugin-chart-table (#26729) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Rusackas --- superset-frontend/package-lock.json | 14 ++++++++++++-- .../plugins/plugin-chart-table/package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 0e0ba8230..55ac866cd 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -69280,7 +69280,7 @@ "@types/d3-array": "^2.9.0", "@types/enzyme": "^3.10.5", "@types/react-table": "^7.0.29", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21", "match-sorter": "^6.3.0", @@ -69303,6 +69303,11 @@ "react-dom": "^16.13.1" } }, + "plugins/plugin-chart-table/node_modules/classnames": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" + }, "plugins/plugin-chart-table/node_modules/d3-array": { "version": "2.12.1", "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", @@ -85615,7 +85620,7 @@ "@types/d3-array": "^2.9.0", "@types/enzyme": "^3.10.5", "@types/react-table": "^7.0.29", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21", "match-sorter": "^6.3.0", @@ -85625,6 +85630,11 @@ "xss": "^1.0.14" }, "dependencies": { + "classnames": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" + }, "d3-array": { "version": "2.12.1", "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz", diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index 98a097a3c..fd61b5026 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -28,7 +28,7 @@ "@types/d3-array": "^2.9.0", "@types/enzyme": "^3.10.5", "@types/react-table": "^7.0.29", - "classnames": "^2.3.2", + "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21", "match-sorter": "^6.3.0",