Skip to content

Commit 78b7375

Browse files
Bump gulp-zip from 4.2.0 to 5.0.1 (#139)
Bumps [gulp-zip](https://github.com/sindresorhus/gulp-zip) from 4.2.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/gulp-zip/releases) - [Commits](sindresorhus/gulp-zip@v4.2.0...v5.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01a9e37 commit 78b7375

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"gulp-rename": "^2.0.0",
5757
"gulp-uglify": "^3.0.0",
5858
"gulp-useref": "^4.0.1",
59-
"gulp-zip": "^4.1.0",
59+
"gulp-zip": "^5.0.1",
6060
"husky": "^4.2.5",
6161
"identity-obj-proxy": "^3.0.0",
6262
"if-env": "^1.0.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6405,7 +6405,7 @@ get-stream@^4.0.0:
64056405
dependencies:
64066406
pump "^3.0.0"
64076407

6408-
get-stream@^5.0.0:
6408+
get-stream@^5.0.0, get-stream@^5.1.0:
64096409
version "5.1.0"
64106410
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.1.0.tgz#01203cdc92597f9b909067c3e656cc1f4d3c4dc9"
64116411
integrity sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw==
@@ -6889,16 +6889,16 @@ gulp-util@^3.0.0:
68896889
through2 "^2.0.0"
68906890
vinyl "^0.5.0"
68916891

6892-
gulp-zip@^4.1.0:
6893-
version "4.2.0"
6894-
resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-4.2.0.tgz#e25e738c41ad0795ad853d1d8aeb1744d2a4ca82"
6895-
integrity sha512-I+697f6jf+PncdTrqfuwoauxgnLG1yHRg3vlmvDgmJuEnlEHy4meBktJ/oHgfyg4tp6X25wuZqUOraVeVg97wQ==
6892+
gulp-zip@^5.0.1:
6893+
version "5.0.1"
6894+
resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-5.0.1.tgz#0dba5094901b0d91bcc8b53b3f6ff797c0f2002d"
6895+
integrity sha512-M/IWLh9RvOpuofDZkgDirtiyz9J3yIqnDOJ3muzk2D/XnZ1ruqPlPLRIpXnl/aZU+xXwKPdOIxjRzkUcVEQyZQ==
68966896
dependencies:
6897-
get-stream "^3.0.0"
6898-
plugin-error "^0.1.2"
6899-
through2 "^2.0.1"
6897+
get-stream "^5.1.0"
6898+
plugin-error "^1.0.1"
6899+
through2 "^3.0.1"
69006900
vinyl "^2.1.0"
6901-
yazl "^2.1.0"
6901+
yazl "^2.5.1"
69026902

69036903
gulp@^3.9.1:
69046904
version "3.9.1"
@@ -13801,7 +13801,7 @@ through2@^0.6.1:
1380113801
readable-stream ">=1.0.33-1 <1.1.0-0"
1380213802
xtend ">=4.0.0 <4.1.0-0"
1380313803

13804-
through2@^2.0.0, through2@^2.0.1, through2@^2.0.3, through2@~2.0.0:
13804+
through2@^2.0.0, through2@^2.0.3, through2@~2.0.0:
1380513805
version "2.0.5"
1380613806
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
1380713807
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
@@ -15192,7 +15192,7 @@ yauzl@^2.4.2:
1519215192
buffer-crc32 "~0.2.3"
1519315193
fd-slicer "~1.1.0"
1519415194

15195-
yazl@^2.1.0, yazl@^2.3.1:
15195+
yazl@^2.3.1, yazl@^2.5.1:
1519615196
version "2.5.1"
1519715197
resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.5.1.tgz#a3d65d3dd659a5b0937850e8609f22fffa2b5c35"
1519815198
integrity sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==

0 commit comments

Comments
 (0)