Skip to content

Commit 0970f70

Browse files
renovate[bot]Pooya Parsa
authored andcommitted
chore(deps): update dependency wrap-ansi to v6 (#49)
BREAKING CHANGE: Require Node.js 8
1 parent bfb6a5a commit 0970f70

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"pretty-time": "^1.1.0",
4646
"std-env": "^2.2.1",
4747
"text-table": "^0.2.0",
48-
"wrap-ansi": "^5.1.0"
48+
"wrap-ansi": "^6.0.0"
4949
},
5050
"devDependencies": {
5151
"@commitlint/cli": "^8.1.0",

yarn.lock

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,13 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
868868
dependencies:
869869
color-convert "^1.9.0"
870870

871+
ansi-styles@^4.0.0:
872+
version "4.0.0"
873+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.0.0.tgz#f6b84e8fc97ea7add7a53b7530ef28f3fde0e048"
874+
integrity sha512-8zjUtFJ3db/QoPXuuEMloS2AUf79/yeyttJ7Abr3hteopJu9HK8vsgGviGUMq+zyA6cZZO6gAyZoMTF6TgaEjA==
875+
dependencies:
876+
color-convert "^2.0.0"
877+
871878
any-observable@^0.3.0:
872879
version "0.3.0"
873880
resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b"
@@ -2191,11 +2198,23 @@ color-convert@^1.9.0:
21912198
dependencies:
21922199
color-name "1.1.3"
21932200

2201+
color-convert@^2.0.0:
2202+
version "2.0.0"
2203+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.0.tgz#9851ac61cc0d3898a8a3088650d5bf447bf69d97"
2204+
integrity sha512-hzTicsCJIHdxih9+2aLR1tNGZX5qSJGRHDPVwSY26tVrEf55XNajLOBWz2UuWSIergszA09/bqnOiHyqx9fxQg==
2205+
dependencies:
2206+
color-name "~1.1.4"
2207+
21942208
color-name@1.1.3:
21952209
version "1.1.3"
21962210
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
21972211
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
21982212

2213+
color-name@~1.1.4:
2214+
version "1.1.4"
2215+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2216+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
2217+
21992218
combined-stream@^1.0.6, combined-stream@~1.0.6:
22002219
version "1.0.7"
22012220
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828"
@@ -3078,6 +3097,11 @@ emoji-regex@^7.0.1:
30783097
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
30793098
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
30803099

3100+
emoji-regex@^8.0.0:
3101+
version "8.0.0"
3102+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
3103+
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
3104+
30813105
emojis-list@^2.0.0:
30823106
version "2.1.0"
30833107
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -4564,6 +4588,11 @@ is-fullwidth-code-point@^2.0.0:
45644588
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
45654589
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
45664590

4591+
is-fullwidth-code-point@^3.0.0:
4592+
version "3.0.0"
4593+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
4594+
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
4595+
45674596
is-generator-fn@^2.0.0:
45684597
version "2.1.0"
45694598
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
@@ -7838,6 +7867,15 @@ string-width@^3.0.0, string-width@^3.1.0:
78387867
is-fullwidth-code-point "^2.0.0"
78397868
strip-ansi "^5.1.0"
78407869

7870+
string-width@^4.1.0:
7871+
version "4.1.0"
7872+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
7873+
integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
7874+
dependencies:
7875+
emoji-regex "^8.0.0"
7876+
is-fullwidth-code-point "^3.0.0"
7877+
strip-ansi "^5.2.0"
7878+
78417879
string_decoder@^1.0.0, string_decoder@^1.1.1:
78427880
version "1.2.0"
78437881
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.2.0.tgz#fe86e738b19544afe70469243b2a1ee9240eae8d"
@@ -8599,6 +8637,15 @@ wrap-ansi@^5.1.0:
85998637
string-width "^3.0.0"
86008638
strip-ansi "^5.0.0"
86018639

8640+
wrap-ansi@^6.0.0:
8641+
version "6.0.0"
8642+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.0.0.tgz#47c7b7329e0b8000f5756b0693a861e357e4043e"
8643+
integrity sha512-8YwLklVkHe4QNpGFrK6Mxm+BaMY7da6C9GlDED3xs3XwThyJHSbVwg9qC4s1N8tBFcnM1S0s8I390RC6SgGe+g==
8644+
dependencies:
8645+
ansi-styles "^4.0.0"
8646+
string-width "^4.1.0"
8647+
strip-ansi "^5.0.0"
8648+
86028649
wrappy@1:
86038650
version "1.0.2"
86048651
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)