From 53f67664a21b9137bddb0e1bc8ce4d254cf9ea5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:45:04 +0000 Subject: [PATCH] Bump tar from 7.4.1 to 7.4.2 Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.1 to 7.4.2. - [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/v7.4.1...v7.4.2) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58102b4f6..77979f893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "win32" ], "dependencies": { - "tar": "^7.4.1" + "tar": "^7.4.2" }, "devDependencies": { "cspell": "^8.12.1", @@ -1615,9 +1615,9 @@ } }, "node_modules/tar": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.1.tgz", - "integrity": "sha512-dDJzpQf7Nud96mCs3wtw+XUiWGpi9WHxytSusrg0lYlj/Kr11DnB5hfw5bNDQNzx52JJ2Vy+7l8AFivp6H7ETA==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.2.tgz", + "integrity": "sha512-pP4ToLATHpXOrbxOZudW6rnfyPWJZoyERNrpTpQEtW6LkvpXw+WDnpj2GBQX9tyQ6teUyPESyyiOCFgp6HnGdw==", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", @@ -2994,9 +2994,9 @@ } }, "tar": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.1.tgz", - "integrity": "sha512-dDJzpQf7Nud96mCs3wtw+XUiWGpi9WHxytSusrg0lYlj/Kr11DnB5hfw5bNDQNzx52JJ2Vy+7l8AFivp6H7ETA==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.2.tgz", + "integrity": "sha512-pP4ToLATHpXOrbxOZudW6rnfyPWJZoyERNrpTpQEtW6LkvpXw+WDnpj2GBQX9tyQ6teUyPESyyiOCFgp6HnGdw==", "requires": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", diff --git a/package.json b/package.json index 7ffca565c..6601f7f29 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/onicagroup/runway/issues" }, "dependencies": { - "tar": "^7.4.1" + "tar": "^7.4.2" }, "description": "Simplify infrastructure/app testing/deployment", "devDependencies": {