From cd96fd124788e22091449c8f99200771ee5c7ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 05:09:03 +0000 Subject: [PATCH] Bump fs-extra from 6.0.0 to 8.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 6.0.0 to 8.0.0. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/6.0.0...8.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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"