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 27
27
"chai-files" : " ^1.0.0" ,
28
28
"debug" : " ^4.3.2" ,
29
29
"ember-cli-internal-test-helpers" : " ^0.9.1" ,
30
- "fs-extra" : " ^9.1 .0" ,
30
+ "fs-extra" : " ^10.0 .0" ,
31
31
"testdouble" : " ^3.16.1" ,
32
32
"tmp-sync" : " ^1.0.0"
33
33
},
Original file line number Diff line number Diff line change @@ -3086,6 +3086,15 @@ fs-extra@^0.30.0:
3086
3086
path-is-absolute "^1.0.0"
3087
3087
rimraf "^2.2.8"
3088
3088
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
+
3089
3098
fs-extra@^4.0.2 :
3090
3099
version "4.0.3"
3091
3100
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:
3111
3120
jsonfile "^4.0.0"
3112
3121
universalify "^0.1.0"
3113
3122
3114
- fs-extra@^9.0.0, fs-extra@^9.1.0 :
3123
+ fs-extra@^9.0.0 :
3115
3124
version "9.1.0"
3116
3125
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3117
3126
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
You can’t perform that action at this time.
0 commit comments