Merge pull request #2893 from thelounge/renovate/fs-extra-7.x

Update dependency fs-extra to v7.0.1
This commit is contained in:
Pavel Djundik 2018-11-13 13:25:42 +02:00 committed by GitHub
commit 9e51d12acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
"express": "4.16.4",
"file-type": "10.1.0",
"filenamify": "2.1.0",
"fs-extra": "7.0.0",
"fs-extra": "7.0.1",
"irc-framework": "4.0.0",
"is-utf8": "0.2.1",
"linkify-it": "2.0.3",

View File

@ -2994,9 +2994,9 @@ from@^0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
fs-extra@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.0.tgz#8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6"
fs-extra@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"