From 1275b30e03c9a10b47d5a4c8f0db6468246539d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 00:31:54 +0000 Subject: [PATCH] build(deps-dev): bump tar from 6.0.5 to 6.1.2 Bumps [tar](https://github.com/npm/node-tar) from 6.0.5 to 6.1.2. - [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.2) --- 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..15fd5fa629 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.2" } } diff --git a/yarn.lock b/yarn.lock index aca7b2cc21..884f3933e2 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.2: + version "6.1.2" + resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.2.tgz#1f045a90a6eb23557a603595f41a16c57d47adc6" + integrity sha512-EwKEgqJ7nJoS+s8QfLYVGMDmAsj+StbI2AM/RTHeUSsOw6Z8bwNBRv5z3CY0m7laC5qUAqruLX5AhMuc5deY3Q== dependencies: chownr "^2.0.0" fs-minipass "^2.0.0"