diff --git a/package-lock.json b/package-lock.json index 89bffae..f8d05ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,12 +15,15 @@ "@octokit/plugin-retry": "^6.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/rest": "^20.0.1", - "archiver": "^5.3.1", + "archiver": "^6.0.0", "js-yaml": "^4.1.0", "node-fetch": "^3.3.2" }, "devDependencies": { "eslint": "^8.46.0" + }, + "engines": { + "node": "16" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -780,20 +783,20 @@ } }, "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==", "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": { @@ -843,6 +846,26 @@ "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==", + "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", @@ -2922,17 +2945,36 @@ } }, "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==", "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==", + "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 4ec5787..cd5ee1f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@octokit/plugin-retry": "^6.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/rest": "^20.0.1", - "archiver": "^5.3.1", + "archiver": "^6.0.0", "js-yaml": "^4.1.0", "node-fetch": "^3.3.2" },