diff --git a/package.json b/package.json index 140d9df..a3f0913 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@google/maps": "^0.4.2", "ansi-escapes": "^2.0.0", - "ansi-regex": "^3.0.0", + "ansi-regex": "^6.0.1", "chalk": "^2.0.1", "credit-card": "^3.0.1", "figures": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 4478005..d8e826a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -53,6 +53,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"