From 65c346325de5f44cfb0593a4b8e1b6e042af9394 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 13:29:12 +0000 Subject: [PATCH] Bump tar from 6.0.0 to 6.0.1 Bumps [tar](https://github.com/npm/node-tar) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/master/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.0.0...v6.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98b5e82..2cf6d45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5240,9 +5240,9 @@ "dev": true }, "tar": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.0.tgz", - "integrity": "sha512-yD9H/S7GLhqkObYQneUzN+1GXaCIXbdMwTyo4Cfj0raQRbhdpXIX3WUcTcvheYf7hx/APsbpO7L4cUDGRXSOEA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.0.1.tgz", + "integrity": "sha512-bKhKrrz2FJJj5s7wynxy/fyxpE0CmCjmOQ1KV4KkgXFWOgoIT/NbTMnB1n+LFNrNk0SSBVGGxcK5AGsyC+pW5Q==", "requires": { "chownr": "^1.1.3", "fs-minipass": "^2.0.0",