From 96040b375299d09bbb95af07599fc7e0561b7be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:10:52 +0000 Subject: [PATCH] build(deps): bump fs-extra from 9.1.0 to 10.1.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.1.0. - [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/9.1.0...10.1.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/feature/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/feature/package.json b/packages/feature/package.json index 469d310e6f..a7f3a27c6c 100644 --- a/packages/feature/package.json +++ b/packages/feature/package.json @@ -29,7 +29,7 @@ "publish:canary": "yarn npm publish --access public --tag canary" }, "dependencies": { - "fs-extra": "^9.1.0", + "fs-extra": "^10.1.0", "prop-types": "^15.8.1", "react-block-ui": "^1.3.3" },