From a93540a374cb7c1f6369e7eb455fb15d56ab42c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:14:34 +0000 Subject: [PATCH] Update dependency fs-extra to v11.3.3 --- packages/zip/package.json | 2 +- yarn.lock | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/packages/zip/package.json b/packages/zip/package.json index 397a4220b..3e945fbfb 100644 --- a/packages/zip/package.json +++ b/packages/zip/package.json @@ -25,7 +25,7 @@ "devDependencies": { "c8": "10.1.3", "folder-hash": "4.0.4", - "fs-extra": "11.2.0", + "fs-extra": "11.3.3", "mocha": "10.7.3", "should": "13.2.3", "sinon": "18.0.0" diff --git a/yarn.lock b/yarn.lock index 2946efa2c..02c169e5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5407,16 +5407,7 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -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" - universalify "^2.0.0" - -fs-extra@^11.0.0: +fs-extra@11.3.3, fs-extra@^11.0.0: version "11.3.3" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee" integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==