Merge pull request #2410 from thelounge/greenkeeper/fs-extra-6.0.0

Update fs-extra to the latest version 🚀
This commit is contained in:
Jérémie Astori 2018-05-01 19:35:49 -04:00 committed by GitHub
commit 0c8765647a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@
"cheerio": "0.22.0",
"commander": "2.15.1",
"express": "4.16.3",
"fs-extra": "5.0.0",
"fs-extra": "6.0.0",
"irc-framework": "2.11.0",
"lodash": "4.17.10",
"mime-types": "2.1.18",

View file

@ -3123,9 +3123,9 @@ from@~0:
version "0.1.7"
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
fs-extra@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
fs-extra@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"