Skip to content

Commit c5f586d

Browse files
fix: 📦 bump dependency chalk to v5
1 parent b0742ca commit c5f586d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5103,7 +5103,7 @@ __metadata:
51035103
languageName: node
51045104
linkType: hard
51055105

5106-
"chalk@npm:5.3.0":
5106+
"chalk@npm:5.3.0, chalk@npm:^5.0.0":
51075107
version: 5.3.0
51085108
resolution: "chalk@npm:5.3.0"
51095109
checksum: 6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea
@@ -11039,7 +11039,7 @@ __metadata:
1103911039
"@types/tar-fs": "npm:^2.0.4"
1104011040
"@typescript-eslint/eslint-plugin": "npm:6.19.1"
1104111041
"@typescript-eslint/parser": "npm:6.19.1"
11042-
chalk: "npm:^4.1.0"
11042+
chalk: "npm:^5.0.0"
1104311043
create-nx-workspace: "npm:17.2.7"
1104411044
cz-git: "npm:^1.8.0"
1104511045
czg: "npm:^1.8.0"

0 commit comments

Comments
 (0)