From 1b572508da467a261f158d303b133e80fdf3a322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 05:17:58 +0000 Subject: [PATCH] Bump fs-extra from 6.0.0 to 8.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 6.0.0 to 8.0.1. - [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/commits) 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..c61661fd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "jest" }, "dependencies": { - "fs-extra": "^6.0.0", + "fs-extra": "^8.0.1", "italia-ts-commons": "^5.0.1", "nunjucks": "^3.1.2", "prettier": "^1.12.1", diff --git a/yarn.lock b/yarn.lock index b3803724..26984665 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.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b" + 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"