chore(deps): bump lodash-es from 4.17.23 to 4.18.1 in /superset-frontend (#39026)

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-04-02 21:45:55 -07:00
committed by GitHub
parent ace5f9d8c2
commit a9ced5c881
2 changed files with 8 additions and 2 deletions

View File

@@ -50628,7 +50628,7 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "^5.6.2",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"yeoman-generator": "^7.5.1",
"yosay": "^3.0.0"
},
@@ -50748,6 +50748,12 @@
"url": "https://github.com/sponsors/gjtorikian/"
}
},
"packages/generator-superset/node_modules/lodash-es": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
"integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
"license": "MIT"
},
"packages/generator-superset/node_modules/mem-fs-editor": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-12.0.2.tgz",

View File

@@ -29,7 +29,7 @@
},
"dependencies": {
"chalk": "^5.6.2",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"yeoman-generator": "^7.5.1",
"yosay": "^3.0.0"
},