File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 32
32
"ember-cli-babel" : " ^7.26.10" ,
33
33
"ember-cli-build-config-editor" : " ^0.5.0" ,
34
34
"ember-cli-htmlbars" : " ^6.0.0" ,
35
- "fs-extra" : " ^10 .0.0" ,
35
+ "fs-extra" : " ^11 .0.0" ,
36
36
"rsvp" : " ^4.0.1"
37
37
},
38
38
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -6183,6 +6183,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
6183
6183
jsonfile "^6.0.1"
6184
6184
universalify "^2.0.0"
6185
6185
6186
+ fs-extra@^11.0.0:
6187
+ version "11.1.0"
6188
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
6189
+ integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
6190
+ dependencies:
6191
+ graceful-fs "^4.2.0"
6192
+ jsonfile "^6.0.1"
6193
+ universalify "^2.0.0"
6194
+
6186
6195
fs-extra@^4.0.2, fs-extra@^4.0.3:
6187
6196
version "4.0.3"
6188
6197
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
You can’t perform that action at this time.
0 commit comments