From fa8cc4cf2e1f33cfdb612b19071ba6913cf01d5e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Mar 2021 09:48:00 +0000 Subject: [PATCH] Update dependency gulp-zip to v5.1.0 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 35d0b98..1641a69 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "gulp-livereload": "4.0.2", "gulp-postcss": "9.0.0", "gulp-uglify": "3.0.2", - "gulp-zip": "5.0.2", + "gulp-zip": "5.1.0", "inquirer": "8.0.0", "postcss": "8.2.8", "postcss-color-mod-function": "3.0.3", diff --git a/yarn.lock b/yarn.lock index ba4436e..dd64f1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1956,7 +1956,7 @@ get-intrinsic@^1.0.2: has "^1.0.3" has-symbols "^1.0.1" -get-stream@^5.0.0, get-stream@^5.1.0: +get-stream@^5.0.0, get-stream@^5.1.0, get-stream@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== @@ -2194,12 +2194,12 @@ gulp-uglify@3.0.2: uglify-js "^3.0.5" vinyl-sourcemaps-apply "^0.2.0" -gulp-zip@5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-5.0.2.tgz#2edf797ec842e770f4dfde8bef97d139015b1972" - integrity sha512-rZd0Ppuc8Bf7J2/WzcdNaeb+lcEXf1R8mV/PJ9Kdu7PmnInWVeLSmiXIka/2QSe6uhAsGVFAMffWSaMzAPGTBg== +gulp-zip@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-5.1.0.tgz#38cc1d4c61bc2ab06b452ce463cbe2adc52b935e" + integrity sha512-XZr/y91IliK/SpR74g3TkZejGkGEmK7CSDjSghT1jXshgO+dFvpLIz9w9fpuwkew6i7k4F+G24TubNgq1ISzEw== dependencies: - get-stream "^5.1.0" + get-stream "^5.2.0" plugin-error "^1.0.1" through2 "^3.0.1" vinyl "^2.1.0"