From 13f40b61d849455052829357e3e0140d1cc76623 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:23:32 -0700 Subject: [PATCH] Update dependency tar-fs to v3.1.2 (main) (#259014) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tar-fs](https://redirect.github.com/mafintosh/tar-fs) | devDependencies | patch | [`3.1.1` -> `3.1.2`](https://renovatebot.com/diffs/npm/tar-fs/3.1.1/3.1.2) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
mafintosh/tar-fs (tar-fs) ### [`v3.1.2`](https://redirect.github.com/mafintosh/tar-fs/compare/v3.1.1...v3.1.2) [Compare Source](https://redirect.github.com/mafintosh/tar-fs/compare/v3.1.1...v3.1.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 3dec4d1e5820b824c6c24c4df829b926c5850a9e) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 177fbf2a60ea4..57f26b8ba7bb5 100644 --- a/package.json +++ b/package.json @@ -1931,7 +1931,7 @@ "swagger-ui-express": "5.0.1", "table": "6.9.0", "tape": "5.9.0", - "tar-fs": "3.1.1", + "tar-fs": "3.1.2", "terser": "5.40.0", "terser-webpack-plugin": "5.3.17", "tough-cookie": "5.0.0", diff --git a/yarn.lock b/yarn.lock index 3023cc667ad40..6585eecd28060 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31370,10 +31370,10 @@ tape@5.9.0: resolve "^2.0.0-next.5" string.prototype.trim "^1.2.9" -tar-fs@3.1.1, tar-fs@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.1.1.tgz#4f164e59fb60f103d472360731e8c6bb4a7fe9ef" - integrity sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg== +tar-fs@3.1.2, tar-fs@^3.1.1: + version "3.1.2" + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.1.2.tgz#114b012f54796f31e62f3e57792820a80b83ae6e" + integrity sha512-QGxxTxxyleAdyM3kpFs14ymbYmNFrfY+pHj7Z8FgtbZ7w2//VAgLMac7sT6nRpIHjppXO2AwwEOg0bPFVRcmXw== dependencies: pump "^3.0.0" tar-stream "^3.1.5"