From 1cdb867fbca447e41ed342d5bf8b3f5622efaaf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:19:51 +0000 Subject: [PATCH] Bump tar-fs from 2.1.1 to 2.1.3 Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.3. - [Commits](https://github.com/mafintosh/tar-fs/commits) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52608caf..12bfc5da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "request-progress": "~3.0.0", "rollup": "~2.79.1", "sass": "~1.55.0", - "tar-fs": "~2.1.1", + "tar-fs": "~2.1.3", "through2": "~4.0.2", "tree-kill": "~1.2.2", "uglify-save-license": "~0.4.1", @@ -14750,10 +14750,11 @@ } }, "node_modules/tar-fs": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", - "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.3.tgz", + "integrity": "sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==", "dev": true, + "license": "MIT", "dependencies": { "chownr": "^1.1.1", "mkdirp-classic": "^0.5.2", @@ -27570,9 +27571,9 @@ } }, "tar-fs": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", - "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.3.tgz", + "integrity": "sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==", "dev": true, "requires": { "chownr": "^1.1.1", diff --git a/package.json b/package.json index 8a90f161..43323fd5 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "request-progress": "~3.0.0", "rollup": "~2.79.1", "sass": "~1.55.0", - "tar-fs": "~2.1.1", + "tar-fs": "~2.1.3", "through2": "~4.0.2", "tree-kill": "~1.2.2", "uglify-save-license": "~0.4.1",