diff --git a/cantarus-polydeploy-client-installer/package-lock.json b/cantarus-polydeploy-client-installer/package-lock.json index 23f6203..2f9a406 100644 --- a/cantarus-polydeploy-client-installer/package-lock.json +++ b/cantarus-polydeploy-client-installer/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@types/node": "^16.18.11", - "azure-pipelines-task-lib": "^4.17.3", + "azure-pipelines-task-lib": "^5.0.0", "azure-pipelines-tool-lib": "^2.0.8", "semver": "^7.7.1" }, @@ -232,9 +232,10 @@ } }, "node_modules/azure-pipelines-task-lib": { - "version": "4.17.3", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.3.tgz", - "integrity": "sha512-UxfH5pk3uOHTi9TtLtdDyugQVkFES5A836ZEePjcs3jYyxm3EJ6IlFYq6gbfd6mNBhrM9fxG2u/MFYIJ+Z0cxQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.0.0.tgz", + "integrity": "sha512-GqW5aeZJomdmdP/an5QcEcBTExJHEHUKu6ICAOnOBQko8zTpfqO0zZvuUxSW/AKTUNw4RpBnDnuxQfC6h1umcQ==", + "license": "MIT", "dependencies": { "adm-zip": "^0.5.10", "minimatch": "3.0.5", @@ -267,10 +268,26 @@ "uuid": "^3.3.2" } }, + "node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib": { + "version": "4.17.3", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.3.tgz", + "integrity": "sha512-UxfH5pk3uOHTi9TtLtdDyugQVkFES5A836ZEePjcs3jYyxm3EJ6IlFYq6gbfd6mNBhrM9fxG2u/MFYIJ+Z0cxQ==", + "license": "MIT", + "dependencies": { + "adm-zip": "^0.5.10", + "minimatch": "3.0.5", + "nodejs-file-downloader": "^4.11.1", + "q": "^1.5.1", + "semver": "^5.7.2", + "shelljs": "^0.8.5", + "uuid": "^3.0.1" + } + }, "node_modules/azure-pipelines-tool-lib/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -2805,9 +2822,9 @@ } }, "azure-pipelines-task-lib": { - "version": "4.17.3", - "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.3.tgz", - "integrity": "sha512-UxfH5pk3uOHTi9TtLtdDyugQVkFES5A836ZEePjcs3jYyxm3EJ6IlFYq6gbfd6mNBhrM9fxG2u/MFYIJ+Z0cxQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-5.0.0.tgz", + "integrity": "sha512-GqW5aeZJomdmdP/an5QcEcBTExJHEHUKu6ICAOnOBQko8zTpfqO0zZvuUxSW/AKTUNw4RpBnDnuxQfC6h1umcQ==", "requires": { "adm-zip": "^0.5.10", "minimatch": "3.0.5", @@ -2839,10 +2856,24 @@ "uuid": "^3.3.2" }, "dependencies": { + "azure-pipelines-task-lib": { + "version": "4.17.3", + "resolved": "https://registry.npmjs.org/azure-pipelines-task-lib/-/azure-pipelines-task-lib-4.17.3.tgz", + "integrity": "sha512-UxfH5pk3uOHTi9TtLtdDyugQVkFES5A836ZEePjcs3jYyxm3EJ6IlFYq6gbfd6mNBhrM9fxG2u/MFYIJ+Z0cxQ==", + "requires": { + "adm-zip": "^0.5.10", + "minimatch": "3.0.5", + "nodejs-file-downloader": "^4.11.1", + "q": "^1.5.1", + "semver": "^5.7.2", + "shelljs": "^0.8.5", + "uuid": "^3.0.1" + } + }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" } } }, diff --git a/cantarus-polydeploy-client-installer/package.json b/cantarus-polydeploy-client-installer/package.json index 4b11e6b..eae814d 100644 --- a/cantarus-polydeploy-client-installer/package.json +++ b/cantarus-polydeploy-client-installer/package.json @@ -13,7 +13,7 @@ "license": "Apache-2.0", "dependencies": { "@types/node": "^16.18.11", - "azure-pipelines-task-lib": "^4.17.3", + "azure-pipelines-task-lib": "^5.0.0", "azure-pipelines-tool-lib": "^2.0.8", "semver": "^7.7.1" },