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:
parent
11dbae78cb
commit
7906e7b5ff
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue