From b4d5f37608aef004fd5e98ac2729b6c833b01427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 00:03:06 +0000 Subject: [PATCH] Bump tar-fs from 2.0.0 to 2.1.2 Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.0.0 to 2.1.2. - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.0.0...v2.1.2) --- updated-dependencies: - dependency-name: tar-fs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4235519..1d1a9aa 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "run-sequence": "^2.2.1", "shelljs": "0.8.3", "stream-to-promise": "^2.2.0", - "tar-fs": "2.0.0", + "tar-fs": "2.1.2", "vinyl-buffer": "1.0.1", "vinyl-source-stream": "2.0.0" },