From cbafd20f8a18dc96b61be788bc0046c27aa0afbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 06:09:08 +0000 Subject: [PATCH] Bump fs-extra from 1.0.0 to 11.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 1.0.0 to 11.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/1.0.0...11.0.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 afa4fa6..de64cdf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "bluebird": "^3.4.7", "chalk": "^1.1.3", "chokidar": "^1.6.1", - "fs-extra": "^1.0.0", + "fs-extra": "^11.0.0", "glob-all": "^3.1.0", "yargs": "^6.3.0" },