Skip to content

Commit 692ead6

Browse files
renovate[bot]kbrandwijk
authored andcommitted
chore(deps): update dependency chalk to v2.3.1 (#70)
1 parent 8605e3e commit 692ead6

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"branch": "master"
4040
},
4141
"dependencies": {
42-
"chalk": "2.3.0",
42+
"chalk": "2.3.1",
4343
"fs-extra": "5.0.0",
4444
"graphql-import": "0.4.3",
4545
"graphql-static-binding": "0.9.0",

yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ ansi-styles@^2.2.1:
228228
version "2.2.1"
229229
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
230230

231-
ansi-styles@^3.1.0:
231+
ansi-styles@^3.1.0, ansi-styles@^3.2.0:
232232
version "3.2.0"
233233
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
234234
dependencies:
@@ -383,13 +383,13 @@ center-align@^0.1.1:
383383
align-text "^0.1.3"
384384
lazy-cache "^1.0.3"
385385

386-
[email protected].0, chalk@^2.3.0:
387-
version "2.3.0"
388-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
386+
387+
version "2.3.1"
388+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796"
389389
dependencies:
390-
ansi-styles "^3.1.0"
390+
ansi-styles "^3.2.0"
391391
escape-string-regexp "^1.0.5"
392-
supports-color "^4.0.0"
392+
supports-color "^5.2.0"
393393

394394
chalk@^1.1.3:
395395
version "1.1.3"
@@ -401,6 +401,14 @@ chalk@^1.1.3:
401401
strip-ansi "^3.0.0"
402402
supports-color "^2.0.0"
403403

404+
chalk@^2.3.0:
405+
version "2.3.0"
406+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
407+
dependencies:
408+
ansi-styles "^3.1.0"
409+
escape-string-regexp "^1.0.5"
410+
supports-color "^4.0.0"
411+
404412
clean-stack@^1.0.0:
405413
version "1.3.0"
406414
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"
@@ -956,6 +964,10 @@ has-flag@^2.0.0:
956964
version "2.0.0"
957965
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
958966

967+
has-flag@^3.0.0:
968+
version "3.0.0"
969+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
970+
959971
has-unicode@^2.0.0:
960972
version "2.0.1"
961973
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -1930,6 +1942,12 @@ supports-color@^4.0.0:
19301942
dependencies:
19311943
has-flag "^2.0.0"
19321944

1945+
supports-color@^5.2.0:
1946+
version "5.2.0"
1947+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.2.0.tgz#b0d5333b1184dd3666cbe5aa0b45c5ac7ac17a4a"
1948+
dependencies:
1949+
has-flag "^3.0.0"
1950+
19331951
text-extensions@^1.0.0:
19341952
version "1.7.0"
19351953
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.7.0.tgz#faaaba2625ed746d568a23e4d0aacd9bf08a8b39"

0 commit comments

Comments
 (0)