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

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-13 10:59:16 -08:00
committed by GitHub
parent 0c490dc1ab
commit fd3eea0557
2 changed files with 5 additions and 5 deletions

View File

@@ -41905,9 +41905,9 @@
"license": "MIT"
},
"node_modules/lodash-es": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
"version": "4.17.22",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.22.tgz",
"integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==",
"license": "MIT"
},
"node_modules/lodash.camelcase": {
@@ -60635,7 +60635,7 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "^5.6.2",
"lodash-es": "^4.17.21",
"lodash-es": "^4.17.22",
"yeoman-generator": "^7.5.1",
"yosay": "^3.0.0"
},

View File

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