diff --git a/package.json b/package.json index 65a2a4d..be39b86 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "ansi-mark": "^1.0.0", - "ansi-regex": "^3.0.0", + "ansi-regex": "^6.0.1", "array-uniq": "^1.0.3", "camelcase": "^4.1.0", "chalk": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index c168bed..9ff38d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -146,6 +146,10 @@ ansi-regex@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + ansi-styles@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"