Skip to content

Commit 5ea229b

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency chalk to v2.4.2
1 parent 522aee4 commit 5ea229b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"webpack-hot-middleware": "2.24.3"
6666
},
6767
"dependencies": {
68-
"chalk": "2.4.1"
68+
"chalk": "2.4.2"
6969
},
7070
"release": {
7171
"extends": "@mike-works/workshop-semantic-release-config"

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ caseless@~0.12.0:
27292729
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
27302730
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
27312731

2732-
chalk@*, chalk@2.4.1, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.1:
2732+
chalk@*, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.1:
27332733
version "2.4.1"
27342734
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
27352735
integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==
@@ -2747,6 +2747,15 @@ [email protected]:
27472747
escape-string-regexp "^1.0.5"
27482748
supports-color "^5.2.0"
27492749

2750+
2751+
version "2.4.2"
2752+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
2753+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
2754+
dependencies:
2755+
ansi-styles "^3.2.1"
2756+
escape-string-regexp "^1.0.5"
2757+
supports-color "^5.3.0"
2758+
27502759
chalk@^1.1.1, chalk@^1.1.3:
27512760
version "1.1.3"
27522761
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"

0 commit comments

Comments
 (0)