Skip to content

Commit 37bded2

Browse files
committedJan 5, 2022
fix(deps): update dependency chalk to v5
1 parent dbcc540 commit 37bded2

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@nestjs/core": "8.2.4",
9191
"@nestjs/platform-express": "8.2.4",
9292
"@nuxtjs/opencollective": "0.3.2",
93-
"chalk": "4.1.2",
93+
"chalk": "5.0.0",
9494
"commander": "8.3.0",
9595
"compare-versions": "3.6.0",
9696
"concurrently": "6.5.1",

‎yarn.lock

+4-7
Original file line numberDiff line numberDiff line change
@@ -3241,13 +3241,10 @@ chalk@4.1.0, chalk@^4.0.0, chalk@^4.1.0:
32413241
ansi-styles "^4.1.0"
32423242
supports-color "^7.1.0"
32433243

3244-
chalk@4.1.2:
3245-
version "4.1.2"
3246-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3247-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
3248-
dependencies:
3249-
ansi-styles "^4.1.0"
3250-
supports-color "^7.1.0"
3244+
chalk@5.0.0:
3245+
version "5.0.0"
3246+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
3247+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
32513248

32523249
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
32533250
version "2.4.2"

0 commit comments

Comments
 (0)
Failed to load comments.