diff --git a/package.json b/package.json index a76527c..c60f739 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "description": "Perceptual diffing built on Nightmare.", "dependencies": { - "colors": "^1.1.2", + "colors": "^1.4.0", "debug": "^2.2.0", "defaults": "^1.0.2", "mkdirp": "^0.5.1", diff --git a/yarn.lock b/yarn.lock index 4e03a6c..f9759bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -121,9 +121,10 @@ code-point-at@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" -colors@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" +colors@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" + integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== combined-stream@^1.0.5, combined-stream@~1.0.5: version "1.0.5"