From a02a3acd8631dce0fd3c8d1ee81b59877b2d42be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:57:56 +0000 Subject: [PATCH 1/2] Bump tar from 7.5.11 to 7.5.16 Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.11 to 7.5.16. - [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.11...v7.5.16) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autify-cli/package.json | 2 +- package-lock.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autify-cli/package.json b/autify-cli/package.json index a9066a2f..ee22440b 100644 --- a/autify-cli/package.json +++ b/autify-cli/package.json @@ -35,7 +35,7 @@ "os-proxy-config": "^1.1.2", "per-env": "^1.0.2", "shell-quote": "^1.8.3", - "tar": "^7.5.11", + "tar": "^7.5.16", "undici": "^6.24.0", "unzip-stream": "^0.3.4", "uuid": "^11.1.0", diff --git a/package-lock.json b/package-lock.json index c6c680fe..136cb03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "autify-cli": { "name": "@autifyhq/autify-cli", - "version": "0.73.2", + "version": "0.73.3", "license": "MIT", "dependencies": { "@autifyhq/autify-sdk": "^0.28.3", @@ -44,7 +44,7 @@ "os-proxy-config": "^1.1.2", "per-env": "^1.0.2", "shell-quote": "^1.8.3", - "tar": "^7.5.11", + "tar": "^7.5.16", "undici": "^6.24.0", "unzip-stream": "^0.3.4", "uuid": "^11.1.0", @@ -91,7 +91,7 @@ }, "integration-test": { "name": "@autifyhq/autify-cli-integration-test", - "version": "0.73.2", + "version": "0.73.3", "license": "MIT", "dependencies": { "@pollyjs/adapter-node-http": "^6.0.6", @@ -16281,9 +16281,9 @@ } }, "node_modules/tar": { - "version": "7.5.11", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz", - "integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==", + "version": "7.5.16", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz", + "integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", From 7501736f0679de9d183e6b8a63b62dfff0aab0d7 Mon Sep 17 00:00:00 2001 From: "autify-cli-bot[bot]" <106507794+autify-cli-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:58:11 +0000 Subject: [PATCH 2/2] chore: add changeset for dependencies bump --- .changeset/dependencies-718.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependencies-718.md diff --git a/.changeset/dependencies-718.md b/.changeset/dependencies-718.md new file mode 100644 index 00000000..d5a0414e --- /dev/null +++ b/.changeset/dependencies-718.md @@ -0,0 +1,5 @@ +--- +"@autifyhq/autify-cli": patch +--- + +Bump tar from 7.5.11 to 7.5.16