From f0298f75593a0e23371034c7e5be6cbfe3842712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 22:19:03 +0000 Subject: [PATCH] chore(deps-dev): bump tar from 7.5.1 to 7.5.2 Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.1 to 7.5.2. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v7.5.1...v7.5.2) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/mcp-provider-mobile-web/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/mcp-provider-mobile-web/package.json b/packages/mcp-provider-mobile-web/package.json index 85d67346..505ed502 100644 --- a/packages/mcp-provider-mobile-web/package.json +++ b/packages/mcp-provider-mobile-web/package.json @@ -27,7 +27,7 @@ "@vitest/coverage-istanbul": "^3.2.4", "prettier": "^3.3.3", "rimraf": "^6.0.1", - "tar": "^7.4.3", + "tar": "^7.5.2", "tsx": "^4.19.2", "typescript": "^5.9.2", "typescript-eslint": "^8.44.0", diff --git a/yarn.lock b/yarn.lock index c82eeba1..bd4180a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11005,10 +11005,10 @@ tailwindcss-animate@^1.0.7: resolved "https://registry.yarnpkg.com/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz#318b692c4c42676cc9e67b19b78775742388bef4" integrity sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA== -tar@^7.4.3: - version "7.5.1" - resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.1.tgz#750a8bd63b7c44c1848e7bf982260a083cf747c9" - integrity sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g== +tar@^7.5.2: + version "7.5.2" + resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz#115c061495ec51ff3c6745ff8f6d0871c5b1dedc" + integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg== dependencies: "@isaacs/fs-minipass" "^4.0.0" chownr "^3.0.0"