Skip to content

Commit 200318b

Browse files
Bump fs-extra from 9.1.0 to 10.0.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.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.1.0...10.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 016c4b1 commit 200318b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chai-files": "^1.0.0",
2828
"debug": "^4.3.1",
2929
"ember-cli-internal-test-helpers": "^0.9.1",
30-
"fs-extra": "^9.1.0",
30+
"fs-extra": "^10.0.0",
3131
"testdouble": "^3.16.1",
3232
"tmp-sync": "^1.0.0"
3333
},

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,6 +3052,15 @@ fs-extra@^0.30.0:
30523052
path-is-absolute "^1.0.0"
30533053
rimraf "^2.2.8"
30543054

3055+
fs-extra@^10.0.0:
3056+
version "10.0.0"
3057+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3058+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3059+
dependencies:
3060+
graceful-fs "^4.2.0"
3061+
jsonfile "^6.0.1"
3062+
universalify "^2.0.0"
3063+
30553064
fs-extra@^4.0.2:
30563065
version "4.0.3"
30573066
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
@@ -3077,7 +3086,7 @@ fs-extra@^8.0.1, fs-extra@^8.1.0:
30773086
jsonfile "^4.0.0"
30783087
universalify "^0.1.0"
30793088

3080-
fs-extra@^9.0.0, fs-extra@^9.1.0:
3089+
fs-extra@^9.0.0:
30813090
version "9.1.0"
30823091
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
30833092
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==

0 commit comments

Comments
 (0)