From 919870272f5cf34eb2e9c8e04fa5209fd3db2122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 05:38:36 +0000 Subject: [PATCH] Bump tar in /editors/vscode in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /editors/vscode directory: [tar](https://github.com/isaacs/node-tar). Updates `tar` from 6.2.1 to 7.5.3 - [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/v6.2.1...v7.5.3) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- editors/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vscode/package.json b/editors/vscode/package.json index dd498fe..4630044 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -91,7 +91,7 @@ }, "dependencies": { "adm-zip": "^0.5.12", - "tar": "^6.2.1", + "tar": "^7.5.3", "vscode-languageclient": "^9.0.1", "which": "^4.0.0" },