chore: upgrade yeoman-generator to fix security warnings (#21324)

This commit is contained in:
Stephen Liu 2022-09-06 17:55:55 +08:00 committed by GitHub
parent c3f8417139
commit a27c7ae7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 742 additions and 2425 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,40 +2,40 @@
"name": "@superset-ui/generator-superset",
"version": "0.18.25",
"description": "Scaffolder for Superset",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
},
"author": "Superset",
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman",
"generator",
"superset",
"yeoman-generator"
],
"homepage": "https://github.com/apache/superset.git#readme",
"bugs": {
"url": "https://github.com/apache/superset.git/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/superset.git"
},
"license": "Apache-2.0",
"author": "Superset",
"main": "generators/index.js",
"files": [
"generators"
],
"dependencies": {
"chalk": "^4.0.0",
"lodash": "^4.17.11",
"yeoman-generator": "^5.7.0",
"yosay": "^2.0.2"
},
"devDependencies": {
"fs-extra": "^10.0.0",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^6.2.0",
"fs-extra": "^10.0.0"
"yeoman-test": "^6.2.0"
},
"engines": {
"npm": ">= 4.0.0"
},
"dependencies": {
"chalk": "^4.0.0",
"lodash": "^4.17.11",
"yeoman-generator": "^4.0.0",
"yosay": "^2.0.2"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
}