Update dependency fs-extra to v10

This commit is contained in:
Renovate Bot 2021-05-05 15:13:15 +00:00 committed by Daniel Lockyer
parent f80f286dbb
commit e117aff679
2 changed files with 5 additions and 6 deletions

View File

@ -109,7 +109,7 @@
"eslint": "7.25.0",
"eslint-plugin-ghost": "2.1.0",
"faker": "5.5.3",
"fs-extra": "9.1.0",
"fs-extra": "10.0.0",
"glob": "7.1.6",
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
"grunt": "1.4.0",

View File

@ -8666,12 +8666,11 @@ from2@^2.1.0, from2@^2.1.1:
inherits "^2.0.1"
readable-stream "^2.0.0"
fs-extra@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
fs-extra@10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"