Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb468ef

Browse files
fix: 📦 bump dependency chalk to v5
1 parent 335c91e commit cb468ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/tar-fs": "^2.0.4",
4646
"@typescript-eslint/eslint-plugin": "6.19.1",
4747
"@typescript-eslint/parser": "6.19.1",
48-
"chalk": "^4.1.0",
48+
"chalk": "^5.0.0",
4949
"cz-git": "^1.8.0",
5050
"czg": "^1.8.0",
5151
"dockerode": "^4.0.2",

‎packages/create-nx-payload/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"chalk": "^4.1.0",
30+
"chalk": "^5.0.0",
3131
"create-nx-workspace": "^17.2.7",
3232
"enquirer": "^2.4.1",
3333
"tslib": "^2.4.1",

‎yarn.lock‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3747,7 +3747,7 @@ [email protected], chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.
37473747
ansi-styles "^4.1.0"
37483748
supports-color "^7.1.0"
37493749

3750-
3750+
[email protected], chalk@^5.0.0:
37513751
version "5.3.0"
37523752
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
37533753
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==

0 commit comments

Comments
 (0)