Skip to content

Commit 358b2b3

Browse files
chore(deps): bump chalk from 4.1.2 to 6.0.0
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 6.0.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v6.0.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a69985e commit 358b2b3

4 files changed

Lines changed: 34 additions & 10 deletions

File tree

package-lock.json

Lines changed: 31 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugins/dev-create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"license": "Apache-2.0",
3333
"dependencies": {
34-
"chalk": "^4.1.2",
34+
"chalk": "^6.0.0",
3535
"commander": "^15.0.0",
3636
"fs-extra": "^11.3.5",
3737
"install": "^0.13.0"

packages/plugins/dev-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"dependencies": {
2525
"@babel/code-frame": "^8.0.0",
26-
"chalk": "^4.1.2",
26+
"chalk": "^6.0.0",
2727
"fork-ts-checker-webpack-plugin": "^9.1.0",
2828
"install": "^0.13.0",
2929
"mocha": "^11.7.6",

packages/plugins/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"license": "Apache-2.0",
2727
"dependencies": {
28-
"chalk": "^5.6.2",
28+
"chalk": "^6.0.0",
2929
"commander": "^15.0.0",
3030
"json5": "^2.2.3",
3131
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)