From d87c90bf87cea1d58eda97521e4ec568a3d692ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:21:49 +0000 Subject: [PATCH] fix(deps): update dependency fs-extra to v11 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1d86e197..81f88fee 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-swg-internal": "github:subscriptions-project/eslint-plugin-swg#main", "express": "4.18.2", "fancy-log": "1.3.3", - "fs-extra": "10.1.0", + "fs-extra": "11.2.0", "gulp": "4.0.2", "gulp-eslint": "6.0.0", "gulp-exec": "5.0.0", diff --git a/yarn.lock b/yarn.lock index e47bc9a3..091ab735 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3850,10 +3850,10 @@ from@~0: resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= -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== +fs-extra@11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"