From 25a640e36bf5cd459693e41def3d6b80b6f08dcc Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Tue, 24 Oct 2017 16:25:44 +0000 Subject: [PATCH 1/4] Update chalk from 2.2.0 to 2.3.0 in / --- package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9783815c86a1..423039c3a1c1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", - "chalk": "^2.2.0", + "chalk": "^2.3.0", "codecov": "^2.3.1", "commander": "^2.11.0", "danger": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index a2fdd8ed5aac..50ed31b85030 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2518,6 +2518,14 @@ chalk@^2.2.0: escape-string-regexp "^1.0.5" supports-color "^4.0.0" +chalk@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba" + 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" From a57800b5b9c3fa0be8964ea6700706a8d0edbe75 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Tue, 24 Oct 2017 16:26:47 +0000 Subject: [PATCH 2/4] Update chalk from 2.2.0 to 2.3.0 in lib/cli --- lib/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index e89eabad13ce..70c91b34ec51 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@storybook/codemod": "^3.2.13", - "chalk": "^2.2.0", + "chalk": "^2.3.0", "child-process-promise": "^2.2.1", "commander": "^2.11.0", "cross-spawn": "^5.0.1", From be4f7854d07e67daad6a9400bec8e97acea24962 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Tue, 24 Oct 2017 16:27:47 +0000 Subject: [PATCH 3/4] Update chalk from 2.2.0 to 2.3.0 in app/react --- app/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react/package.json b/app/react/package.json index dc9da0901826..93ae3aea384f 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.2.0", + "chalk": "^2.3.0", "commander": "^2.11.0", "common-tags": "^1.4.0", "configstore": "^3.1.1", From eeccac014aad65bd51c9c3b9c7adab1c36742f0b Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Tue, 24 Oct 2017 16:28:47 +0000 Subject: [PATCH 4/4] Update chalk from 2.2.0 to 2.3.0 in app/vue --- app/vue/package.json | 2 +- yarn.lock | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/app/vue/package.json b/app/vue/package.json index e7fbdc79be65..cd7c416fb99b 100644 --- a/app/vue/package.json +++ b/app/vue/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.2.0", + "chalk": "^2.3.0", "commander": "^2.11.0", "common-tags": "^1.4.0", "configstore": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 50ed31b85030..e82b3b0ece37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2510,14 +2510,6 @@ 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@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"