diff --git a/cli/package.json b/cli/package.json index 4de51cafd..65bfd2e01 100644 --- a/cli/package.json +++ b/cli/package.json @@ -41,7 +41,7 @@ "dotenv": "^8.1.0", "dotenv-expand": "^5.1.0", "form-data": "^3.0.0", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "gaze": "^1.1.3", "handlebars": "^4.3.3", "http-proxy": "^1.18.1", diff --git a/yarn.lock b/yarn.lock index 6a19d58d0..e7cb01e49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7528,6 +7528,15 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/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.yarnpkg.com/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@^7.0.0: version "7.0.1" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"