From f63f567732ed0237abfab6f515dfa1e67a471455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:33:37 +0800 Subject: [PATCH] Bump archiver from 5.3.1 to 6.0.0 (#584) Bumps [archiver](https://github.com/archiverjs/node-archiver) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/archiverjs/node-archiver/releases) - [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md) - [Commits](https://github.com/archiverjs/node-archiver/compare/5.3.1...6.0.0) --- updated-dependencies: - dependency-name: archiver dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 69 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 56 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ae471b..e4eaf72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "q": "^1.5.1" }, "devDependencies": { - "archiver": "^5.3.0", + "archiver": "^6.0.0", "chai": "^4.3.6", "check-if-windows": "^1.0.0", "eslint": "^8.47.0", @@ -383,21 +383,21 @@ } }, "node_modules/archiver": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz", - "integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-6.0.0.tgz", + "integrity": "sha512-EPGa+bYaxaMiCT8DCbEDqFz8IjeBSExrJzyUOJx2FBkFJ/OZzJuso3lMSk901M50gMqXxTQcumlGajOFlXhVhw==", "dev": true, "dependencies": { - "archiver-utils": "^2.1.0", - "async": "^3.2.3", + "archiver-utils": "^3.0.0", + "async": "^3.2.4", "buffer-crc32": "^0.2.1", "readable-stream": "^3.6.0", - "readdir-glob": "^1.0.0", + "readdir-glob": "^1.1.2", "tar-stream": "^2.2.0", "zip-stream": "^4.1.0" }, "engines": { - "node": ">= 10" + "node": ">= 12.0.0" } }, "node_modules/archiver-utils": { @@ -457,6 +457,27 @@ "safe-buffer": "~5.1.0" } }, + "node_modules/archiver/node_modules/archiver-utils": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.3.tgz", + "integrity": "sha512-fXzpEZTKgBJMWy0eUT0/332CAQnJ27OJd7sGcvNZzxS2Yzg7iITivMhXOm+zUTO4vT8ZqlPCqiaLPmB8qWhWRA==", + "dev": true, + "dependencies": { + "glob": "^7.1.4", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash.defaults": "^4.2.0", + "lodash.difference": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.union": "^4.6.0", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">= 10" + } + }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -2909,18 +2930,38 @@ } }, "archiver": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-5.3.1.tgz", - "integrity": "sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-6.0.0.tgz", + "integrity": "sha512-EPGa+bYaxaMiCT8DCbEDqFz8IjeBSExrJzyUOJx2FBkFJ/OZzJuso3lMSk901M50gMqXxTQcumlGajOFlXhVhw==", "dev": true, "requires": { - "archiver-utils": "^2.1.0", - "async": "^3.2.3", + "archiver-utils": "^3.0.0", + "async": "^3.2.4", "buffer-crc32": "^0.2.1", "readable-stream": "^3.6.0", - "readdir-glob": "^1.0.0", + "readdir-glob": "^1.1.2", "tar-stream": "^2.2.0", "zip-stream": "^4.1.0" + }, + "dependencies": { + "archiver-utils": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-3.0.3.tgz", + "integrity": "sha512-fXzpEZTKgBJMWy0eUT0/332CAQnJ27OJd7sGcvNZzxS2Yzg7iITivMhXOm+zUTO4vT8ZqlPCqiaLPmB8qWhWRA==", + "dev": true, + "requires": { + "glob": "^7.1.4", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash.defaults": "^4.2.0", + "lodash.difference": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.union": "^4.6.0", + "normalize-path": "^3.0.0", + "readable-stream": "^3.6.0" + } + } } }, "archiver-utils": { diff --git a/package.json b/package.json index 04ad93b..30d38c7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "q": "^1.5.1" }, "devDependencies": { - "archiver": "^5.3.0", + "archiver": "^6.0.0", "chai": "^4.3.6", "check-if-windows": "^1.0.0", "eslint": "^8.47.0",