diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index fc2a0f53d5c..0908ecd8568 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -87,7 +87,7 @@ "js-yaml-loader": "^1.2.2", "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mapbox-gl": "^3.18.1", "markdown-to-jsx": "^9.6.0", "match-sorter": "^6.3.4", @@ -739,6 +739,13 @@ "node": ">=18.0.0" } }, + "node_modules/@applitools/eyes-storybook/node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, "node_modules/@applitools/eyes/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -42856,9 +42863,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash-es": { @@ -63864,7 +63871,7 @@ "@apache-superset/core": "*", "@react-icons/all-files": "^4.1.0", "@types/react": "*", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "peerDependencies": { "@ant-design/icons": "^5.2.6", @@ -63910,7 +63917,7 @@ "fetch-retry": "^6.0.0", "handlebars": "^4.7.8", "jed": "^1.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "math-expression-evaluator": "^2.0.7", "pretty-ms": "^9.3.0", "re-resizable": "^6.11.2", @@ -66005,7 +66012,7 @@ "d3-color": "^1.4.1", "d3-scale": "^3.0.0", "handlebars": "^4.7.8", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mousetrap": "^1.6.5", "ngeohash": "^0.6.3", "prop-types": "^15.8.1", @@ -66271,7 +66278,7 @@ "d3-tip": "^0.9.1", "dompurify": "^3.3.1", "fast-safe-stringify": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "nvd3-fork": "^2.0.5", "prop-types": "^15.8.1", "urijs": "^1.19.11" @@ -66303,7 +66310,7 @@ "@types/react-table": "^7.7.20", "classnames": "^2.5.1", "d3-array": "^3.2.4", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "memoize-one": "^5.2.1", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", @@ -66350,7 +66357,7 @@ "dependencies": { "@types/geojson": "^7946.0.10", "geojson": "^0.5.0", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "peerDependencies": { "@ant-design/icons": "^5.2.6", @@ -66377,7 +66384,7 @@ "dependencies": { "@types/react-redux": "^7.1.34", "d3-array": "^3.2.4", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "peerDependencies": { "@apache-superset/core": "*", @@ -66498,7 +66505,7 @@ "@types/react-table": "^7.7.20", "classnames": "^2.5.1", "d3-array": "^3.2.4", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "memoize-one": "^5.2.1", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 6178e08d723..d5ab327cc9a 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -168,7 +168,7 @@ "js-yaml-loader": "^1.2.2", "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mapbox-gl": "^3.18.1", "markdown-to-jsx": "^9.6.0", "match-sorter": "^6.3.4", diff --git a/superset-frontend/packages/superset-ui-chart-controls/package.json b/superset-frontend/packages/superset-ui-chart-controls/package.json index 93d06daaaa2..061eba7bd4a 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 @@ "@apache-superset/core": "*", "@react-icons/all-files": "^4.1.0", "@types/react": "*", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "peerDependencies": { "@ant-design/icons": "^5.2.6", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index c905abb940f..91dca86f961 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -45,7 +45,7 @@ "fetch-retry": "^6.0.0", "handlebars": "^4.7.8", "jed": "^1.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "math-expression-evaluator": "^2.0.7", "pretty-ms": "^9.3.0", "re-resizable": "^6.11.2", diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json index d5abdfa75ca..69ba848b0a2 100644 --- a/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/package.json @@ -46,7 +46,7 @@ "d3-color": "^1.4.1", "d3-scale": "^3.0.0", "handlebars": "^4.7.8", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mousetrap": "^1.6.5", "ngeohash": "^0.6.3", "prop-types": "^15.8.1", diff --git a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json index 57ca58750ef..640a338a831 100644 --- a/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json +++ b/superset-frontend/plugins/legacy-preset-chart-nvd3/package.json @@ -32,7 +32,7 @@ "d3": "^3.5.17", "d3-tip": "^0.9.1", "fast-safe-stringify": "^2.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "nvd3-fork": "^2.0.5", "dompurify": "^3.3.1", "prop-types": "^15.8.1", 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 c6d4720cabc..6d23f8bd241 100644 --- a/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json +++ b/superset-frontend/plugins/plugin-chart-ag-grid-table/package.json @@ -29,7 +29,7 @@ "@types/react-table": "^7.7.20", "classnames": "^2.5.1", "d3-array": "^3.2.4", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "memoize-one": "^5.2.1", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1", diff --git a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json index 3fde837abf6..abca2cc0ab0 100644 --- a/superset-frontend/plugins/plugin-chart-cartodiagram/package.json +++ b/superset-frontend/plugins/plugin-chart-cartodiagram/package.json @@ -31,7 +31,7 @@ "dependencies": { "@types/geojson": "^7946.0.10", "geojson": "^0.5.0", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "peerDependencies": { "@ant-design/icons": "^5.2.6", diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index ae346f4e44f..3d8de503a24 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -26,7 +26,7 @@ "dependencies": { "@types/react-redux": "^7.1.34", "d3-array": "^3.2.4", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "peerDependencies": { "@apache-superset/core": "*", diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index d439f0ec150..27b073ec388 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -29,7 +29,7 @@ "@types/react-table": "^7.7.20", "classnames": "^2.5.1", "d3-array": "^3.2.4", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "memoize-one": "^5.2.1", "react-table": "^7.8.0", "regenerator-runtime": "^0.14.1",