From f3465f5b221743ce58bce7a3c37c119642ba0a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:54:28 -0600 Subject: [PATCH] chore(deps): bump minimist from 0.0.5 to 1.2.6 in /superset-frontend (#21654) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 5ad7c598ce..8a52f2a081 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -56452,6 +56452,9 @@ "regenerator-runtime": "^0.13.7", "xss": "^1.0.10" }, + "devDependencies": { + "@testing-library/react": "^11.2.0" + }, "peerDependencies": { "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", @@ -70396,6 +70399,7 @@ "version": "file:plugins/plugin-chart-table", "requires": { "@react-icons/all-files": "^4.1.0", + "@testing-library/react": "^11.2.0", "@types/d3-array": "^2.9.0", "@types/enzyme": "^3.10.5", "@types/react-table": "^7.0.29",