mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency @tryghost/zip to v1.1.11
This commit is contained in:
parent
d42af36234
commit
61ab968eb9
2 changed files with 11 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
"@tryghost/string": "0.1.17",
|
||||
"@tryghost/url-utils": "1.1.2",
|
||||
"@tryghost/vhost-middleware": "1.0.14",
|
||||
"@tryghost/zip": "1.1.10",
|
||||
"@tryghost/zip": "1.1.11",
|
||||
"amperize": "0.6.1",
|
||||
"analytics-node": "4.0.1",
|
||||
"bluebird": "3.7.2",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -727,6 +727,16 @@
|
|||
extract-zip "2.0.0"
|
||||
fs-extra "9.1.0"
|
||||
|
||||
"@tryghost/zip@1.1.11":
|
||||
version "1.1.11"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.11.tgz#4042c44fd47cac91a91c6bc8344d1d810158d9f8"
|
||||
integrity sha512-+2TxbZ6NxQRGiehpP/RoDbW+zT/z3RbHZJRnm1XOUJ/xRpctIDmWeMx0XFuCy+w6im9MrxIkY+aylgQtweNYKQ==
|
||||
dependencies:
|
||||
archiver "4.0.2"
|
||||
bluebird "3.7.2"
|
||||
extract-zip "2.0.0"
|
||||
fs-extra "9.1.0"
|
||||
|
||||
"@types/body-parser@*":
|
||||
version "1.19.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.0.tgz#0685b3c47eb3006ffed117cdd55164b61f80538f"
|
||||
|
|
Loading…
Add table
Reference in a new issue