From a8405eb96de903b271257796fe7f28581d646fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 23:14:22 +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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f165faa..7a34560 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@malept/cross-spawn-promise": "^1.0.0", "debug": "^4.1.1", "electron-installer-common": "^0.10.2", - "fs-extra": "^9.0.0", + "fs-extra": "^10.1.0", "lodash": "^4.17.15", "word-wrap": "^1.2.3", "yargs": "^16.0.2"