Merge pull request #2450 from thelounge/renovate/fs-extra-6.x

Update dependency fs-extra to v6.0.1
This commit is contained in:
Pavel Djundik 2018-05-22 15:28:37 +03:00 committed by GitHub
commit 62e4077e93
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": "6.0.0",
"fs-extra": "6.0.1",
"irc-framework": "2.11.0",
"lodash": "4.17.10",
"mime-types": "2.1.18",

View file

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