From 9a559a16ece491e0ca142a5fcd8acc3a4a6aedf7 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Wed, 18 Oct 2017 16:36:01 +0000 Subject: [PATCH] Update chalk from 2.1.0 to 2.2.0 in app/react --- app/react/package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/react/package.json b/app/react/package.json index 8783b4e63edd..db703e1c42c6 100644 --- a/app/react/package.json +++ b/app/react/package.json @@ -41,7 +41,7 @@ "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", - "chalk": "^2.1.0", + "chalk": "^2.2.0", "commander": "^2.11.0", "common-tags": "^1.4.0", "configstore": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index f0ab1ff2c0f4..a8f26ed99353 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2506,6 +2506,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0: escape-string-regexp "^1.0.5" supports-color "^4.0.0" +chalk@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.2.0.tgz#477b3bf2f9b8fd5ca9e429747e37f724ee7af240" + dependencies: + ansi-styles "^3.1.0" + escape-string-regexp "^1.0.5" + supports-color "^4.0.0" + chalk@~0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"