From 8ffd4fbb76c8b5c768889f79e3eaadd29f6dafe3 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 1 Aug 2023 15:21:37 -0500 Subject: [PATCH] Bump tar to ^6.1.15 (#162897) \>6.1.11 is needed for a bug fix in https://github.com/elastic/kibana/pull/162722 Noted in https://github.com/elastic/kibana/pull/144012: > tar: 6.1.11 -> 6.1.13 - Includes a bug fix for a race condition that triggered when the ci:build-all-platforms label was added in Node.js 18 but not in Node.js 16 This upgrades to the latest patch on main before backporting to 7.17 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eb2183e23ff8..38c48cc86c8b 100644 --- a/package.json +++ b/package.json @@ -993,7 +993,7 @@ "styled-components": "^5.1.0", "suricata-sid-db": "^1.0.2", "symbol-observable": "^1.2.0", - "tar": "^6.1.13", + "tar": "^6.1.15", "tinycolor2": "1.4.1", "tinygradient": "0.4.3", "ts-easing": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index 89a9637941d5..a18ea8e0787e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27613,14 +27613,14 @@ tar-stream@^2.1.4, tar-stream@^2.2.0: inherits "^2.0.3" readable-stream "^3.1.1" -tar@^6.0.2, tar@^6.1.11, tar@^6.1.13, tar@^6.1.2: - version "6.1.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b" - integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw== +tar@^6.0.2, tar@^6.1.11, tar@^6.1.15, tar@^6.1.2: + version "6.1.15" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.15.tgz#c9738b0b98845a3b344d334b8fa3041aaba53a69" + integrity sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0" - minipass "^4.0.0" + minipass "^5.0.0" minizlib "^2.1.1" mkdirp "^1.0.3" yallist "^4.0.0"