File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 51
51
"ora" : " ^5.4.1" ,
52
52
"p-limit" : " ^2.0.0" ,
53
53
"rimraf-promise" : " ^2.0.0" ,
54
- "string-to-stream" : " ^1.1 .0"
54
+ "string-to-stream" : " ^3.0 .0"
55
55
},
56
56
"devDependencies" : {
57
57
"@babel/core" : " ^7.16.0" ,
Original file line number Diff line number Diff line change @@ -3478,7 +3478,7 @@ read-pkg@^5.2.0:
3478
3478
parse-json "^5.0.0"
3479
3479
type-fest "^0.6.0"
3480
3480
3481
- readable-stream@^2.0.0, readable-stream@^2.1.0 :
3481
+ readable-stream@^2.0.0 :
3482
3482
version "2.3.7"
3483
3483
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
3484
3484
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -3779,13 +3779,12 @@ string-length@^4.0.1:
3779
3779
char-regex "^1.0.2"
3780
3780
strip-ansi "^6.0.0"
3781
3781
3782
- string-to-stream@^1.1 .0 :
3783
- version "1.1 .1"
3784
- resolved "https://registry.yarnpkg.com/string-to-stream/-/string-to-stream-1.1 .1.tgz#aba78f73e70661b130ee3e1c0192be4fef6cb599 "
3785
- integrity sha512-QySF2+3Rwq0SdO3s7BAp4x+c3qsClpPQ6abAmb0DGViiSBAkT5kL6JT2iyzEVP+T1SmzHrQD1TwlP9QAHCc+Sw ==
3782
+ string-to-stream@^3.0 .0 :
3783
+ version "3.0 .1"
3784
+ resolved "https://registry.yarnpkg.com/string-to-stream/-/string-to-stream-3.0 .1.tgz#480e6fb4d5476d31cb2221f75307a5dcb6638a42 "
3785
+ integrity sha512-Hl092MV3USJuUCC6mfl9sPzGloA3K5VwdIeJjYIkXY/8K+mUvaeEabWJgArp+xXrsWxCajeT2pc4axbVhIZJyg ==
3786
3786
dependencies :
3787
- inherits "^2.0.1"
3788
- readable-stream "^2.1.0"
3787
+ readable-stream "^3.4.0"
3789
3788
3790
3789
string-width@^4.1.0, string-width@^4.2.0 :
3791
3790
version "4.2.3"
You can’t perform that action at this time.
0 commit comments