From 91ba80831a48ab5ab4421e2324a757d0773b0a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 20:38:32 +0000 Subject: [PATCH] build(deps-dev): 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1b4a6adf1..db7509945d 100644 --- a/package.json +++ b/package.json @@ -129,6 +129,6 @@ "stylelint-config-css-modules": "^2.2.0", "stylelint-config-prettier": "^8.0.1", "stylelint-config-recommended": "^5.0.0", - "tar": "^6.0.5" + "tar": "^6.1.9" } } diff --git a/yarn.lock b/yarn.lock index aca7b2cc21..f708381cc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7401,10 +7401,10 @@ table@^6.5.1: string-width "^4.2.0" strip-ansi "^6.0.0" -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"