From 33b35e2a2c829cb0dd88d97126fa0202599f89a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 Apr 2019 05:04:45 +0000 Subject: [PATCH] Bump fs-extra from 6.0.0 to 7.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 6.0.0 to 7.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/compare/6.0.0...7.0.1) 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..3ddd7176 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "test": "jest" }, "dependencies": { - "fs-extra": "^6.0.0", + "fs-extra": "^7.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..91a63355 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@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" + 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"