From 87fd2204deeb2cce7de8e163ff5c4642dd150901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:31:01 +0000 Subject: [PATCH] build(deps): update lodash requirement Updates the requirements on [lodash](https://github.com/lodash/lodash) to permit the latest version. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../packages/superset-ui-chart-controls/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/packages/superset-ui-chart-controls/package.json b/superset-frontend/packages/superset-ui-chart-controls/package.json index 85d2e69558a0..d31f17f92862 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/package.json +++ b/superset-frontend/packages/superset-ui-chart-controls/package.json @@ -27,7 +27,7 @@ "@react-icons/all-files": "^4.1.0", "@types/enzyme": "^3.10.5", "@types/react": "*", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "prop-types": "^15.8.1" }, "peerDependencies": {