mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update dependency @tryghost/zip to v1.1.5
This commit is contained in:
parent
7cac75b1bc
commit
2319f085e9
2 changed files with 11 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
"@tryghost/string": "0.1.14",
|
||||
"@tryghost/url-utils": "0.6.23",
|
||||
"@tryghost/vhost-middleware": "1.0.10",
|
||||
"@tryghost/zip": "1.1.4",
|
||||
"@tryghost/zip": "1.1.5",
|
||||
"ajv": "6.12.6",
|
||||
"amperize": "0.6.1",
|
||||
"analytics-node": "3.4.0-beta.3",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -656,6 +656,16 @@
|
|||
extract-zip "2.0.0"
|
||||
fs-extra "9.0.1"
|
||||
|
||||
"@tryghost/zip@1.1.5":
|
||||
version "1.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/zip/-/zip-1.1.5.tgz#385cd2822a8e05165538f3cd82bec5b59b3b4377"
|
||||
integrity sha512-vAZDLkPru0rStnOQ+GjSahni3QSX+1Yd6nkKYTKkrMkno5SzvhlrTJZcw/SW7JiTjGosZOoSShpI5q5vmqhWDQ==
|
||||
dependencies:
|
||||
archiver "4.0.1"
|
||||
bluebird "3.7.2"
|
||||
extract-zip "2.0.0"
|
||||
fs-extra "9.0.1"
|
||||
|
||||
"@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