Skip to content

Commit

Permalink
chore(deps): update dependency fs-extra to v10 (#9234)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 17, 2021
1 parent 7955553 commit c56d484
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"execa": "^5.0.0",
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"get-port": "^5.1.1",
"glob": "^7.1.7",
"got": "^11.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Expand Up @@ -15,7 +15,7 @@
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"consola": "^2.15.3",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"hash-sum": "^2.0.0",
"ignore": "^5.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -24,7 +24,7 @@
"destr": "^1.1.0",
"execa": "^5.0.0",
"exit": "^0.1.2",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
"hable": "^3.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -12,7 +12,7 @@
"@nuxt/server": "2.15.6",
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"hable": "^3.0.0",
"hash-sum": "^2.0.0",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Expand Up @@ -13,7 +13,7 @@
"consola": "^2.15.3",
"defu": "^5.0.0",
"devalue": "^2.0.1",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^3.3.0",
"ufo": "^0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -16,7 +16,7 @@
"consola": "^2.15.3",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"ip": "^1.1.5",
"launch-editor-middleware": "^2.2.1",
"on-headers": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"consola": "^2.15.3",
"create-require": "^1.1.1",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"hash-sum": "^2.0.0",
"jiti": "^1.9.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-renderer/package.json
Expand Up @@ -12,7 +12,7 @@
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^5.0.0",
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"ufo": "^0.7.4",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Expand Up @@ -6401,6 +6401,15 @@ fs-constants@^1.0.0:
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==

fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
Expand Down

0 comments on commit c56d484

Please sign in to comment.