chore(deps): update dependency fs-extra to v11 (2.x) (#27185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-19 12:45:12 -05:00 committed by GitHub
parent 4d76047bfa
commit bd6576535d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 12 additions and 12 deletions

View File

@ -63,7 +63,7 @@
"execa": "^5.1.1", "execa": "^5.1.1",
"express": "4.19.2", "express": "4.19.2",
"finalhandler": "1.2.0", "finalhandler": "1.2.0",
"fs-extra": "10.1.0", "fs-extra": "11.2.0",
"get-port": "7.1.0", "get-port": "7.1.0",
"glob": "8.1.0", "glob": "8.1.0",
"got": "13.0.0", "got": "13.0.0",

View File

@ -18,7 +18,7 @@
"chalk": "^4.1.2", "chalk": "^4.1.2",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"consola": "^3.2.3", "consola": "^3.2.3",
"fs-extra": "^10.1.0", "fs-extra": "^11.2.0",
"glob": "^8.1.0", "glob": "^8.1.0",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"ignore": "^5.3.1", "ignore": "^5.3.1",

View File

@ -27,7 +27,7 @@
"destr": "^2.0.3", "destr": "^2.0.3",
"execa": "^5.1.1", "execa": "^5.1.1",
"exit": "^0.1.2", "exit": "^0.1.2",
"fs-extra": "^10.1.0", "fs-extra": "^11.2.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"hookable": "^4.4.1", "hookable": "^4.4.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -15,7 +15,7 @@
"@nuxt/server": "2.17.3", "@nuxt/server": "2.17.3",
"@nuxt/utils": "2.17.3", "@nuxt/utils": "2.17.3",
"consola": "^3.2.3", "consola": "^3.2.3",
"fs-extra": "^10.1.0", "fs-extra": "^11.2.0",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"hookable": "^4.4.1", "hookable": "^4.4.1",
"lodash": "^4.17.21" "lodash": "^4.17.21"

View File

@ -16,7 +16,7 @@
"consola": "^3.2.3", "consola": "^3.2.3",
"defu": "^6.1.4", "defu": "^6.1.4",
"devalue": "^2.0.1", "devalue": "^2.0.1",
"fs-extra": "^10.1.0", "fs-extra": "^11.2.0",
"html-minifier-terser": "^7.2.0", "html-minifier-terser": "^7.2.0",
"node-html-parser": "^6.1.13", "node-html-parser": "^6.1.13",
"ufo": "^1.5.3" "ufo": "^1.5.3"

View File

@ -19,7 +19,7 @@
"consola": "^3.2.3", "consola": "^3.2.3",
"etag": "^1.8.1", "etag": "^1.8.1",
"fresh": "^0.5.2", "fresh": "^0.5.2",
"fs-extra": "^10.1.0", "fs-extra": "^11.2.0",
"ip": "^1.1.9", "ip": "^1.1.9",
"launch-editor-middleware": "^2.6.1", "launch-editor-middleware": "^2.6.1",
"on-headers": "^1.0.2", "on-headers": "^1.0.2",

View File

@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"consola": "^3.2.3", "consola": "^3.2.3",
"create-require": "^1.1.1", "create-require": "^1.1.1",
"fs-extra": "^10.1.0", "fs-extra": "^11.2.0",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"jiti": "^1.21.0", "jiti": "^1.21.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -15,7 +15,7 @@
"@nuxt/utils": "2.17.3", "@nuxt/utils": "2.17.3",
"consola": "^3.2.3", "consola": "^3.2.3",
"defu": "^6.1.4", "defu": "^6.1.4",
"fs-extra": "^10.1.0", "fs-extra": "^11.2.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lru-cache": "^5.1.1", "lru-cache": "^5.1.1",
"ufo": "^1.5.3", "ufo": "^1.5.3",

View File

@ -7385,10 +7385,10 @@ fs-constants@^1.0.0:
resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
fs-extra@10.1.0, fs-extra@^10.1.0: fs-extra@11.2.0, fs-extra@^11.2.0:
version "10.1.0" version "11.2.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
dependencies: dependencies:
graceful-fs "^4.2.0" graceful-fs "^4.2.0"
jsonfile "^6.0.1" jsonfile "^6.0.1"