Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit dd31c7e

Browse files
renovate-botKnisterPeter
authored andcommitted
fix(deps): update dependency chalk to v2.4.2
1 parent 085c5de commit dd31c7e

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"astq": "2.3.6",
7070
"babel-generator": "6.26.1",
7171
"babylon": "7.0.0-beta.47",
72-
"chalk": "2.4.1",
72+
"chalk": "2.4.2",
7373
"dts-dom": "3.1.0",
7474
"get-stdin": "6.0.0",
7575
"meow": "5.0.0",

yarn.lock

+13-4
Original file line numberDiff line numberDiff line change
@@ -1347,10 +1347,10 @@ center-align@^0.1.1:
13471347
align-text "^0.1.3"
13481348
lazy-cache "^1.0.3"
13491349

1350-
[email protected].1, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0:
1351-
version "2.4.1"
1352-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
1353-
integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==
1350+
1351+
version "2.4.2"
1352+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1353+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
13541354
dependencies:
13551355
ansi-styles "^3.2.1"
13561356
escape-string-regexp "^1.0.5"
@@ -1376,6 +1376,15 @@ chalk@^1.1.3:
13761376
strip-ansi "^3.0.0"
13771377
supports-color "^2.0.0"
13781378

1379+
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0:
1380+
version "2.4.1"
1381+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
1382+
integrity sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==
1383+
dependencies:
1384+
ansi-styles "^3.2.1"
1385+
escape-string-regexp "^1.0.5"
1386+
supports-color "^5.3.0"
1387+
13791388
13801389
version "1.2.1"
13811390
resolved "https://registry.yarnpkg.com/chokidar-cli/-/chokidar-cli-1.2.1.tgz#50574a63414174c5ac62f495abe09ae3cb6cb8b5"

0 commit comments

Comments
 (0)