Skip to content

Commit 33b35e2

Browse files
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](jprichardson/node-fs-extra@6.0.0...7.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent ac1f00f commit 33b35e2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "jest"
2222
},
2323
"dependencies": {
24-
"fs-extra": "^6.0.0",
24+
"fs-extra": "^7.0.1",
2525
"italia-ts-commons": "^5.0.1",
2626
"nunjucks": "^3.1.2",
2727
"prettier": "^1.12.1",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,14 +1482,22 @@ fs-extra@1.0.0:
14821482
jsonfile "^2.1.0"
14831483
klaw "^1.0.0"
14841484

1485-
fs-extra@6.0.0, fs-extra@^6.0.0:
1485+
fs-extra@6.0.0:
14861486
version "6.0.0"
14871487
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
14881488
dependencies:
14891489
graceful-fs "^4.1.2"
14901490
jsonfile "^4.0.0"
14911491
universalify "^0.1.0"
14921492

1493+
fs-extra@^7.0.1:
1494+
version "7.0.1"
1495+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
1496+
dependencies:
1497+
graceful-fs "^4.1.2"
1498+
jsonfile "^4.0.0"
1499+
universalify "^0.1.0"
1500+
14931501
fs-minipass@^1.2.5:
14941502
version "1.2.5"
14951503
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"

0 commit comments

Comments
 (0)