mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/zip to v1.1.2
This commit is contained in:
parent
45085cdd99
commit
b56c858109
2 changed files with 11 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
"@tryghost/string": "0.1.10",
|
||||
"@tryghost/url-utils": "0.6.19",
|
||||
"@tryghost/vhost-middleware": "1.0.6",
|
||||
"@tryghost/zip": "1.1.1",
|
||||
"@tryghost/zip": "1.1.2",
|
||||
"ajv": "6.12.3",
|
||||
"amperize": "0.6.1",
|
||||
"analytics-node": "3.4.0-beta.2",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -588,6 +588,16 @@
|
|||
extract-zip "2.0.0"
|
||||
fs-extra "9.0.0"
|
||||
|
||||
"@tryghost/zip@1.1.2":
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.2.tgz#80b715afb5ede282ff527083c217961b168f850f"
|
||||
integrity sha512-PKWZN2Vj+vSDKhytiDdXr0yse3l/ba2W0c6ZIFQfs1D9P6SSpIPqBKKawPDyQKqRH15trz6WzUwVhFLNI25ESQ==
|
||||
dependencies:
|
||||
archiver "4.0.1"
|
||||
bluebird "3.7.2"
|
||||
extract-zip "2.0.0"
|
||||
fs-extra "9.0.1"
|
||||
|
||||
"@types/bluebird@^3.5.27":
|
||||
version "3.5.32"
|
||||
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.32.tgz#381e7b59e39f010d20bbf7e044e48f5caf1ab620"
|
||||
|
|
Loading…
Add table
Reference in a new issue