Skip to content

Commit e3ed49a

Browse files
fix(deps): update dependency chalk to v5
1 parent c197230 commit e3ed49a

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.3.0",
2424
"commander": "2.20.3",
2525
"express": "4.19.0",
2626
"livereload": "0.9.3"

yarn.lock

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

1420-
[email protected], chalk@^2.4.1:
1421-
version "2.4.2"
1422-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1423-
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1424-
dependencies:
1425-
ansi-styles "^3.2.1"
1426-
escape-string-regexp "^1.0.5"
1427-
supports-color "^5.3.0"
1420+
1421+
version "5.3.0"
1422+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
1423+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
14281424

14291425
chalk@^1.1.1:
14301426
version "1.1.3"
@@ -1446,6 +1442,15 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.2:
14461442
escape-string-regexp "^1.0.5"
14471443
supports-color "^5.3.0"
14481444

1445+
chalk@^2.4.1:
1446+
version "2.4.2"
1447+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1448+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
1449+
dependencies:
1450+
ansi-styles "^3.2.1"
1451+
escape-string-regexp "^1.0.5"
1452+
supports-color "^5.3.0"
1453+
14491454
chokidar@^3.5.0:
14501455
version "3.5.1"
14511456
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"

0 commit comments

Comments
 (0)