From 3443a65264aa9dab6c7303c099c5b0015074bc58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Nov 2025 08:37:44 +0000 Subject: [PATCH] fix: upgrade tar from 7.4.3 to 7.5.1 Snyk has created this PR to upgrade tar from 7.4.3 to 7.5.1. See this package in npm: tar See this project in Snyk: https://app.snyk.io/org/continue-dev-inc.-default/project/0fd6080a-ed7c-4c97-bd60-ea6101d6b096?utm_source=github&utm_medium=referral&page=upgrade-pr --- binary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/package.json b/binary/package.json index 06525a739ac..a3565838945 100644 --- a/binary/package.json +++ b/binary/package.json @@ -52,7 +52,7 @@ "node-fetch": "^3.3.2", "posthog-node": "^3.6.3", "system-ca": "^1.0.2", - "tar": "^7.4.3", + "tar": "^7.5.1", "undici": "^7.10.0", "uuid": "^9.0.1", "vectordb": "^0.4.20",