Skip to content

Commit 2f4b186

Browse files
greenkeeper[bot]thymikee
authored andcommitted
Update strip-ansi to the latest version 🚀 (#98)
* fix(package): update strip-ansi to version 6.0.0 * chore(package): update lockfile yarn.lock
1 parent c8b881b commit 2f4b186

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jest-diff": "^24.0.0",
2323
"jest-snapshot": "^24.0.0",
2424
"pretty-format": "^24.0.0",
25-
"strip-ansi": "^5.0.0"
25+
"strip-ansi": "^6.0.0"
2626
},
2727
"devDependencies": {
2828
"@babel/cli": "^7.7.0",

‎yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,11 @@ ansi-regex@^4.0.0, ansi-regex@^4.1.0:
11651165
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
11661166
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
11671167

1168+
ansi-regex@^5.0.0:
1169+
version "5.0.0"
1170+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
1171+
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
1172+
11681173
ansi-styles@^3.1.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
11691174
version "3.2.1"
11701175
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -5293,6 +5298,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
52935298
dependencies:
52945299
ansi-regex "^4.1.0"
52955300

5301+
strip-ansi@^6.0.0:
5302+
version "6.0.0"
5303+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
5304+
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
5305+
dependencies:
5306+
ansi-regex "^5.0.0"
5307+
52965308
strip-bom@^3.0.0:
52975309
version "3.0.0"
52985310
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"

0 commit comments

Comments
 (0)