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

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-21 20:25:13 -08:00
committed by GitHub
parent 7f4c260cbe
commit b576665f9a
2 changed files with 5 additions and 5 deletions

View File

@@ -42844,9 +42844,9 @@
"license": "MIT"
},
"node_modules/lodash-es": {
"version": "4.17.22",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.22.tgz",
"integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==",
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
"integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
"license": "MIT"
},
"node_modules/lodash.camelcase": {
@@ -60621,7 +60621,7 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "^5.6.2",
"lodash-es": "^4.17.22",
"lodash-es": "^4.17.23",
"yeoman-generator": "^7.5.1",
"yosay": "^3.0.0"
},

View File

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