build(deps-dev): bump fs-extra from 10.1.0 to 11.2.0 in /superset-frontend/packages/generator-superset (#28068)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub-Actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-19 13:47:47 -06:00 committed by GitHub
parent 11dbae78cb
commit 7906e7b5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 3 deletions

View File

@ -67632,7 +67632,7 @@
"yosay": "^2.0.2"
},
"devDependencies": {
"fs-extra": "^10.0.0",
"fs-extra": "^11.2.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^6.2.0"
},
@ -67640,6 +67640,20 @@
"npm": ">= 4.0.0"
}
},
"packages/generator-superset/node_modules/fs-extra": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
"node": ">=14.14"
}
},
"packages/superset-ui-chart-controls": {
"name": "@superset-ui/chart-controls",
"version": "0.18.25",
@ -87022,12 +87036,25 @@
"version": "file:packages/generator-superset",
"requires": {
"chalk": "^4.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"yeoman-assert": "^3.1.1",
"yeoman-generator": "^5.7.0",
"yeoman-test": "^6.2.0",
"yosay": "^2.0.2"
},
"dependencies": {
"fs-extra": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"dev": true,
"requires": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
}
}
}
},
"@superset-ui/legacy-plugin-chart-calendar": {

View File

@ -30,7 +30,7 @@
"yosay": "^2.0.2"
},
"devDependencies": {
"fs-extra": "^10.0.0",
"fs-extra": "^11.2.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^6.2.0"
},