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.1" ,
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 @@ -3052,6 +3052,15 @@ fs-extra@^0.30.0:
3052
3052
path-is-absolute "^1.0.0"
3053
3053
rimraf "^2.2.8"
3054
3054
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
+
3055
3064
fs-extra@^4.0.2 :
3056
3065
version "4.0.3"
3057
3066
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:
3077
3086
jsonfile "^4.0.0"
3078
3087
universalify "^0.1.0"
3079
3088
3080
- fs-extra@^9.0.0, fs-extra@^9.1.0 :
3089
+ fs-extra@^9.0.0 :
3081
3090
version "9.1.0"
3082
3091
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3083
3092
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
You can’t perform that action at this time.
0 commit comments