From dd622cd3e703152866c356c1c1a1604495900d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:01:06 +0000 Subject: [PATCH] Bump tar from 6.1.15 to 6.2.1 in /src/automatica.core/Automatica.WebNew Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 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.1.15...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/automatica.core/Automatica.WebNew/package-lock.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/automatica.core/Automatica.WebNew/package-lock.json b/src/automatica.core/Automatica.WebNew/package-lock.json index fed1fe8b..e126ae80 100644 --- a/src/automatica.core/Automatica.WebNew/package-lock.json +++ b/src/automatica.core/Automatica.WebNew/package-lock.json @@ -17211,8 +17211,9 @@ } }, "node_modules/tar": { - "version": "6.1.15", - "license": "ISC", + "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", @@ -30298,7 +30299,9 @@ "version": "2.2.1" }, "tar": { - "version": "6.1.15", + "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",