chore(deps): update chalk requirement from ^5.3.0 to ^5.4.0 in /superset-frontend/packages/generator-superset (#31533)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
This commit is contained in:
dependabot[bot] 2024-12-19 15:56:59 -07:00 committed by GitHub
parent d09ccb2504
commit 369346c03d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -54551,7 +54551,7 @@
"version": "0.20.3",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.4.0",
"lodash-es": "^4.17.21",
"yeoman-generator": "^7.4.0",
"yosay": "^3.0.0"
@ -54846,7 +54846,9 @@
}
},
"packages/generator-superset/node_modules/chalk": {
"version": "5.3.0",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz",
"integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
@ -67101,7 +67103,7 @@
"@superset-ui/generator-superset": {
"version": "file:packages/generator-superset",
"requires": {
"chalk": "^5.3.0",
"chalk": "^5.4.0",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
@ -67278,7 +67280,9 @@
}
},
"chalk": {
"version": "5.3.0"
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz",
"integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q=="
},
"cli-boxes": {
"version": "3.0.0"

View File

@ -28,7 +28,7 @@
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.4.0",
"lodash-es": "^4.17.21",
"yeoman-generator": "^7.4.0",
"yosay": "^3.0.0"