chore(deps): update dependency fs-extra to v7.0.1
This commit is contained in:
parent
c4f6aa1044
commit
5097c33626
2 changed files with 5 additions and 5 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-prettier": "2.7.0",
|
||||
"front-matter": "2.3.0",
|
||||
"fs-extra": "7.0.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"gh-pages": "1.2.0",
|
||||
"glob": "7.1.3",
|
||||
"husky": "0.14.3",
|
||||
|
|
|
|||
|
|
@ -2958,10 +2958,10 @@ front-matter@2.3.0:
|
|||
dependencies:
|
||||
js-yaml "^3.10.0"
|
||||
|
||||
fs-extra@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.0.tgz#8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6"
|
||||
integrity sha512-EglNDLRpmaTWiD/qraZn6HREAEAHJcJOmxNEYwq6xeMKnVMAy3GUcFB+wXt2C6k4CNvB/mP1y/U3dzvKKj5OtQ==
|
||||
fs-extra@7.0.1:
|
||||
version "7.0.1"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
|
||||
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
|
||||
dependencies:
|
||||
graceful-fs "^4.1.2"
|
||||
jsonfile "^4.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue