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

fix(deps): update dependency fs-extra to v7
This commit is contained in:
Jérémie Astori 2018-07-17 00:30:57 -04:00 committed by GitHub
commit 056a38caeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@
"commander": "2.16.0",
"express": "4.16.3",
"filenamify": "2.1.0",
"fs-extra": "6.0.1",
"fs-extra": "7.0.0",
"irc-framework": "3.1.0",
"linkify-it": "2.0.3",
"lodash": "4.17.10",

View file

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