diff --git a/package.json b/package.json index 33b74f2c..5c74e01c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "jest" }, "dependencies": { - "fs-extra": "^6.0.0", + "fs-extra": "^8.0.0", "italia-ts-commons": "^5.0.1", "nunjucks": "^3.1.2", "prettier": "^1.12.1", diff --git a/yarn.lock b/yarn.lock index b3803724..f689cc8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1482,7 +1482,7 @@ fs-extra@1.0.0: jsonfile "^2.1.0" klaw "^1.0.0" -fs-extra@6.0.0, fs-extra@^6.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: @@ -1490,6 +1490,14 @@ fs-extra@6.0.0, fs-extra@^6.0.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.0.tgz#3660bea66719e3a3c46bf7a4b1249fb658db3f0c" + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-minipass@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"