From aca35f2ba9b3e784444fb5deb4f36e36f743db3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 01:56:29 +0000 Subject: [PATCH] Update dependency fs-extra to v10.1.0 --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3bb069791..33f839880 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "JSONStream": "1.3.5", "axe-core": "4.3.3", "cheerio": "1.0.0-rc.3", - "fs-extra": "10.0.0", + "fs-extra": "10.1.0", "ink": "2.7.1", "jest": "26.6.3", "jest-circus": "26.6.3", diff --git a/yarn.lock b/yarn.lock index e2a0b1e9e..1245fe552 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3044,7 +3044,16 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -fs-extra@10.0.0, fs-extra@^10.0.0: +fs-extra@10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" + integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +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==