From c8cc4f6fa6d3ee5173ad6f5de5352dc95589623d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:21:42 +0000 Subject: [PATCH] Bump tar-fs in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [tar-fs](https://github.com/mafintosh/tar-fs). Updates `tar-fs` from 2.1.3 to 2.1.4 - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cache/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cache/package.json b/packages/cache/package.json index b305db29..831f1d5a 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -23,7 +23,7 @@ "fs-extra": "^8.1.0", "globby": "^11.0.0", "p-limit": "^3.0.0", - "tar-fs": "^2.1.0" + "tar-fs": "^2.1.4" }, "devDependencies": { "@types/fs-extra": "^9.0.13", diff --git a/yarn.lock b/yarn.lock index dd1179cb..754bb8ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4723,10 +4723,10 @@ syncpack@8.5.14: read-yaml-file "2.1.0" semver "7.3.8" -tar-fs@^2.1.0: - version "2.1.3" - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.3.tgz#fb3b8843a26b6f13a08e606f7922875eb1fbbf92" - integrity sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg== +tar-fs@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.4.tgz#800824dbf4ef06ded9afea4acafe71c67c76b930" + integrity sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ== dependencies: chownr "^1.1.1" mkdirp-classic "^0.5.2"