Update dependency gulp-zip to v5.0.1
This commit is contained in:
parent
019c11d71e
commit
b2ee760cef
|
@ -54,7 +54,7 @@
|
||||||
"gulp-uglify": "3.0.2",
|
"gulp-uglify": "3.0.2",
|
||||||
"gulp-util": "3.0.8",
|
"gulp-util": "3.0.8",
|
||||||
"gulp-watch": "5.0.1",
|
"gulp-watch": "5.0.1",
|
||||||
"gulp-zip": "5.0.0",
|
"gulp-zip": "5.0.1",
|
||||||
"postcss-color-function": "4.1.0",
|
"postcss-color-function": "4.1.0",
|
||||||
"postcss-custom-properties": "9.1.1",
|
"postcss-custom-properties": "9.1.1",
|
||||||
"postcss-easy-import": "3.0.0"
|
"postcss-easy-import": "3.0.0"
|
||||||
|
|
|
@ -2208,10 +2208,10 @@ gulp-watch@5.0.1:
|
||||||
vinyl "^2.1.0"
|
vinyl "^2.1.0"
|
||||||
vinyl-file "^2.0.0"
|
vinyl-file "^2.0.0"
|
||||||
|
|
||||||
gulp-zip@5.0.0:
|
gulp-zip@5.0.1:
|
||||||
version "5.0.0"
|
version "5.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-5.0.0.tgz#ba1af3247e7acc4dc01a72a77c568654cfb1dd1f"
|
resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-5.0.1.tgz#0dba5094901b0d91bcc8b53b3f6ff797c0f2002d"
|
||||||
integrity sha512-oR3t8kn+ccHkSyRcBV5kBLPXrhqTh5d6wBAR7r7wqjNQNBhYvOwPedCwlAaGcNl1qSeXNDn6qOk1Qyxvx9Wrow==
|
integrity sha512-M/IWLh9RvOpuofDZkgDirtiyz9J3yIqnDOJ3muzk2D/XnZ1ruqPlPLRIpXnl/aZU+xXwKPdOIxjRzkUcVEQyZQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
get-stream "^5.1.0"
|
get-stream "^5.1.0"
|
||||||
plugin-error "^1.0.1"
|
plugin-error "^1.0.1"
|
||||||
|
|
Loading…
Reference in New Issue