From 636fc1a1a75eb6b80240226ebe63510af9ff1b28 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:24:30 -0500 Subject: [PATCH] Update `tar` development dependency to 7.4.3 The latest major version of `tar` contains type definitions within the package itself. This removes the need to install the separate `@types/tar` package. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index dccd9a31..18e065a1 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,6 @@ "@types/node": "^22.0.0", "@types/shelljs": "^0.8.8", "@types/supports-color": "^8.1.1", - "@types/tar": "^6.1.0", "@types/varint": "^6.0.1", "@types/yargs": "^17.0.4", "del": "^6.0.0", @@ -90,7 +89,7 @@ "shelljs": "^0.8.4", "simple-git": "^3.15.1", "source-map-js": "^1.0.2", - "tar": "^6.0.5", + "tar": "^7.4.3", "ts-jest": "^29.0.5", "ts-node": "^10.2.1", "typescript": "^5.0.2",