Skip to content

Commit c3abba8

Browse files
Bump fs-extra from 9.0.1 to 9.1.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0. - [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@9.0.1...9.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 92f49e9 commit c3abba8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"ava": "1.4.1",
40-
"fs-extra": "9.0.1",
40+
"fs-extra": "9.1.0",
4141
"husky": "4.3.8",
4242
"import-sort-cli": "6.0.0",
4343
"import-sort-parser-babylon": "6.0.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,15 +1986,15 @@ fragment-cache@^0.2.1:
19861986
dependencies:
19871987
map-cache "^0.2.2"
19881988

1989-
fs-extra@9.0.1:
1990-
version "9.0.1"
1991-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
1992-
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
1989+
fs-extra@9.1.0:
1990+
version "9.1.0"
1991+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
1992+
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
19931993
dependencies:
19941994
at-least-node "^1.0.0"
19951995
graceful-fs "^4.2.0"
19961996
jsonfile "^6.0.1"
1997-
universalify "^1.0.0"
1997+
universalify "^2.0.0"
19981998

19991999
fs-extra@^8.1.0:
20002000
version "8.1.0"
@@ -4995,6 +4995,11 @@ universalify@^1.0.0:
49954995
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
49964996
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
49974997

4998+
universalify@^2.0.0:
4999+
version "2.0.0"
5000+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
5001+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
5002+
49985003
unset-value@^1.0.0:
49995004
version "1.0.0"
50005005
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"

0 commit comments

Comments
 (0)