From d27fade4a0fbb2dc56dd9b499a421c07bb7c3a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:12:50 -0700 Subject: [PATCH] build(deps): bump @types/react-table from 7.0.29 to 7.7.19 in /superset-frontend (#26832) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 10 +++++++--- superset-frontend/package.json | 2 +- .../plugins/plugin-chart-table/package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index a5bf53100b0c5..1f9d8a9bb0cca 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -191,7 +191,7 @@ "@types/react-loadable": "^5.5.6", "@types/react-redux": "^7.1.10", "@types/react-router-dom": "^5.3.3", - "@types/react-table": "^7.0.19", + "@types/react-table": "^7.7.19", "@types/react-transition-group": "^4.4.10", "@types/react-ultimate-pagination": "^1.2.0", "@types/react-window": "^1.8.5", @@ -18598,6 +18598,8 @@ }, "node_modules/@types/react-table": { "version": "7.7.19", + "resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-7.7.19.tgz", + "integrity": "sha512-47jMa1Pai7ily6BXJCW33IL5ghqmCWs2VM9s+h1D4mCaK5P4uNkZOW3RMMg8MCXBvAJ0v9+sPqKjhid0PaJPQA==", "license": "MIT", "dependencies": { "@types/react": "*" @@ -62435,7 +62437,7 @@ "@react-icons/all-files": "^4.1.0", "@types/d3-array": "^2.9.0", "@types/enzyme": "^3.10.5", - "@types/react-table": "^7.0.29", + "@types/react-table": "^7.7.19", "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21", @@ -75733,7 +75735,7 @@ "@react-icons/all-files": "^4.1.0", "@types/d3-array": "^2.9.0", "@types/enzyme": "^3.10.5", - "@types/react-table": "^7.0.29", + "@types/react-table": "^7.7.19", "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21", @@ -76650,6 +76652,8 @@ }, "@types/react-table": { "version": "7.7.19", + "resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-7.7.19.tgz", + "integrity": "sha512-47jMa1Pai7ily6BXJCW33IL5ghqmCWs2VM9s+h1D4mCaK5P4uNkZOW3RMMg8MCXBvAJ0v9+sPqKjhid0PaJPQA==", "requires": { "@types/react": "*" } diff --git a/superset-frontend/package.json b/superset-frontend/package.json index c5b595bf1a26d..def8345882468 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -258,7 +258,7 @@ "@types/react-loadable": "^5.5.6", "@types/react-redux": "^7.1.10", "@types/react-router-dom": "^5.3.3", - "@types/react-table": "^7.0.19", + "@types/react-table": "^7.7.19", "@types/react-transition-group": "^4.4.10", "@types/react-ultimate-pagination": "^1.2.0", "@types/react-window": "^1.8.5", diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index fd61b502632d4..d684bf654f63c 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -27,7 +27,7 @@ "@react-icons/all-files": "^4.1.0", "@types/d3-array": "^2.9.0", "@types/enzyme": "^3.10.5", - "@types/react-table": "^7.0.29", + "@types/react-table": "^7.7.19", "classnames": "^2.5.1", "d3-array": "^2.4.0", "lodash": "^4.17.21",