Skip to content

Commit e5efa31

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 454f2e7 commit e5efa31

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/mike-works/sass-fundamentals#readme",
2222
"dependencies": {
23-
"chalk": "2.4.2",
23+
"chalk": "5.0.0",
2424
"commander": "2.20.3",
2525
"express": "4.17.3",
2626
"livereload": "0.9.3"

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,14 +1407,10 @@ caseless@~0.12.0:
14071407
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
14081408
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
14091409

1410-
[email protected], chalk@^2.4.1:
1411-
version "2.4.2"
1412-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1413-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1414-
dependencies:
1415-
ansi-styles "^3.2.1"
1416-
escape-string-regexp "^1.0.5"
1417-
supports-color "^5.3.0"
1410+
1411+
version "5.0.0"
1412+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.0.0.tgz#bd96c6bb8e02b96e08c0c3ee2a9d90e050c7b832"
1413+
integrity sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==
14181414

14191415
chalk@^1.1.1:
14201416
version "1.1.3"
@@ -1436,6 +1432,15 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.2:
14361432
escape-string-regexp "^1.0.5"
14371433
supports-color "^5.3.0"
14381434

1435+
chalk@^2.4.1:
1436+
version "2.4.2"
1437+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1438+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1439+
dependencies:
1440+
ansi-styles "^3.2.1"
1441+
escape-string-regexp "^1.0.5"
1442+
supports-color "^5.3.0"
1443+
14391444
chokidar@^3.5.0:
14401445
version "3.5.1"
14411446
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"

0 commit comments

Comments
 (0)