From 61181998f49702b2669958cb69dab0d0dd7c23f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 11:55:28 +0300 Subject: [PATCH] chore(deps): update dependency fs-extra to v10 (#5360) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6294a550..1e535da2 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "eslint-plugin-react": "^7.17.0", "execa": "^5.0.0", "friendly-errors-webpack-plugin": "^1.7.0", - "fs-extra": "^9.0.0", + "fs-extra": "^10.0.0", "gitlab": "^14.1.1", "http-server": "^0.12.0", "husky": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index ac940fc3..ce1257ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8927,6 +8927,15 @@ fs-extra@^0.30.0: path-is-absolute "^1.0.0" rimraf "^2.2.8" +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.1: version "7.0.1" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"