From c19d71760568a6849ad32e51a86e89ec3038f307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 21:26:00 +0000 Subject: [PATCH] build(deps): bump tar from 5.0.5 to 5.0.7 Bumps [tar](https://github.com/npm/node-tar) from 5.0.5 to 5.0.7. - [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/v5.0.5...v5.0.7) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... 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 1241fc8..e9cbd1b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/github": "^4.0.0", "@octokit/rest": "^18.5.6", "node-fetch": "^2.6.1", - "tar": "^5.0.5" + "tar": "^5.0.7" }, "devDependencies": { "@types/jest": "^24.0.13", diff --git a/yarn.lock b/yarn.lock index ba30f46..0e64ead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3393,10 +3393,10 @@ symbol-tree@^3.2.2: resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== -tar@^5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/tar/-/tar-5.0.5.tgz#03fcdb7105bc8ea3ce6c86642b9c942495b04f93" - integrity sha512-MNIgJddrV2TkuwChwcSNds/5E9VijOiw7kAc1y5hTNJoLDSuIyid2QtLYiCYNnICebpuvjhPQZsXwUL0O3l7OQ== +tar@^5.0.7: + version "5.0.7" + resolved "https://registry.yarnpkg.com/tar/-/tar-5.0.7.tgz#42ff8ca3b731a52f4f2be72cc4cdd7688268f2af" + integrity sha512-g0qlHHRtAZAxzkZkJvt0P5C6ODEolw2paouzsSbVqE7l5jKani1m9ogy7VxGp6hEngiKpPCwkh9pX5UH8Wp6QA== dependencies: chownr "^1.1.3" fs-minipass "^2.0.0"