Skip to content

Commit 881f7bb

Browse files
committed
Update dependency string-to-stream to v3
1 parent 267425e commit 881f7bb

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
@@ -54,7 +54,7 @@
5454
"ora": "^1.4.0",
5555
"p-limit": "^2.0.0",
5656
"rimraf-promise": "^2.0.0",
57-
"string-to-stream": "^1.1.0"
57+
"string-to-stream": "^3.0.0"
5858
},
5959
"devDependencies": {
6060
"@types/meow": "^5.0.0",

yarn.lock

+6-7
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ read-pkg@^5.2.0:
19901990
parse-json "^5.0.0"
19911991
type-fest "^0.6.0"
19921992

1993-
readable-stream@^2.0.0, readable-stream@^2.1.0:
1993+
readable-stream@^2.0.0:
19941994
version "2.3.7"
19951995
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz"
19961996
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -2262,13 +2262,12 @@ strict-uri-encode@^1.0.0:
22622262
resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz"
22632263
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
22642264

2265-
string-to-stream@^1.1.0:
2266-
version "1.1.1"
2267-
resolved "https://registry.npmjs.org/string-to-stream/-/string-to-stream-1.1.1.tgz"
2268-
integrity sha512-QySF2+3Rwq0SdO3s7BAp4x+c3qsClpPQ6abAmb0DGViiSBAkT5kL6JT2iyzEVP+T1SmzHrQD1TwlP9QAHCc+Sw==
2265+
string-to-stream@^3.0.0:
2266+
version "3.0.1"
2267+
resolved "https://registry.yarnpkg.com/string-to-stream/-/string-to-stream-3.0.1.tgz#480e6fb4d5476d31cb2221f75307a5dcb6638a42"
2268+
integrity sha512-Hl092MV3USJuUCC6mfl9sPzGloA3K5VwdIeJjYIkXY/8K+mUvaeEabWJgArp+xXrsWxCajeT2pc4axbVhIZJyg==
22692269
dependencies:
2270-
inherits "^2.0.1"
2271-
readable-stream "^2.1.0"
2270+
readable-stream "^3.4.0"
22722271

22732272
string-width@^3.0.0:
22742273
version "3.1.0"

0 commit comments

Comments
 (0)