From 1bdbc82ebded902a9d9b5f160972362960693aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:01:08 +0000 Subject: [PATCH] build(deps): bump fs-extra from 9.1.0 to 10.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.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.0.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 d71af8eccf..c6380cfb9c 100644 --- a/packages/feature/package.json +++ b/packages/feature/package.json @@ -24,7 +24,7 @@ "feature": "generate-features-json . path-to-dist" }, "dependencies": { - "fs-extra": "^9.0.1", + "fs-extra": "^10.0.0", "prop-types": "^15.7.2", "react-block-ui": "^1.3.3" },