From b379b8eb3b368c2694f34b41dc8af4cab66c5eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:31:33 +0000 Subject: [PATCH] :arrow_up: Bump tar from 6.1.2 to 6.1.11 Bumps [tar](https://github.com/npm/node-tar) from 6.1.2 to 6.1.11. - [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.1.2...v6.1.11) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab8ea0b..f0da4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19624,9 +19624,9 @@ "dev": true }, "tar": { - "version": "6.1.2", - "resolved": "https://registry.nlark.com/tar/download/tar-6.1.2.tgz", - "integrity": "sha1-HwRakKbrI1V6YDWV9BoWxX1HrcY=", + "version": "6.1.11", + "resolved": "https://registry.nlark.com/tar/download/tar-6.1.11.tgz", + "integrity": "sha1-Z2CjjwA6+hsv/Q/+npq70Oqz1iE=", "dev": true, "requires": { "chownr": "^2.0.0",