From 2afc07aff0bd6a65879051e935a9d2342cbd3ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 20:49:56 +0000 Subject: [PATCH] chore(deps): bump tar from 6.0.5 to 6.1.9 Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.9. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.0.5...v6.1.9) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/package.json b/utils/package.json index 9bf263f7..3a916b3e 100644 --- a/utils/package.json +++ b/utils/package.json @@ -49,7 +49,7 @@ "node-fetch": "2.6.1", "npm-run-path": "4.0.1", "p-defer": "3.0.0", - "tar": "6.0.5", + "tar": "6.1.9", "ts-custom-error": "3.2.0", "tslib": "2.0.3", "type-ops": "3.0.3", diff --git a/yarn.lock b/yarn.lock index c63e5c0a..21fe7a47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11223,10 +11223,10 @@ tar-stream@^2.0.0: inherits "^2.0.3" readable-stream "^3.1.1" -tar@6.0.5: - version "6.0.5" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz#bde815086e10b39f1dcd298e89d596e1535e200f" - integrity sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg== +tar@6.1.9: + version "6.1.9" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.9.tgz#5646ef51342ac55456b2466e44da810439978db1" + integrity sha512-XjLaMNl76o07zqZC/aW4lwegdY07baOH1T8w3AEfrHAdyg/oYO4ctjzEBq9Gy9fEP9oHqLIgvx6zuGDGe+bc8Q== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0"