From 0c890b9d63429237d6195490f3419d2b2d6a97fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 23:06:05 +0000 Subject: [PATCH] deps(deps): update fs-extra requirement from ^11.3.4 to ^11.3.5 Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.4...11.3.5) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d37386c..36efc6f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "commander": "^14.0.3", "diff": "^9.0.0", "dotenv": "^17.4.2", - "fs-extra": "^11.3.4", + "fs-extra": "^11.3.5", "ignore": "^7.0.5", "ink": "^7.0.5", "ink-spinner": "^5.0.0",