chore(deps): update dependency fs-extra to v8 (#682)
This commit is contained in:
parent
59d21f5e19
commit
c991e456e6
3 changed files with 8 additions and 8 deletions
6
docs/package-lock.json
generated
6
docs/package-lock.json
generated
|
|
@ -4415,9 +4415,9 @@
|
|||
}
|
||||
},
|
||||
"fs-extra": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
|
||||
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.0.0.tgz",
|
||||
"integrity": "sha512-3hU7dzpfqG+A7gloPULls7j9mKDzpCyMOTBvQS0lZfqVfjA6/m0AkLXq0O1vnfP5roXjjL1DuUGKapr8vJWmQw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"graceful-fs": "^4.1.2",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"eslint-plugin-import": "2.17.2",
|
||||
"eslint-plugin-prettier": "2.7.0",
|
||||
"front-matter": "3.0.2",
|
||||
"fs-extra": "7.0.1",
|
||||
"fs-extra": "8.0.0",
|
||||
"gh-pages": "1.2.0",
|
||||
"glob": "7.1.4",
|
||||
"husky": "0.14.3",
|
||||
|
|
|
|||
|
|
@ -3320,10 +3320,10 @@ front-matter@3.0.2:
|
|||
dependencies:
|
||||
js-yaml "^3.13.1"
|
||||
|
||||
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==
|
||||
fs-extra@8.0.0:
|
||||
version "8.0.0"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.0.tgz#3660bea66719e3a3c46bf7a4b1249fb658db3f0c"
|
||||
integrity sha512-3hU7dzpfqG+A7gloPULls7j9mKDzpCyMOTBvQS0lZfqVfjA6/m0AkLXq0O1vnfP5roXjjL1DuUGKapr8vJWmQw==
|
||||
dependencies:
|
||||
graceful-fs "^4.1.2"
|
||||
jsonfile "^4.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue