From 4771dcf30fbdf59be4753eb337f2f08e7e3c0e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:48:42 +0000 Subject: [PATCH] Bump tar-fs from 2.1.1 to 3.0.6 Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 3.0.6. - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v3.0.6) --- updated-dependencies: - dependency-name: tar-fs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 150b60c..60733ab 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "puppeteer-intercept-and-modify-requests": "^1.3.1", "sdp-transform": "^2.14.2", "sprintf-js": "^1.1.3", - "tar-fs": "^2.1.1", + "tar-fs": "^3.0.6", "terser": "^5.31.1", "tesseract.js": "^5.1.0", "uuid": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 1affb6b..bc6bcd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7928,7 +7928,7 @@ tar-fs@3.0.5: bare-fs "^2.1.1" bare-path "^2.1.0" -tar-fs@^2.0.0, tar-fs@^2.1.1: +tar-fs@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784" integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng== @@ -7938,6 +7938,17 @@ tar-fs@^2.0.0, tar-fs@^2.1.1: pump "^3.0.0" tar-stream "^2.1.4" +tar-fs@^3.0.6: + version "3.0.6" + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-3.0.6.tgz#eaccd3a67d5672f09ca8e8f9c3d2b89fa173f217" + integrity sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w== + dependencies: + pump "^3.0.0" + tar-stream "^3.1.5" + optionalDependencies: + bare-fs "^2.1.1" + bare-path "^2.1.0" + tar-stream@^1.5.2: version "1.6.2" resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555"