0
Fork 0
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:
Renovate Bot 2022-03-24 10:41:20 +00:00 committed by Daniel Lockyer
parent bd6a295674
commit 446deab43b
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"@tryghost/errors": "^1.2.1", "@tryghost/errors": "^1.2.1",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"fs-extra": "^9.1.0" "fs-extra": "^10.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"sharp": "^0.30.0" "sharp": "^0.30.0"

View file

@ -29,6 +29,6 @@
"archiver": "^4.0.2", "archiver": "^4.0.2",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"fs-extra": "^9.1.0" "fs-extra": "^10.0.0"
} }
} }