From a67825e2b2d91f0f714fbf4335aaedda11b89f0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:32:41 +0100 Subject: [PATCH] chore(deps): update dependency fs-extra to v11.2.0 (1.x) (#12189) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tooling/cli/node/package.json | 2 +- tooling/cli/node/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tooling/cli/node/package.json b/tooling/cli/node/package.json index 5cff7d5e0..e752fe139 100644 --- a/tooling/cli/node/package.json +++ b/tooling/cli/node/package.json @@ -41,7 +41,7 @@ "@napi-rs/cli": "2.18.4", "cross-env": "7.0.3", "cross-spawn": "7.0.6", - "fs-extra": "11.1.1", + "fs-extra": "11.2.0", "jest": "29.7.0", "jest-transform-toml": "1.0.0", "prettier": "2.8.8" diff --git a/tooling/cli/node/yarn.lock b/tooling/cli/node/yarn.lock index ef70c59d3..1f9b6f1c2 100644 --- a/tooling/cli/node/yarn.lock +++ b/tooling/cli/node/yarn.lock @@ -1050,10 +1050,10 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -fs-extra@11.1.1: - version "11.1.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d" - integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== +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"