From e80319d8528e328e9350b8ae8c76aeeae269dd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:27:05 +0000 Subject: [PATCH] Bump tar-fs from 2.1.1 to 2.1.4 Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.4. - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 455c407a..be93e1f4 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.4", "through2": "~4.0.2", "tree-kill": "~1.2.2", "uglify-save-license": "~0.4.1", @@ -14750,9 +14750,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz", + "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", "dev": true, "dependencies": { "chownr": "^1.1.1", @@ -27570,9 +27570,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.4", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz", + "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", "dev": true, "requires": { "chownr": "^1.1.1", diff --git a/package.json b/package.json index 6dab1d92..010b320f 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.4", "through2": "~4.0.2", "tree-kill": "~1.2.2", "uglify-save-license": "~0.4.1",