mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Re-pinned extract-zip to v2.0.0
no issue - `extract-zip` v2.0.1 currently requires Node 10.17.0, which we're not ready to bump our minimums to - we'll probably bump this when we drop Node 10 at the end of April 2021
This commit is contained in:
parent
713cbd3cc4
commit
d37146f6fd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
"dependencies": {
|
||||
"archiver": "^4.0.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"extract-zip": "^2.0.0",
|
||||
"extract-zip": "2.0.0",
|
||||
"fs-extra": "^9.1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue