Skip to content

Commit 678233b

Browse files
Bump fs-extra from 8.0.1 to 8.1.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.0.1 to 8.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](https://github.com/jprichardson/node-fs-extra/commits/8.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 091d706 commit 678233b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jscodeshift": "^0.3.29"
1818
},
1919
"devDependencies": {
20-
"fs-extra": "^8.0.1",
20+
"fs-extra": "^8.1.0",
2121
"jest": "^24.8.0",
2222
"tmp": "^0.1.0"
2323
},

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,11 +1941,11 @@ fragment-cache@^0.2.1:
19411941
dependencies:
19421942
map-cache "^0.2.2"
19431943

1944-
fs-extra@^8.0.1:
1945-
version "8.0.1"
1946-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b"
1944+
fs-extra@^8.1.0:
1945+
version "8.1.0"
1946+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
19471947
dependencies:
1948-
graceful-fs "^4.1.2"
1948+
graceful-fs "^4.2.0"
19491949
jsonfile "^4.0.0"
19501950
universalify "^0.1.0"
19511951

@@ -2057,9 +2057,9 @@ globals@^9.0.0:
20572057
version "9.18.0"
20582058
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
20592059

2060-
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6:
2061-
version "4.1.15"
2062-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
2060+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
2061+
version "4.2.0"
2062+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.0.tgz#8d8fdc73977cb04104721cb53666c1ca64cd328b"
20632063

20642064
growly@^1.3.0:
20652065
version "1.3.0"

0 commit comments

Comments
 (0)