Skip to content

Commit

Permalink
fix(deps): update dependency strip-ansi to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 29, 2018
1 parent 4a9e3e3 commit aec9f9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js-given/package.json
Expand Up @@ -91,7 +91,7 @@
"lodash": "4.17.11",
"rimraf": "^2.6.2",
"string-humanize": "^1.0.0",
"strip-ansi": "^4.0.0",
"strip-ansi": "^5.0.0",
"yargs": "^11.0.0"
},
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions js-given/yarn.lock
Expand Up @@ -226,6 +226,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@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9"

ansi-styles@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
Expand Down Expand Up @@ -5139,6 +5143,12 @@ strip-ansi@^4.0.0:
dependencies:
ansi-regex "^3.0.0"

strip-ansi@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0.0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f"
dependencies:
ansi-regex "^4.0.0"

strip-ansi@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
Expand Down

0 comments on commit aec9f9c

Please sign in to comment.