File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2727 "chai-files" : " ^1.0.0" ,
2828 "debug" : " ^4.3.2" ,
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 },
Original file line number Diff line number Diff line change @@ -3086,6 +3086,15 @@ fs-extra@^0.30.0:
30863086 path-is-absolute "^1.0.0"
30873087 rimraf "^2.2.8"
30883088
3089+ fs-extra@^10.0.0 :
3090+ version "10.0.0"
3091+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3092+ integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3093+ dependencies :
3094+ graceful-fs "^4.2.0"
3095+ jsonfile "^6.0.1"
3096+ universalify "^2.0.0"
3097+
30893098fs-extra@^4.0.2 :
30903099 version "4.0.3"
30913100 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
@@ -3111,7 +3120,7 @@ fs-extra@^8.0.1, fs-extra@^8.1.0:
31113120 jsonfile "^4.0.0"
31123121 universalify "^0.1.0"
31133122
3114- fs-extra@^9.0.0, fs-extra@^9.1.0 :
3123+ fs-extra@^9.0.0 :
31153124 version "9.1.0"
31163125 resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
31173126 integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
You can’t perform that action at this time.
0 commit comments