From 58d3866095e316bed9910e1d30567f5b9c37c004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <renovate[bot]@users.noreply.github.com> Date: Tue, 1 May 2018 18:14:43 +0200 Subject: [PATCH] fix: update dependency fs-extra to v6 (#1904) --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b7f31adf73..36708175ad 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "delay": "2.0.0", "detect-indent": "5.0.0", "email-addresses": "3.0.1", - "fs-extra": "5.0.0", + "fs-extra": "6.0.0", "get-installed-path": "4.0.8", "gh-got": "7.0.0", "github-url-from-git": "1.5.0", diff --git a/yarn.lock b/yarn.lock index e8bfc4c740..8b21333baf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2112,7 +2112,15 @@ from2@^2.1.0, from2@^2.1.1: inherits "^2.0.1" readable-stream "^2.0.0" -fs-extra@5.0.0, fs-extra@^5.0.0: +fs-extra@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817" + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + +fs-extra@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd" dependencies: -- GitLab