From 040fa4f0374d19ac7062d5abb32090cd8bbe4fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:25:01 +0000 Subject: [PATCH] Bump tar from 6.1.0 to 6.1.9 in /packages/awtrix Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 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.1.0...v6.1.9) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/awtrix/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/awtrix/package-lock.json b/packages/awtrix/package-lock.json index afe5db3..44e9a59 100644 --- a/packages/awtrix/package-lock.json +++ b/packages/awtrix/package-lock.json @@ -7628,9 +7628,9 @@ } }, "tar": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", - "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.9.tgz", + "integrity": "sha512-XjLaMNl76o07zqZC/aW4lwegdY07baOH1T8w3AEfrHAdyg/oYO4ctjzEBq9Gy9fEP9oHqLIgvx6zuGDGe+bc8Q==", "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0",