From 7ba820f614a45c7d1ac61a84351302ee17b37ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:17:55 +0000 Subject: [PATCH] Bump tar in /test in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /test directory: [tar](https://github.com/isaacs/node-tar). Updates `tar` from 7.5.7 to 7.5.8 - [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.7...v7.5.8) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.8 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- test/package-lock.json | 14 +++++++------- test/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index e58d1f4..1433036 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -15,7 +15,7 @@ "cross-fetch": "^3.1.5", "dotenv": "^16.0.3", "fs": "^0.0.1-security", - "tar": "^7.5.7", + "tar": "^7.5.8", "yaml": "^2.2.2" }, "devDependencies": { @@ -4368,9 +4368,9 @@ } }, "node_modules/tar": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz", - "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==", + "version": "7.5.8", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.8.tgz", + "integrity": "sha512-SYkBtK99u0yXa+IWL0JRzzcl7RxNpvX/U08Z+8DKnysfno7M+uExnTZH8K+VGgShf2qFPKtbNr9QBl8n7WBP6Q==", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", @@ -8091,9 +8091,9 @@ "dev": true }, "tar": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz", - "integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==", + "version": "7.5.8", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.8.tgz", + "integrity": "sha512-SYkBtK99u0yXa+IWL0JRzzcl7RxNpvX/U08Z+8DKnysfno7M+uExnTZH8K+VGgShf2qFPKtbNr9QBl8n7WBP6Q==", "requires": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", diff --git a/test/package.json b/test/package.json index e378821..b900867 100644 --- a/test/package.json +++ b/test/package.json @@ -31,7 +31,7 @@ "cross-fetch": "^3.1.5", "dotenv": "^16.0.3", "fs": "^0.0.1-security", - "tar": "^7.5.7", + "tar": "^7.5.8", "yaml": "^2.2.2" }, "devDependencies": {