2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-09 12:22:25 +03:00

chore(deps): update dependency fs-extra to v8 (#362)

This commit is contained in:
renovate[bot]
2019-05-12 19:11:26 +02:00
committed by Pim
parent 062b6aeefa
commit ef80883d06
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"esm": "^3.2.22",
"fs-extra": "^7.0.1",
"fs-extra": "^8.0.0",
"geckodriver": "^1.16.2",
"is-wsl": "^2.0.0",
"jest": "^24.7.1",
+4 -3
View File
@@ -5022,9 +5022,10 @@ fs-extra@^5.0.0:
jsonfile "^4.0.0"
universalify "^0.1.0"
fs-extra@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
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"