Skip to content

Commit dca8135

Browse files
committed
Update dependency string-to-stream to v3
1 parent 4936dea commit dca8135

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"ora": "^5.4.1",
5252
"p-limit": "^2.0.0",
5353
"rimraf-promise": "^2.0.0",
54-
"string-to-stream": "^1.1.0"
54+
"string-to-stream": "^3.0.0"
5555
},
5656
"devDependencies": {
5757
"@babel/core": "^7.16.0",

yarn.lock

+6-7
Original file line numberDiff line numberDiff line change
@@ -3478,7 +3478,7 @@ read-pkg@^5.2.0:
34783478
parse-json "^5.0.0"
34793479
type-fest "^0.6.0"
34803480

3481-
readable-stream@^2.0.0, readable-stream@^2.1.0:
3481+
readable-stream@^2.0.0:
34823482
version "2.3.7"
34833483
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
34843484
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -3779,13 +3779,12 @@ string-length@^4.0.1:
37793779
char-regex "^1.0.2"
37803780
strip-ansi "^6.0.0"
37813781

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==
37863786
dependencies:
3787-
inherits "^2.0.1"
3788-
readable-stream "^2.1.0"
3787+
readable-stream "^3.4.0"
37893788

37903789
string-width@^4.1.0, string-width@^4.2.0:
37913790
version "4.2.3"

0 commit comments

Comments
 (0)