From f30600ceec432f3e20e06348735281d889e66aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:01:03 +0000 Subject: [PATCH] chore(deps-dev): bump tar from 7.5.4 to 7.5.7 in /test/smoke Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.4 to 7.5.7. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.4...v7.5.7) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test/smoke/package-lock.json | 8 ++++---- test/smoke/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/smoke/package-lock.json b/test/smoke/package-lock.json index f9297a044..95960205d 100644 --- a/test/smoke/package-lock.json +++ b/test/smoke/package-lock.json @@ -27,7 +27,7 @@ "playwright": "^1.55.1", "rimraf": "^6.0.1", "shell-quote": "^1.8.3", - "tar": "7.5.4", + "tar": "7.5.7", "tree-kill": "^1.2.2", "ts-node": "10.9.2", "typescript": "5.9.2", @@ -1877,9 +1877,9 @@ } }, "node_modules/tar": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.4.tgz", - "integrity": "sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz", + "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { diff --git a/test/smoke/package.json b/test/smoke/package.json index b140e6f5f..4f5721b62 100644 --- a/test/smoke/package.json +++ b/test/smoke/package.json @@ -25,7 +25,7 @@ "playwright": "^1.55.1", "rimraf": "^6.0.1", "shell-quote": "^1.8.3", - "tar": "7.5.4", + "tar": "7.5.7", "tree-kill": "^1.2.2", "ts-node": "10.9.2", "typescript": "5.9.2",