diff --git a/package.json b/package.json index c00bea6..d441900 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@herrfugbaum/q": "^0.2.2", "chalk": "^2.4.1", - "fs-extra": "^7.0.1", + "fs-extra": "^8.0.0", "lodash": "^4.17.11", "papaparse": "^4.6.2", "table": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 274b760..4e216b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1808,9 +1808,10 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -fs-extra@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" +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"