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:
Daniel Lockyer 2021-04-16 13:13:55 +01:00
parent 713cbd3cc4
commit d37146f6fd

View File

@ -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"
}
}