From e762e06b076607ada760ed7a6a6efd4fb61d9a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 09:06:14 +0000 Subject: [PATCH] Bump fs-extra from 10.0.0 to 10.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.0.0...10.0.1) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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"