chore(deps): bump lodash from 4.17.21 to 4.17.23 in /superset-frontend (#37348)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-23 14:31:30 -08:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent a60f8d761d
commit 3a811d680d
10 changed files with 28 additions and 21 deletions
+19 -12
View File
@@ -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",
+1 -1
View File
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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": "*",
@@ -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",