diff --git a/package.json b/package.json index 44a779ebae..c90dee1151 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "eslint-plugin-react-hooks": "4.3.0", "eslint-plugin-redux-saga": "1.3.2", "execa": "1.0.0", - "fs-extra": "10.0.0", + "fs-extra": "10.0.1", "get-port": "5.1.1", "glob": "7.2.0", "husky": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 189a62c231..b0b8ff03f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8578,6 +8578,15 @@ fs-extra@10.0.0: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8" + integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag== + 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.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"