Skip to content

Commit 7607050

Browse files
committed
fix(deps): update dependency chalk to v4.1.2
1 parent 1872a7a commit 7607050

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

packages/shipjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@slack/webhook": "^5.0.1",
3838
"add-stream": "^1.0.0",
3939
"arg": "4.1.3",
40-
"chalk": "4.0.0",
40+
"chalk": "4.1.2",
4141
"change-case": "4.1.1",
4242
"conventional-changelog-angular": "^5.0.6",
4343
"conventional-changelog-core": "^4.1.4",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4734,10 +4734,10 @@ caseless@~0.12.0:
47344734
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
47354735
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
47364736

4737-
chalk@4.0.0, chalk@^4.0.0:
4738-
version "4.0.0"
4739-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
4740-
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
4737+
chalk@4.1.2:
4738+
version "4.1.2"
4739+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
4740+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
47414741
dependencies:
47424742
ansi-styles "^4.1.0"
47434743
supports-color "^7.1.0"
@@ -4770,6 +4770,14 @@ chalk@^3.0.0:
47704770
ansi-styles "^4.1.0"
47714771
supports-color "^7.1.0"
47724772

4773+
chalk@^4.0.0:
4774+
version "4.0.0"
4775+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
4776+
integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
4777+
dependencies:
4778+
ansi-styles "^4.1.0"
4779+
supports-color "^7.1.0"
4780+
47734781
change-case@4.1.1:
47744782
version "4.1.1"
47754783
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.1.tgz#d5005709275952e7963fed7b91e4f9fdb6180afa"

0 commit comments

Comments
 (0)