From a95bdd03157685ca4afc437b6cb35ea5d2daa2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:58:59 +0000 Subject: [PATCH] Bump tar from 6.2.0 to 6.2.1 in /electron Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- electron/package-lock.json | 14 +++++++------- electron/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/electron/package-lock.json b/electron/package-lock.json index 2cbd7324d..a9e10082c 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -19,7 +19,7 @@ "jszip": "^3.10.1", "keytar": "^7.9.0", "node-fetch": "^2.7.0", - "tar": "^6.2.0", + "tar": "^6.2.1", "uuid": "^9.0.1", "which": "^3.0.1", "winston": "^3.10.0", @@ -5835,9 +5835,9 @@ } }, "node_modules/tar": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", - "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -10853,9 +10853,9 @@ "dev": true }, "tar": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", - "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", diff --git a/electron/package.json b/electron/package.json index 96a23c10a..e04e74672 100644 --- a/electron/package.json +++ b/electron/package.json @@ -69,7 +69,7 @@ "jszip": "^3.10.1", "keytar": "^7.9.0", "node-fetch": "^2.7.0", - "tar": "^6.2.0", + "tar": "^6.2.1", "uuid": "^9.0.1", "which": "^3.0.1", "winston": "^3.10.0",