From 686b3139800b693eb7514b85aaeb7521f9ee2a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:34:34 +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] --- .../plugins/legacy-preset-chart-deckgl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json index 6dc1ff215bf7e..45fdf0c9e9589 100644 --- a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json @@ -32,7 +32,7 @@ "d3-color": "^1.4.1", "d3-scale": "^3.0.0", "deck.gl": "8.8.27", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "moment": "^2.20.1", "mousetrap": "^1.6.1", "prop-types": "^15.6.0",