Skip to content

Commit fdf755c

Browse files
authored
fix(deps): bump tar to >=7.5.8 to address CVE-2026-26960 (#36280)
1 parent 029980b commit fdf755c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
"**/tar-fs": "^2.1.4",
367367
"jackspeak": "2.1.1",
368368
"**/micromatch/braces": "^3.0.3",
369-
"**/just-scripts-utils/tar": "^7.5.7",
369+
"**/just-scripts-utils/tar": "^7.5.8",
370370
"**/body-parser/qs": "^6.14.2",
371371
"**/@cypress/request/qs": "^6.14.2"
372372
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19337,10 +19337,10 @@ tar-stream@^3.1.7:
1933719337
fast-fifo "^1.2.0"
1933819338
streamx "^2.15.0"
1933919339

19340-
tar@^6.1.9, tar@^7.5.7:
19341-
version "7.5.7"
19342-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.7.tgz#adf99774008ba1c89819f15dbd6019c630539405"
19343-
integrity sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==
19340+
tar@^6.1.9, tar@^7.5.8:
19341+
version "7.5.16"
19342+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.16.tgz#f11e063afed4554f758049d082909e37d6b53ced"
19343+
integrity sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==
1934419344
dependencies:
1934519345
"@isaacs/fs-minipass" "^4.0.0"
1934619346
chownr "^3.0.0"

0 commit comments

Comments
 (0)