mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/zip to v1.1.7
This commit is contained in:
parent
c1e3788570
commit
6383f1dbd7
2 changed files with 11 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
"@tryghost/string": "0.1.14",
|
"@tryghost/string": "0.1.14",
|
||||||
"@tryghost/url-utils": "0.6.23",
|
"@tryghost/url-utils": "0.6.23",
|
||||||
"@tryghost/vhost-middleware": "1.0.10",
|
"@tryghost/vhost-middleware": "1.0.10",
|
||||||
"@tryghost/zip": "1.1.6",
|
"@tryghost/zip": "1.1.7",
|
||||||
"ajv": "6.12.6",
|
"ajv": "6.12.6",
|
||||||
"amperize": "0.6.1",
|
"amperize": "0.6.1",
|
||||||
"analytics-node": "3.4.0-beta.3",
|
"analytics-node": "3.4.0-beta.3",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -589,6 +589,16 @@
|
||||||
extract-zip "2.0.0"
|
extract-zip "2.0.0"
|
||||||
fs-extra "9.0.1"
|
fs-extra "9.0.1"
|
||||||
|
|
||||||
|
"@tryghost/zip@1.1.7":
|
||||||
|
version "1.1.7"
|
||||||
|
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.7.tgz#8aa721158087f7bb7d031337513aa03f7a489233"
|
||||||
|
integrity sha512-FAb7f7sOSUPaCrxtyRRk1yhl3EHTdypFbcLqv69W67Su/eMb2YDTJ7JwC2Jowy9fTnLa+aM/f3PeTOJepCQmGQ==
|
||||||
|
dependencies:
|
||||||
|
archiver "4.0.1"
|
||||||
|
bluebird "3.7.2"
|
||||||
|
extract-zip "2.0.0"
|
||||||
|
fs-extra "9.0.1"
|
||||||
|
|
||||||
"@types/body-parser@*":
|
"@types/body-parser@*":
|
||||||
version "1.19.0"
|
version "1.19.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz#0685b3c47eb3006ffed117cdd55164b61f80538f"
|
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz#0685b3c47eb3006ffed117cdd55164b61f80538f"
|
||||||
|
|
Loading…
Add table
Reference in a new issue