mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Update dependency fs-extra to v8
This commit is contained in:
parent
f0114835ce
commit
74b17ca5cb
2 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@
|
|||
"express": "4.16.4",
|
||||
"file-type": "11.0.0",
|
||||
"filenamify": "4.0.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"fs-extra": "8.0.0",
|
||||
"irc-framework": "4.3.0",
|
||||
"is-utf8": "0.2.1",
|
||||
"linkify-it": "2.1.0",
|
||||
|
|
|
@ -3629,10 +3629,10 @@ from2@^2.1.0:
|
|||
inherits "^2.0.1"
|
||||
readable-stream "^2.0.0"
|
||||
|
||||
fs-extra@7.0.1:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
|
||||
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
|
||||
fs-extra@8.0.0:
|
||||
version "8.0.0"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.0.tgz#3660bea66719e3a3c46bf7a4b1249fb658db3f0c"
|
||||
integrity sha512-3hU7dzpfqG+A7gloPULls7j9mKDzpCyMOTBvQS0lZfqVfjA6/m0AkLXq0O1vnfP5roXjjL1DuUGKapr8vJWmQw==
|
||||
dependencies:
|
||||
graceful-fs "^4.1.2"
|
||||
jsonfile "^4.0.0"
|
||||
|
|
Loading…
Reference in a new issue