diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index a9389f371c5..33c2d7ab18a 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -109,7 +109,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^4.0.0", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "mapbox-gl": "^3.25.0", "markdown-to-jsx": "^9.8.2", "match-sorter": "^8.3.0", @@ -43610,7 +43610,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "devDependencies": { "@babel/cli": "^7.29.7", @@ -43654,7 +43654,7 @@ "@apache-superset/core": "*", "@types/react": "*", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "tinycolor2": "*" }, "peerDependencies": { @@ -44159,7 +44159,7 @@ "dompurify": "^3.4.11", "fast-safe-stringify": "^2.1.1", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "nvd3-fork": "^2.0.5", "prop-types": "^15.8.1", "urijs": "^1.19.11" @@ -44182,7 +44182,7 @@ "classnames": "^2.5.1", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "memoize-one": "^6.0.0", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", @@ -44222,7 +44222,7 @@ "@types/geojson": "^7946.0.16", "geojson": "^0.5.0", "lodash": "^4.18.1", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@ant-design/icons": "^5.6.1", @@ -44252,7 +44252,7 @@ "acorn": "^8.17.0", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "zod": "^4.4.3" }, "peerDependencies": { @@ -44297,7 +44297,7 @@ "currencyformatter.js": "^1.0.5", "handlebars-group-by": "^1.0.1", "just-handlebars-helpers": "^1.0.19", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "devDependencies": { "@types/jest": "^30.0.0", @@ -44378,7 +44378,7 @@ "classnames": "^2.5.1", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "memoize-one": "^6.0.0", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", @@ -44419,7 +44419,7 @@ "@types/d3-scale": "^4.0.9", "d3-cloud": "^1.2.9", "d3-scale": "^4.0.2", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "devDependencies": { "@types/d3-cloud": "^1.2.9" @@ -44468,7 +44468,7 @@ "d3-scale": "^4.0.2", "handlebars": "^4.7.9", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "maplibre-gl": "^5.24.0", "mousetrap": "^1.6.5", "ngeohash": "^0.6.3", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 7016cf1c274..e7a0e41a8a8 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -192,7 +192,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^4.0.0", "lodash": "^4.18.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "mapbox-gl": "^3.25.0", "markdown-to-jsx": "^9.8.2", "match-sorter": "^8.3.0", diff --git a/superset-frontend/packages/superset-core/package.json b/superset-frontend/packages/superset-core/package.json index ddea4ffb3d5..0b825919f67 100644 --- a/superset-frontend/packages/superset-core/package.json +++ b/superset-frontend/packages/superset-core/package.json @@ -122,6 +122,6 @@ "access": "public" }, "dependencies": { - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" } } diff --git a/superset-frontend/packages/superset-ui-chart-controls/package.json b/superset-frontend/packages/superset-ui-chart-controls/package.json index cb07a5dcb49..130572ca9fc 100644 --- a/superset-frontend/packages/superset-ui-chart-controls/package.json +++ b/superset-frontend/packages/superset-ui-chart-controls/package.json @@ -28,7 +28,7 @@ "@types/react": "*", "lodash": "^4.18.1", "tinycolor2": "*", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@ant-design/icons": "^5.6.1", diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json index 1203935290a..b96e846f1f2 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json @@ -37,7 +37,7 @@ "dompurify": "^3.4.11", "prop-types": "^15.8.1", "urijs": "^1.19.11", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@apache-superset/core": "*", diff --git a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json index 39952a635d9..1424e87008e 100644 --- a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json +++ b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json @@ -33,7 +33,7 @@ "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", "xss": "^1.0.15", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@ant-design/icons": "^5.6.1", diff --git a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json index 527b089858e..1a8bf569dfa 100644 --- a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json +++ b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json @@ -32,7 +32,7 @@ "@types/geojson": "^7946.0.16", "geojson": "^0.5.0", "lodash": "^4.18.1", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@ant-design/icons": "^5.6.1", diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index 6699199f487..cadb4252a80 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -30,7 +30,7 @@ "d3-array": "^3.2.4", "lodash": "^4.18.1", "zod": "^4.4.3", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@apache-superset/core": "*", diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 88f21a811f4..715cbfd6479 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -30,7 +30,7 @@ "currencyformatter.js": "^1.0.5", "handlebars-group-by": "^1.0.1", "just-handlebars-helpers": "^1.0.19", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@superset-ui/chart-controls": "*", diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index 29bce06ae29..031d1498f52 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -33,7 +33,7 @@ "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", "xss": "^1.0.15", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@ant-design/icons": "^5.6.1", diff --git a/superset-frontend/plugins/plugin-chart-word-cloud/package.json b/superset-frontend/plugins/plugin-chart-word-cloud/package.json index a269d73e448..7bc797ec065 100644 --- a/superset-frontend/plugins/plugin-chart-word-cloud/package.json +++ b/superset-frontend/plugins/plugin-chart-word-cloud/package.json @@ -32,7 +32,7 @@ "@types/d3-scale": "^4.0.9", "d3-cloud": "^1.2.9", "d3-scale": "^4.0.2", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@apache-superset/core": "*", diff --git a/superset-frontend/plugins/preset-chart-deckgl/package.json b/superset-frontend/plugins/preset-chart-deckgl/package.json index 94c97819ea6..652119a3780 100644 --- a/superset-frontend/plugins/preset-chart-deckgl/package.json +++ b/superset-frontend/plugins/preset-chart-deckgl/package.json @@ -54,7 +54,7 @@ "underscore": "^1.13.7", "urijs": "^1.19.11", "xss": "^1.0.15", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "devDependencies": { "@types/mapbox__geojson-extent": "^1.0.3",