chore(deps): update dependency fs-extra to v8.0.1
This commit is contained in:
parent
34be7bd8fb
commit
5929ccf36c
3 changed files with 8 additions and 8 deletions
6
docs/package-lock.json
generated
6
docs/package-lock.json
generated
|
|
@ -4549,9 +4549,9 @@
|
|||
}
|
||||
},
|
||||
"fs-extra": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.0.0.tgz",
|
||||
"integrity": "sha512-3hU7dzpfqG+A7gloPULls7j9mKDzpCyMOTBvQS0lZfqVfjA6/m0AkLXq0O1vnfP5roXjjL1DuUGKapr8vJWmQw==",
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.0.1.tgz",
|
||||
"integrity": "sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==",
|
||||
"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": "8.0.0",
|
||||
"fs-extra": "8.0.1",
|
||||
"gh-pages": "1.2.0",
|
||||
"glob": "7.1.4",
|
||||
"husky": "2.2.0",
|
||||
|
|
|
|||
|
|
@ -3442,10 +3442,10 @@ front-matter@3.0.2:
|
|||
dependencies:
|
||||
js-yaml "^3.13.1"
|
||||
|
||||
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==
|
||||
fs-extra@8.0.1:
|
||||
version "8.0.1"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b"
|
||||
integrity sha512-W+XLrggcDzlle47X/XnS7FXrXu9sDo+Ze9zpndeBxdgv88FHLm1HtmkhEwavruS6koanBjp098rUpHs65EmG7A==
|
||||
dependencies:
|
||||
graceful-fs "^4.1.2"
|
||||
jsonfile "^4.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue