Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 110bbd9

Browse files
committed
chore(deps): update dependency chalk to v5
1 parent c0be28b commit 110bbd9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/create-nuxt-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"cac": "^6.7.12",
16-
"chalk": "^4.1.2",
16+
"chalk": "^5.0.0",
1717
"cna-template": "^3.7.1",
1818
"cross-spawn": "^7.0.3",
1919
"envinfo": "^7.8.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,14 +2278,19 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
22782278
escape-string-regexp "^1.0.5"
22792279
supports-color "^5.3.0"
22802280

2281-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
2281+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
22822282
version "4.1.2"
22832283
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
22842284
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
22852285
dependencies:
22862286
ansi-styles "^4.1.0"
22872287
supports-color "^7.1.0"
22882288

2289+
chalk@^5.0.0:
2290+
version "5.0.0"
2291+
resolved "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
2292+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
2293+
22892294
character-entities-legacy@^1.0.0:
22902295
version "1.1.4"
22912296
resolved "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"

0 commit comments

Comments
 (0)