From 4803ee2042ef6df1b0fc51fbc7e13662fcffe510 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2017 03:46:44 +0000 Subject: [PATCH] fix(deps): update dependency chalk to v2.2.2 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ccdec6904..23c08d1bde 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "bunyan": "1.8.12", - "chalk": "2.2.0", + "chalk": "2.2.2", "changelog": "1.4.0", "child-process-promise": "2.2.1", "commander": "2.11.0", diff --git a/yarn.lock b/yarn.lock index 7698637a78..ab6760ddf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -741,9 +741,9 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.2.0.tgz#477b3bf2f9b8fd5ca9e429747e37f724ee7af240" +chalk@2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.2.2.tgz#4403f5cf18f35c05f51fbdf152bf588f956cf7cb" dependencies: ansi-styles "^3.1.0" escape-string-regexp "^1.0.5" -- GitLab