Skip to content

Commit eb6723d

Browse files
chore(deps): bump pumpify from 1.5.1 to 2.0.1 (#496)
Bumps [pumpify](https://github.com/mafintosh/pumpify) from 1.5.1 to 2.0.1. - [Release notes](https://github.com/mafintosh/pumpify/releases) - [Commits](mafintosh/pumpify@v1.5.1...v2.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 122ee48 commit eb6723d

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"fs-extra": "^9.0.1",
3636
"lodash.merge": "^4.6.1",
3737
"portfinder": "^1.0.16",
38-
"pumpify": "^1.5.1",
38+
"pumpify": "^2.0.1",
3939
"semver": "^7.3.2",
4040
"shebang-loader": "^0.0.1",
4141
"split2": "^3.0.0",

yarn.lock

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6232,6 +6232,16 @@ duplexify@^3.4.2, duplexify@^3.6.0:
62326232
readable-stream "^2.0.0"
62336233
stream-shift "^1.0.0"
62346234

6235+
duplexify@^4.1.1:
6236+
version "4.1.1"
6237+
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-4.1.1.tgz#7027dc374f157b122a8ae08c2d3ea4d2d953aa61"
6238+
integrity sha512-DY3xVEmVHTv1wSzKNbwoU6nVjzI369Y6sPoqfYr0/xlx3IdX2n94xIszTcjPO8W8ZIv0Wb0PXNcjuZyT4wiICA==
6239+
dependencies:
6240+
end-of-stream "^1.4.1"
6241+
inherits "^2.0.3"
6242+
readable-stream "^3.1.1"
6243+
stream-shift "^1.0.0"
6244+
62356245
easy-stack@^1.0.0:
62366246
version "1.0.0"
62376247
resolved "https://registry.yarnpkg.com/easy-stack/-/easy-stack-1.0.0.tgz#12c91b3085a37f0baa336e9486eac4bf94e3e788"
@@ -6376,7 +6386,7 @@ encodeurl@^1.0.2, encodeurl@~1.0.2:
63766386
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
63776387
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
63786388

6379-
end-of-stream@^1.0.0, end-of-stream@^1.1.0:
6389+
end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1:
63806390
version "1.4.4"
63816391
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
63826392
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
@@ -12641,7 +12651,7 @@ pump@^3.0.0:
1264112651
end-of-stream "^1.1.0"
1264212652
once "^1.3.1"
1264312653

12644-
pumpify@^1.3.3, pumpify@^1.5.1:
12654+
pumpify@^1.3.3:
1264512655
version "1.5.1"
1264612656
resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"
1264712657
integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==
@@ -12650,6 +12660,15 @@ pumpify@^1.3.3, pumpify@^1.5.1:
1265012660
inherits "^2.0.3"
1265112661
pump "^2.0.0"
1265212662

12663+
pumpify@^2.0.1:
12664+
version "2.0.1"
12665+
resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-2.0.1.tgz#abfc7b5a621307c728b551decbbefb51f0e4aa1e"
12666+
integrity sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==
12667+
dependencies:
12668+
duplexify "^4.1.1"
12669+
inherits "^2.0.3"
12670+
pump "^3.0.0"
12671+
1265312672
1265412673
version "1.3.2"
1265512674
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"

0 commit comments

Comments
 (0)