Skip to content

Commit f4ff7f4

Browse files
Update dependency fs-extra to v11
1 parent 5877021 commit f4ff7f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ember-cli-babel": "^7.26.10",
3333
"ember-cli-build-config-editor": "^0.5.0",
3434
"ember-cli-htmlbars": "^6.0.0",
35-
"fs-extra": "^10.0.0",
35+
"fs-extra": "^11.0.0",
3636
"rsvp": "^4.0.1"
3737
},
3838
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6183,6 +6183,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
61836183
jsonfile "^6.0.1"
61846184
universalify "^2.0.0"
61856185

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+
61866195
fs-extra@^4.0.2, fs-extra@^4.0.3:
61876196
version "4.0.3"
61886197
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"

0 commit comments

Comments
 (0)