From 87216498ec631ea00a970138b65f4844c29263f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:10:53 +0000 Subject: [PATCH] Bump tar-fs from 3.0.9 to 3.1.1 Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.9 to 3.1.1. - [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.9...v3.1.1) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/cheerp-darwin-x64/package.json | 2 +- packages/cheerp-linux-x64/package.json | 2 +- packages/cheerp-win32-x64/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e36383..fb79415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -332,9 +332,9 @@ } }, "node_modules/tar-fs": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.9.tgz", - "integrity": "sha512-XF4w9Xp+ZQgifKakjZYmFdkLoSWd34VGKcsTCwlNWM7QG3ZbaxnTsaBwnjFZqHRf/rROxaR8rXnbtwdvaDI+lA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz", + "integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==", "license": "MIT", "dependencies": { "pump": "^3.0.0", @@ -415,7 +415,7 @@ "darwin" ], "dependencies": { - "tar-fs": "^3.0.9" + "tar-fs": "^3.1.1" } }, "packages/cheerp-linux-x64": { @@ -430,7 +430,7 @@ "linux" ], "dependencies": { - "tar-fs": "^3.0.9" + "tar-fs": "^3.1.1" } }, "packages/cheerp-win32-x64": { @@ -445,7 +445,7 @@ "win32" ], "dependencies": { - "tar-fs": "^3.0.9" + "tar-fs": "^3.1.1" } } } diff --git a/packages/cheerp-darwin-x64/package.json b/packages/cheerp-darwin-x64/package.json index 17f4a65..3fa5226 100644 --- a/packages/cheerp-darwin-x64/package.json +++ b/packages/cheerp-darwin-x64/package.json @@ -15,6 +15,6 @@ "postinstall": "node postinstall.mjs" }, "dependencies": { - "tar-fs": "^3.0.9" + "tar-fs": "^3.1.1" } } diff --git a/packages/cheerp-linux-x64/package.json b/packages/cheerp-linux-x64/package.json index 7398801..e27dab5 100644 --- a/packages/cheerp-linux-x64/package.json +++ b/packages/cheerp-linux-x64/package.json @@ -14,6 +14,6 @@ "postinstall": "node postinstall.mjs" }, "dependencies": { - "tar-fs": "^3.0.9" + "tar-fs": "^3.1.1" } } diff --git a/packages/cheerp-win32-x64/package.json b/packages/cheerp-win32-x64/package.json index a5ff6e5..d6cf4c8 100644 --- a/packages/cheerp-win32-x64/package.json +++ b/packages/cheerp-win32-x64/package.json @@ -14,6 +14,6 @@ "postinstall": "node postinstall.mjs" }, "dependencies": { - "tar-fs": "^3.0.9" + "tar-fs": "^3.1.1" } }