From a3c82126695eda3ec17f36d9b4e4910fd6954ef0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Nov 2018 13:27:33 +0000 Subject: [PATCH] Update dependency fs-extra to v7.0.1 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dc8d00d5..8d799d26 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index c2a3f94a..6b7636b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"