From 70f3c4e7b42d7b0b722ce78669da79f7d32e12cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 10:48:05 +0200 Subject: [PATCH] Update dependency gulp-zip to v5.1.0 (#518) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index aa1a65c..32689fd 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "gulp-sourcemaps": "3.0.0", "gulp-uglify": "3.0.2", "gulp-util": "3.0.8", - "gulp-zip": "5.0.2", + "gulp-zip": "5.1.0", "husky": "4.3.8", "i18next-scanner": "3.1.0", "jest": "26.6.3", diff --git a/yarn.lock b/yarn.lock index e366da7..1cd0883 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6068,7 +6068,7 @@ get-stream@^4.0.0: dependencies: pump "^3.0.0" -get-stream@^5.0.0, get-stream@^5.1.0: +get-stream@^5.0.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== @@ -6563,12 +6563,12 @@ gulp-util@3.0.8, gulp-util@^3.0.7, gulp-util@^3.0.8: through2 "^2.0.0" vinyl "^0.5.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"