From d94afb395fa893af5eb8315356c1d11ccfe6e0b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 06:19:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e274895243..fa81799897 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "snyk-sbt-plugin": "2.17.0", "snyk-swiftpm-plugin": "1.2.1", "strip-ansi": "^5.2.0", - "tar": "^6.1.2", + "tar": "^7.5.7", "uuid": "^8.3.2", "wrap-ansi": "^5.1.0" },