Skip to content

Commit a3f51c3

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

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

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.3.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-
[email protected], fs-extra@^8.1.0:
2306+
2307+
version "11.3.1"
2308+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
2309+
integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
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.1"
5449+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
5450+
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
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)