File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 43
43
"@hutson/parse-repository-url" : " ^3.0.0" ,
44
44
"hosted-git-info" : " ^4.0.0" ,
45
45
"meow" : " ^7.0.0" ,
46
- "through2" : " ^2 .0.0"
46
+ "through2" : " ^4 .0.0"
47
47
},
48
48
"devDependencies" : {
49
49
"@hutson/conventional-changelog-config" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -3399,6 +3399,15 @@ read-pkg@^5.2.0:
3399
3399
string_decoder "^1.1.1"
3400
3400
util-deprecate "^1.0.1"
3401
3401
3402
+ readable-stream@3 :
3403
+ version "3.6.0"
3404
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
3405
+ integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
3406
+ dependencies :
3407
+ inherits "^2.0.3"
3408
+ string_decoder "^1.1.1"
3409
+ util-deprecate "^1.0.1"
3410
+
3402
3411
readable-stream@^2.0.0, readable-stream@^2.2.2, readable-stream@~2.3.6 :
3403
3412
version "2.3.6"
3404
3413
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
@@ -4113,6 +4122,13 @@ through2@^3.0.0:
4113
4122
readable-stream "2 || 3"
4114
4123
xtend "~4.0.1"
4115
4124
4125
+ through2@^4.0.0 :
4126
+ version "4.0.2"
4127
+ resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
4128
+ integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
4129
+ dependencies :
4130
+ readable-stream "3"
4131
+
4116
4132
through@2, "through@>=2.2.7 <3", through@^2.3.6 :
4117
4133
version "2.3.8"
4118
4134
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
You can’t perform that action at this time.
0 commit comments