Update dependency @tryghost/zip to v1.1.13

This commit is contained in:
Renovate Bot 2021-05-07 11:19:21 +00:00 committed by Daniel Lockyer
parent b1499d4037
commit 037a443f49
2 changed files with 17 additions and 6 deletions

View File

@ -71,7 +71,7 @@
"@tryghost/string": "0.1.18",
"@tryghost/url-utils": "1.1.3",
"@tryghost/vhost-middleware": "1.0.14",
"@tryghost/zip": "1.1.12",
"@tryghost/zip": "1.1.13",
"amperize": "0.6.1",
"analytics-node": "4.0.1",
"bluebird": "3.7.2",

View File

@ -688,14 +688,14 @@
extract-zip "2.0.0"
fs-extra "9.1.0"
"@tryghost/zip@1.1.12":
version "1.1.12"
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.12.tgz#49e70168d062d81be4a73923e3585c43f35272b7"
integrity sha512-PAuQ0RtG/IlKa2fYKS8jktm5AL7Sf62NIwNRJb1QezMTTZIVdQJmIzHvo0C6sCLcxw67Q+4+GM6jdCP31PCiuw==
"@tryghost/zip@1.1.13":
version "1.1.13"
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.13.tgz#151e460350336584d5111cac8b90dbaf2f18bfa5"
integrity sha512-YrX9KAmHbQ3O79js6/xvRhizigxYDc7XTNf3FtekG/9HeiA4M2D6cVGMrv6BG9r+OO7ksjut1TI3LQPLzC3joA==
dependencies:
archiver "^4.0.2"
bluebird "^3.7.2"
extract-zip "2.0.0"
extract-zip "2.0.1"
fs-extra "^9.1.0"
"@trysound/sax@0.1.1":
@ -3400,6 +3400,17 @@ extract-zip@2.0.0:
optionalDependencies:
"@types/yauzl" "^2.9.1"
extract-zip@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
dependencies:
debug "^4.1.1"
get-stream "^5.1.0"
yauzl "^2.10.0"
optionalDependencies:
"@types/yauzl" "^2.9.1"
extsprintf@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"