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", 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/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", 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..e82b3b0ece37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2510,9 +2510,9 @@ 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" +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"