mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Update dependency fs-extra to v10
This commit is contained in:
parent
bd6a295674
commit
446deab43b
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
"dependencies": {
|
||||
"@tryghost/errors": "^1.2.1",
|
||||
"bluebird": "^3.7.2",
|
||||
"fs-extra": "^9.1.0"
|
||||
"fs-extra": "^10.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sharp": "^0.30.0"
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
"archiver": "^4.0.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"extract-zip": "^2.0.1",
|
||||
"fs-extra": "^9.1.0"
|
||||
"fs-extra": "^10.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue