Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit a321237

Browse files
renovate-botKnisterPeter
authored andcommitted
fix(deps): update dependency strip-ansi to v5
1 parent 8d3184c commit a321237

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"get-stdin": "6.0.0",
7474
"meow": "5.0.0",
7575
"pascal-case": "2.0.1",
76-
"strip-ansi": "4.0.0"
76+
"strip-ansi": "5.0.0"
7777
},
7878
"config": {
7979
"commitizen": {

yarn.lock

+14-4
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ ansi-regex@^3.0.0:
242242
version "3.0.0"
243243
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
244244

245+
ansi-regex@^4.0.0:
246+
version "4.0.0"
247+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9"
248+
245249
ansi-styles@^2.2.1:
246250
version "2.2.1"
247251
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -4673,18 +4677,24 @@ string_decoder@~1.1.1:
46734677
dependencies:
46744678
safe-buffer "~5.1.0"
46754679

4676-
strip-ansi@4.0.0, strip-ansi@^4.0.0:
4677-
version "4.0.0"
4678-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
4680+
strip-ansi@5.0.0:
4681+
version "5.0.0"
4682+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.0.0.tgz#f78f68b5d0866c20b2c9b8c61b5298508dc8756f"
46794683
dependencies:
4680-
ansi-regex "^3.0.0"
4684+
ansi-regex "^4.0.0"
46814685

46824686
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
46834687
version "3.0.1"
46844688
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
46854689
dependencies:
46864690
ansi-regex "^2.0.0"
46874691

4692+
strip-ansi@^4.0.0:
4693+
version "4.0.0"
4694+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
4695+
dependencies:
4696+
ansi-regex "^3.0.0"
4697+
46884698
strip-ansi@~0.1.0:
46894699
version "0.1.1"
46904700
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"

0 commit comments

Comments
 (0)