Skip to content

Commit 79c5c8a

Browse files
[9.2] chore(dep): bump tar package from 7.5.1 to 7.5.2 (elastic#243774) (elastic#243805)
# Backport This will backport the following commits from `main` to `9.2`: - [chore(dep): bump `tar` package from `7.5.1` to `7.5.2` (elastic#243774)](elastic#243774) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Aleh Zasypkin","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-11-21T12:36:13Z","message":"chore(dep): bump `tar` package from `7.5.1` to `7.5.2` (elastic#243774)\n\n## Summary\n\nBump `tar` package from `7.5.1` to `7.5.2`.","sha":"f9d7a0439f398b7b713b2976cca389e8a09e385f","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","release_note:fix","dependencies","backport:all-open","v9.3.0"],"title":"chore(dep): bump `tar` package from `7.5.1` to `7.5.2`","number":243774,"url":"https://github.com/elastic/kibana/pull/243774","mergeCommit":{"message":"chore(dep): bump `tar` package from `7.5.1` to `7.5.2` (elastic#243774)\n\n## Summary\n\nBump `tar` package from `7.5.1` to `7.5.2`.","sha":"f9d7a0439f398b7b713b2976cca389e8a09e385f"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/243774","number":243774,"mergeCommit":{"message":"chore(dep): bump `tar` package from `7.5.1` to `7.5.2` (elastic#243774)\n\n## Summary\n\nBump `tar` package from `7.5.1` to `7.5.2`.","sha":"f9d7a0439f398b7b713b2976cca389e8a09e385f"}}]}] BACKPORT--> Co-authored-by: Aleh Zasypkin <[email protected]>
1 parent a6bb528 commit 79c5c8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@
13951395
"suricata-sid-db": "^1.0.2",
13961396
"swr": "^2.3.3",
13971397
"symbol-observable": "^4.0.0",
1398-
"tar": "^7.5.1",
1398+
"tar": "^7.5.2",
13991399
"textarea-caret": "^3.1.0",
14001400
"tree-dump": "^1.0.3",
14011401
"ts-easing": "^0.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32007,10 +32007,10 @@ tar-stream@^3.0.0, tar-stream@^3.1.5:
3200732007
fast-fifo "^1.2.0"
3200832008
streamx "^2.15.0"
3200932009

32010-
tar@^7.5.1:
32011-
version "7.5.1"
32012-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.1.tgz#750a8bd63b7c44c1848e7bf982260a083cf747c9"
32013-
integrity sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==
32010+
tar@^7.5.2:
32011+
version "7.5.2"
32012+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz#115c061495ec51ff3c6745ff8f6d0871c5b1dedc"
32013+
integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==
3201432014
dependencies:
3201532015
"@isaacs/fs-minipass" "^4.0.0"
3201632016
chownr "^3.0.0"

0 commit comments

Comments
 (0)