Skip to content

Commit e7fccf0

Browse files
Update dependency fs-extra to v11
1 parent 0f4e752 commit e7fccf0

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ava": "0.25.0",
2727
"babel-cli": "6.26.0",
2828
"babel-preset-env": "1.7.0",
29-
"fs-extra": "8.1.0",
29+
"fs-extra": "11.1.1",
3030
"husky": "3.1.0",
3131
"import-sort-cli": "6.0.0",
3232
"import-sort-parser-babylon": "6.0.0",

yarn.lock

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,16 @@ fragment-cache@^0.2.1:
23032303
dependencies:
23042304
map-cache "^0.2.2"
23052305

2306-
fs-extra@8.1.0, fs-extra@^8.1.0:
2306+
fs-extra@11.1.1:
2307+
version "11.1.1"
2308+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
2309+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
2310+
dependencies:
2311+
graceful-fs "^4.2.0"
2312+
jsonfile "^6.0.1"
2313+
universalify "^2.0.0"
2314+
2315+
fs-extra@^8.1.0:
23072316
version "8.1.0"
23082317
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
23092318
dependencies:
@@ -3296,6 +3305,15 @@ jsonfile@^4.0.0:
32963305
optionalDependencies:
32973306
graceful-fs "^4.1.6"
32983307

3308+
jsonfile@^6.0.1:
3309+
version "6.1.0"
3310+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
3311+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
3312+
dependencies:
3313+
universalify "^2.0.0"
3314+
optionalDependencies:
3315+
graceful-fs "^4.1.6"
3316+
32993317
jsonify@~0.0.0:
33003318
version "0.0.0"
33013319
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -5426,6 +5444,11 @@ universalify@^0.1.0:
54265444
version "0.1.1"
54275445
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
54285446

5447+
universalify@^2.0.0:
5448+
version "2.0.0"
5449+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
5450+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
5451+
54295452
unset-value@^1.0.0:
54305453
version "1.0.0"
54315454
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"

0 commit comments

Comments
 (0)