From af3ff1be41d1d0787065674c62e96caf4cd4938a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 22:07:37 +0000 Subject: [PATCH] :arrow_up: 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50797828..a8d6a8b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1691,9 +1691,9 @@ } }, "fs-extra": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", - "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz", + "integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==", "requires": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", diff --git a/package.json b/package.json index a97704dc..814e6c30 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@octokit/plugin-throttling": "^3.5.2", "@putout/git-status-porcelain": "^1.1.0", "action-input-parser": "^1.2.27", - "fs-extra": "^10.0.0", + "fs-extra": "^10.0.1", "js-yaml": "^4.1.0", "node-readfiles": "^0.2.0" },