From 6eb06b2973952ae646ff472807bd0b62c7bc9177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:51:18 +0000 Subject: [PATCH] build(deps): Bump fs-extra from 10.0.0 to 11.2.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.0.0 to 11.2.0. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.0.0...11.2.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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d027ea8..8bb7101 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@devfile/api": "2.2.2-1715367693", "jsonschema": "^1.4.1", "axios": "^1.7.0", - "fs-extra": "^10.0.0", + "fs-extra": "^11.2.0", "inversify": "^5.0.1", "js-yaml": "^4.0.0", "jsonc-parser": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index efb3207..cec91ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1524,10 +1524,10 @@ from@~0: resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= -fs-extra@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1" - integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ== +fs-extra@^11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"