Bump gulp-zip from 5.0.2 to 5.1.0
Bumps [gulp-zip](https://github.com/sindresorhus/gulp-zip) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/sindresorhus/gulp-zip/releases) - [Commits](https://github.com/sindresorhus/gulp-zip/compare/v5.0.2...v5.1.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b924d29362
commit
debaa7a45d
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -6978,12 +6978,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gulp-zip": {
|
"gulp-zip": {
|
||||||
"version": "5.0.2",
|
"version": "5.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/gulp-zip/-/gulp-zip-5.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/gulp-zip/-/gulp-zip-5.1.0.tgz",
|
||||||
"integrity": "sha512-rZd0Ppuc8Bf7J2/WzcdNaeb+lcEXf1R8mV/PJ9Kdu7PmnInWVeLSmiXIka/2QSe6uhAsGVFAMffWSaMzAPGTBg==",
|
"integrity": "sha512-XZr/y91IliK/SpR74g3TkZejGkGEmK7CSDjSghT1jXshgO+dFvpLIz9w9fpuwkew6i7k4F+G24TubNgq1ISzEw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"get-stream": "^5.1.0",
|
"get-stream": "^5.2.0",
|
||||||
"plugin-error": "^1.0.1",
|
"plugin-error": "^1.0.1",
|
||||||
"through2": "^3.0.1",
|
"through2": "^3.0.1",
|
||||||
"vinyl": "^2.1.0",
|
"vinyl": "^2.1.0",
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"gulp-sourcemaps": "^3.0.0",
|
"gulp-sourcemaps": "^3.0.0",
|
||||||
"gulp-terser": "^2.0.1",
|
"gulp-terser": "^2.0.1",
|
||||||
"gulp-typescript": "^6.0.0-alpha.1",
|
"gulp-typescript": "^6.0.0-alpha.1",
|
||||||
"gulp-zip": "^5.0.2",
|
"gulp-zip": "^5.1.0",
|
||||||
"merge-stream": "^2.0.0",
|
"merge-stream": "^2.0.0",
|
||||||
"postcss": "^8.2.7",
|
"postcss": "^8.2.7",
|
||||||
"sass": "^1.32.8",
|
"sass": "^1.32.8",
|
||||||
|
|
Loading…
Reference in a new issue